Uses of Interface
net.anotheria.anosite.gen.aswebdata.data.Attribute
-
Packages that use Attribute Package Description net.anotheria.anosite.gen.aswebdata.action net.anotheria.anosite.gen.aswebdata.data net.anotheria.anosite.gen.aswebdata.service -
-
Uses of Attribute in net.anotheria.anosite.gen.aswebdata.action
Methods in net.anotheria.anosite.gen.aswebdata.action with parameters of type Attribute Modifier and Type Method Description protected voidBaseAttributeAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, Attribute attribute)protected voidBaseAttributeAction. canUpdateAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseAttributeAction. checkAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseAttributeAction. lockAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected AttributeListItemBeanShowAttributesAction. makeAttributeListItemBean(Attribute attribute)protected voidBaseAttributeAction. unLockAttributes(Attribute attribute, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of Attribute in net.anotheria.anosite.gen.aswebdata.data
Classes in net.anotheria.anosite.gen.aswebdata.data that implement Attribute Modifier and Type Class Description classAttributeDocumentMethods in net.anotheria.anosite.gen.aswebdata.data that return Attribute Modifier and Type Method Description AttributeAttributeBuilder. build()static AttributeAttributeFactory. createAttribute()static AttributeAttributeFactory. createAttribute(java.lang.String anId)For internal use only!static AttributeAttributeFactory. createAttribute(Attribute template)static AttributeAttributeFactory. createAttributeForImport(java.lang.String anId)static AttributeAttributeXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.aswebdata.data with parameters of type Attribute Modifier and Type Method Description intAttributeDocument. compareTo(Attribute comparable)static AttributeAttributeFactory. createAttribute(Attribute template)static net.anotheria.util.xml.XMLNodeAttributeXMLHelper. toXML(Attribute object)static net.anotheria.util.xml.XMLNodeAttributeXMLHelper. toXML(Attribute object, java.lang.String... languages) -
Uses of Attribute in net.anotheria.anosite.gen.aswebdata.service
Methods in net.anotheria.anosite.gen.aswebdata.service that return Attribute Modifier and Type Method Description AttributeASWebDataServiceImpl. createAttribute(Attribute attribute)AttributeIASWebDataService. createAttribute(Attribute attribute)Creates a new Attribute object.AttributeASWebDataServiceImpl. getAttribute(java.lang.String id)AttributeIASWebDataService. getAttribute(java.lang.String id)Returns the Attribute object with the specified id.AttributeASWebDataServiceImpl. importAttribute(Attribute attribute)AttributeIASWebDataService. importAttribute(Attribute attribute)Imports a new Attribute object.AttributeASWebDataServiceImpl. updateAttribute(Attribute attribute)AttributeIASWebDataService. updateAttribute(Attribute attribute)Updates a Attribute object.Methods in net.anotheria.anosite.gen.aswebdata.service that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>ASWebDataServiceImpl. createAttributes(java.util.List<Attribute> list)java.util.List<Attribute>IASWebDataService. createAttributes(java.util.List<Attribute> list)Creates multiple new Attribute objects.java.util.List<Attribute>ASWebDataServiceImpl. getAttributes()java.util.List<Attribute>ASWebDataServiceImpl. getAttributes(java.util.List<java.lang.String> ids)Returns the Attribute objects with the specified ids.java.util.List<Attribute>ASWebDataServiceImpl. getAttributes(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the Attribute objects with the specified ids, sorted by given sorttype.java.util.List<Attribute>ASWebDataServiceImpl. getAttributes(net.anotheria.util.slicer.Segment aSegment)Returns Attribute objects segment.java.util.List<Attribute>ASWebDataServiceImpl. getAttributes(net.anotheria.util.sorter.SortType sortType)java.util.List<Attribute>IASWebDataService. getAttributes()Returns all Attributes objects stored.java.util.List<Attribute>IASWebDataService. getAttributes(net.anotheria.util.slicer.Segment aSegment)Returns Attributes objects segment.java.util.List<Attribute>IASWebDataService. getAttributes(net.anotheria.util.sorter.SortType sortType)Returns all Attributes objects sorted by given sortType.java.util.List<Attribute>ASWebDataServiceImpl. getAttributesByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<Attribute>ASWebDataServiceImpl. getAttributesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<Attribute>ASWebDataServiceImpl. getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Attribute objects, where property matches.java.util.List<Attribute>ASWebDataServiceImpl. getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns Attribute objects segment, where property matched.java.util.List<Attribute>ASWebDataServiceImpl. getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Attribute objects segment, where property matched, sorted.java.util.List<Attribute>ASWebDataServiceImpl. getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Attribute objects, where property matches, sortedjava.util.List<Attribute>IASWebDataService. getAttributesByProperty(java.lang.String propertyName, java.lang.Object value)Returns all Attribute objects, where property with given name equals object.java.util.List<Attribute>IASWebDataService. getAttributesByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all Attribute objects, where property with given name equals object, sorted.java.util.List<Attribute>IASWebDataService. getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all Attribute objects, where property matches.java.util.List<Attribute>IASWebDataService. getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Attribute objects segment, where property matches.java.util.List<Attribute>IASWebDataService. getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns Attribute objects segment, where property matches, sorted.java.util.List<Attribute>IASWebDataService. getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all Attribute objects, where property matches, sorted.java.util.List<Attribute>ASWebDataServiceImpl. importAttributes(java.util.List<Attribute> list)java.util.List<Attribute>IASWebDataService. importAttributes(java.util.List<Attribute> list)Imports multiple new Attribute object.java.util.List<Attribute>ASWebDataServiceImpl. updateAttributes(java.util.List<Attribute> list)java.util.List<Attribute>IASWebDataService. updateAttributes(java.util.List<Attribute> list)Updates multiple Attribute objects.Methods in net.anotheria.anosite.gen.aswebdata.service with parameters of type Attribute Modifier and Type Method Description AttributeASWebDataServiceImpl. createAttribute(Attribute attribute)AttributeIASWebDataService. createAttribute(Attribute attribute)Creates a new Attribute object.voidASWebDataServiceImpl. deleteAttribute(Attribute attribute)voidIASWebDataService. deleteAttribute(Attribute attribute)Deletes a Attribute object.AttributeASWebDataServiceImpl. importAttribute(Attribute attribute)AttributeIASWebDataService. importAttribute(Attribute attribute)Imports a new Attribute object.AttributeASWebDataServiceImpl. updateAttribute(Attribute attribute)AttributeIASWebDataService. updateAttribute(Attribute attribute)Updates a Attribute object.Method parameters in net.anotheria.anosite.gen.aswebdata.service with type arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>ASWebDataServiceImpl. createAttributes(java.util.List<Attribute> list)java.util.List<Attribute>IASWebDataService. createAttributes(java.util.List<Attribute> list)Creates multiple new Attribute objects.voidASWebDataServiceImpl. deleteAttributes(java.util.List<Attribute> list)voidIASWebDataService. deleteAttributes(java.util.List<Attribute> list)Deletes multiple Attribute object.net.anotheria.util.xml.XMLNodeASWebDataServiceImpl. exportAttributesToXML(java.lang.String[] languages, java.util.List<Attribute> list)net.anotheria.util.xml.XMLNodeASWebDataServiceImpl. exportAttributesToXML(java.util.List<Attribute> list)net.anotheria.util.xml.XMLNodeIASWebDataService. exportAttributesToXML(java.lang.String[] languages, java.util.List<Attribute> listAttributes)creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASWebDataService. exportAttributesToXML(java.util.List<Attribute> listAttributes)Creates an xml element with selected contained data.java.util.List<Attribute>ASWebDataServiceImpl. importAttributes(java.util.List<Attribute> list)java.util.List<Attribute>IASWebDataService. importAttributes(java.util.List<Attribute> list)Imports multiple new Attribute object.java.util.List<Attribute>ASWebDataServiceImpl. updateAttributes(java.util.List<Attribute> list)java.util.List<Attribute>IASWebDataService. updateAttributes(java.util.List<Attribute> list)Updates multiple Attribute objects.
-