Uses of Interface
net.anotheria.anosite.gen.asfederateddata.data.BoxType
Packages that use BoxType
Package
Description
-
Uses of BoxType in net.anotheria.anosite.gen.asfederateddata.action
Methods in net.anotheria.anosite.gen.asfederateddata.action with parameters of type BoxTypeModifier and TypeMethodDescriptionprotected BoxTypeListItemBeanShowBoxTypesAction.makeBoxTypeListItemBean(BoxType boxtype) -
Uses of BoxType in net.anotheria.anosite.gen.asfederateddata.data
Classes in net.anotheria.anosite.gen.asfederateddata.data that implement BoxTypeMethods in net.anotheria.anosite.gen.asfederateddata.data that return BoxTypeModifier and TypeMethodDescriptionBoxTypeBuilder.build()BoxTypeVO.clone()static BoxTypeBoxTypeFactory.createBoxType()static BoxTypeBoxTypeFactory.createBoxType(String anId) For internal use only!static BoxTypeBoxTypeFactory.createBoxType(BoxType template) static BoxTypeBoxTypeFactory.createBoxTypeForImport(String anId) static BoxTypeBoxTypeXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asfederateddata.data with parameters of type BoxTypeModifier and TypeMethodDescriptionintvoidBoxTypeVO.copyAttributesFrom(BoxType toCopy) static BoxTypeBoxTypeFactory.createBoxType(BoxType template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of BoxType in net.anotheria.anosite.gen.asfederateddata.service
Methods in net.anotheria.anosite.gen.asfederateddata.service that return BoxTypeModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxType(BoxType boxtype) IASFederatedDataService.createBoxType(BoxType boxtype) Creates a new BoxType object.ASFederatedDataServiceImpl.getBoxType(String id) IASFederatedDataService.getBoxType(String id) Returns the BoxType object with the specified id.ASFederatedDataServiceImpl.importBoxType(BoxType boxtype) IASFederatedDataService.importBoxType(BoxType boxtype) Imports a new BoxType object.ASFederatedDataServiceImpl.updateBoxType(BoxType boxtype) IASFederatedDataService.updateBoxType(BoxType boxtype) Updates a BoxType object.Methods in net.anotheria.anosite.gen.asfederateddata.service that return types with arguments of type BoxTypeModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxTypes(List<BoxType> list) Creates multiple new BoxType objects.IASFederatedDataService.createBoxTypes(List<BoxType> list) Creates multiple new BoxType objects.ASFederatedDataServiceImpl.getBoxTypes()ASFederatedDataServiceImpl.getBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns BoxType objects segment.ASFederatedDataServiceImpl.getBoxTypes(net.anotheria.util.sorter.SortType sortType) IASFederatedDataService.getBoxTypes()Returns all BoxTypes objects stored.IASFederatedDataService.getBoxTypes(net.anotheria.util.slicer.Segment aSegment) Returns BoxTypes objects segment.IASFederatedDataService.getBoxTypes(net.anotheria.util.sorter.SortType sortType) Returns all BoxTypes objects sorted by given sortType.ASFederatedDataServiceImpl.getBoxTypesByProperty(String propertyName, Object value) ASFederatedDataServiceImpl.getBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASFederatedDataServiceImpl.getBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxType objects, where property matches.ASFederatedDataServiceImpl.getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxType objects segment, where property matched.ASFederatedDataServiceImpl.getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxType objects segment, where property matched, sorted.ASFederatedDataServiceImpl.getBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxType objects, where property matches, sortedIASFederatedDataService.getBoxTypesByProperty(String propertyName, Object value) Returns all BoxType objects, where property with given name equals object.IASFederatedDataService.getBoxTypesByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all BoxType objects, where property with given name equals object, sorted.IASFederatedDataService.getBoxTypesByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxType objects, where property matches.IASFederatedDataService.getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxType objects segment, where property matches.IASFederatedDataService.getBoxTypesByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxType objects segment, where property matches, sorted.IASFederatedDataService.getBoxTypesByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxType objects, where property matches, sorted.ASFederatedDataServiceImpl.importBoxTypes(List<BoxType> list) IASFederatedDataService.importBoxTypes(List<BoxType> list) Imports multiple new BoxType object.ASFederatedDataServiceImpl.updateBoxTypes(List<BoxType> list) Updates multiple new BoxType objects.IASFederatedDataService.updateBoxTypes(List<BoxType> list) Updates multiple BoxType objects.Methods in net.anotheria.anosite.gen.asfederateddata.service with parameters of type BoxTypeModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxType(BoxType boxtype) IASFederatedDataService.createBoxType(BoxType boxtype) Creates a new BoxType object.voidASFederatedDataServiceImpl.deleteBoxType(BoxType boxtype) voidIASFederatedDataService.deleteBoxType(BoxType boxtype) Deletes a BoxType object.ASFederatedDataServiceImpl.importBoxType(BoxType boxtype) IASFederatedDataService.importBoxType(BoxType boxtype) Imports a new BoxType object.ASFederatedDataServiceImpl.updateBoxType(BoxType boxtype) IASFederatedDataService.updateBoxType(BoxType boxtype) Updates a BoxType object.Method parameters in net.anotheria.anosite.gen.asfederateddata.service with type arguments of type BoxTypeModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxTypes(List<BoxType> list) Creates multiple new BoxType objects.IASFederatedDataService.createBoxTypes(List<BoxType> list) Creates multiple new BoxType objects.voidASFederatedDataServiceImpl.deleteBoxTypes(List<BoxType> list) Deletes multiple BoxType objects.voidIASFederatedDataService.deleteBoxTypes(List<BoxType> list) Deletes multiple BoxType object.net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl.exportBoxTypesToXML(String[] languages, List<BoxType> listBoxTypes) net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl.exportBoxTypesToXML(List<BoxType> listBoxTypes) net.anotheria.util.xml.XMLNodeIASFederatedDataService.exportBoxTypesToXML(List<BoxType> listBoxTypes) Creates an xml element with selected contained data.ASFederatedDataServiceImpl.importBoxTypes(List<BoxType> list) IASFederatedDataService.importBoxTypes(List<BoxType> list) Imports multiple new BoxType object.ASFederatedDataServiceImpl.updateBoxTypes(List<BoxType> list) Updates multiple new BoxType objects.IASFederatedDataService.updateBoxTypes(List<BoxType> list) Updates multiple BoxType objects.