Uses of Interface
net.anotheria.anosite.gen.aswebdata.data.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in net.anotheria.anosite.gen.aswebdata.action
Methods in net.anotheria.anosite.gen.aswebdata.action with parameters of type AttributeModifier and TypeMethodDescriptionprotected 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 AttributeMethods in net.anotheria.anosite.gen.aswebdata.data that return AttributeModifier and TypeMethodDescriptionAttributeBuilder.build()static AttributeAttributeFactory.createAttribute()static AttributeAttributeFactory.createAttribute(String anId) For internal use only!static AttributeAttributeFactory.createAttribute(Attribute template) static AttributeAttributeFactory.createAttributeForImport(String anId) static AttributeAttributeXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.aswebdata.data with parameters of type AttributeModifier and TypeMethodDescriptionintstatic AttributeAttributeFactory.createAttribute(Attribute template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of Attribute in net.anotheria.anosite.gen.aswebdata.service
Methods in net.anotheria.anosite.gen.aswebdata.service that return AttributeModifier and TypeMethodDescriptionASWebDataServiceImpl.createAttribute(Attribute attribute) IASWebDataService.createAttribute(Attribute attribute) Creates a new Attribute object.ASWebDataServiceImpl.getAttribute(String id) IASWebDataService.getAttribute(String id) Returns the Attribute object with the specified id.ASWebDataServiceImpl.importAttribute(Attribute attribute) IASWebDataService.importAttribute(Attribute attribute) Imports a new Attribute object.ASWebDataServiceImpl.updateAttribute(Attribute attribute) IASWebDataService.updateAttribute(Attribute attribute) Updates a Attribute object.Methods in net.anotheria.anosite.gen.aswebdata.service that return types with arguments of type AttributeModifier and TypeMethodDescriptionASWebDataServiceImpl.createAttributes(List<Attribute> list) IASWebDataService.createAttributes(List<Attribute> list) Creates multiple new Attribute objects.ASWebDataServiceImpl.getAttributes()ASWebDataServiceImpl.getAttributes(List<String> ids) Returns the Attribute objects with the specified ids.ASWebDataServiceImpl.getAttributes(List<String> ids, net.anotheria.util.sorter.SortType sortType) Returns the Attribute objects with the specified ids, sorted by given sorttype.ASWebDataServiceImpl.getAttributes(net.anotheria.util.slicer.Segment aSegment) Returns Attribute objects segment.ASWebDataServiceImpl.getAttributes(net.anotheria.util.sorter.SortType sortType) IASWebDataService.getAttributes()Returns all Attributes objects stored.IASWebDataService.getAttributes(net.anotheria.util.slicer.Segment aSegment) Returns Attributes objects segment.IASWebDataService.getAttributes(net.anotheria.util.sorter.SortType sortType) Returns all Attributes objects sorted by given sortType.ASWebDataServiceImpl.getAttributesByProperty(String propertyName, Object value) ASWebDataServiceImpl.getAttributesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Attribute objects, where property matches.ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property) Returns Attribute objects segment, where property matched.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.ASWebDataServiceImpl.getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Attribute objects, where property matches, sortedIASWebDataService.getAttributesByProperty(String propertyName, Object value) Returns all Attribute objects, where property with given name equals object.IASWebDataService.getAttributesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all Attribute objects, where property with given name equals object, sorted.IASWebDataService.getAttributesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all Attribute objects, where property matches.IASWebDataService.getAttributesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns Attribute objects segment, where property matches.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.IASWebDataService.getAttributesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all Attribute objects, where property matches, sorted.ASWebDataServiceImpl.importAttributes(List<Attribute> list) IASWebDataService.importAttributes(List<Attribute> list) Imports multiple new Attribute object.ASWebDataServiceImpl.updateAttributes(List<Attribute> list) IASWebDataService.updateAttributes(List<Attribute> list) Updates multiple Attribute objects.Methods in net.anotheria.anosite.gen.aswebdata.service with parameters of type AttributeModifier and TypeMethodDescriptionASWebDataServiceImpl.createAttribute(Attribute attribute) IASWebDataService.createAttribute(Attribute attribute) Creates a new Attribute object.voidASWebDataServiceImpl.deleteAttribute(Attribute attribute) voidIASWebDataService.deleteAttribute(Attribute attribute) Deletes a Attribute object.ASWebDataServiceImpl.importAttribute(Attribute attribute) IASWebDataService.importAttribute(Attribute attribute) Imports a new Attribute object.ASWebDataServiceImpl.updateAttribute(Attribute attribute) IASWebDataService.updateAttribute(Attribute attribute) Updates a Attribute object.Method parameters in net.anotheria.anosite.gen.aswebdata.service with type arguments of type AttributeModifier and TypeMethodDescriptionASWebDataServiceImpl.createAttributes(List<Attribute> list) IASWebDataService.createAttributes(List<Attribute> list) Creates multiple new Attribute objects.voidASWebDataServiceImpl.deleteAttributes(List<Attribute> list) voidIASWebDataService.deleteAttributes(List<Attribute> list) Deletes multiple Attribute object.net.anotheria.util.xml.XMLNodeASWebDataServiceImpl.exportAttributesToXML(String[] languages, List<Attribute> list) net.anotheria.util.xml.XMLNodeASWebDataServiceImpl.exportAttributesToXML(List<Attribute> list) net.anotheria.util.xml.XMLNodeIASWebDataService.exportAttributesToXML(String[] languages, List<Attribute> listAttributes) creates an xml element with selected contained data but only selected languages in multilingual attributesnet.anotheria.util.xml.XMLNodeIASWebDataService.exportAttributesToXML(List<Attribute> listAttributes) Creates an xml element with selected contained data.ASWebDataServiceImpl.importAttributes(List<Attribute> list) IASWebDataService.importAttributes(List<Attribute> list) Imports multiple new Attribute object.ASWebDataServiceImpl.updateAttributes(List<Attribute> list) IASWebDataService.updateAttributes(List<Attribute> list) Updates multiple Attribute objects.