Uses of Interface
net.anotheria.anosite.gen.asfederateddata.data.BoxHandlerDef
Packages that use BoxHandlerDef
Package
Description
-
Uses of BoxHandlerDef in net.anotheria.anosite.gen.asfederateddata.action
Methods in net.anotheria.anosite.gen.asfederateddata.action with parameters of type BoxHandlerDefModifier and TypeMethodDescriptionprotected BoxHandlerDefListItemBeanShowBoxHandlerDefsAction.makeBoxHandlerDefListItemBean(BoxHandlerDef boxhandlerdef) -
Uses of BoxHandlerDef in net.anotheria.anosite.gen.asfederateddata.data
Classes in net.anotheria.anosite.gen.asfederateddata.data that implement BoxHandlerDefMethods in net.anotheria.anosite.gen.asfederateddata.data that return BoxHandlerDefModifier and TypeMethodDescriptionBoxHandlerDefBuilder.build()BoxHandlerDefVO.clone()static BoxHandlerDefBoxHandlerDefFactory.createBoxHandlerDef()static BoxHandlerDefBoxHandlerDefFactory.createBoxHandlerDef(String anId) For internal use only!static BoxHandlerDefBoxHandlerDefFactory.createBoxHandlerDef(BoxHandlerDef template) static BoxHandlerDefBoxHandlerDefFactory.createBoxHandlerDefForImport(String anId) static BoxHandlerDefBoxHandlerDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asfederateddata.data with parameters of type BoxHandlerDefModifier and TypeMethodDescriptionintBoxHandlerDefVO.compareTo(BoxHandlerDef comparable) voidBoxHandlerDefVO.copyAttributesFrom(BoxHandlerDef toCopy) static BoxHandlerDefBoxHandlerDefFactory.createBoxHandlerDef(BoxHandlerDef template) static net.anotheria.util.xml.XMLNodeBoxHandlerDefXMLHelper.toXML(BoxHandlerDef object) static net.anotheria.util.xml.XMLNodeBoxHandlerDefXMLHelper.toXML(BoxHandlerDef object, String... languages) -
Uses of BoxHandlerDef in net.anotheria.anosite.gen.asfederateddata.service
Methods in net.anotheria.anosite.gen.asfederateddata.service that return BoxHandlerDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxHandlerDef(BoxHandlerDef boxhandlerdef) IASFederatedDataService.createBoxHandlerDef(BoxHandlerDef boxhandlerdef) Creates a new BoxHandlerDef object.ASFederatedDataServiceImpl.getBoxHandlerDef(String id) IASFederatedDataService.getBoxHandlerDef(String id) Returns the BoxHandlerDef object with the specified id.ASFederatedDataServiceImpl.importBoxHandlerDef(BoxHandlerDef boxhandlerdef) IASFederatedDataService.importBoxHandlerDef(BoxHandlerDef boxhandlerdef) Imports a new BoxHandlerDef object.ASFederatedDataServiceImpl.updateBoxHandlerDef(BoxHandlerDef boxhandlerdef) IASFederatedDataService.updateBoxHandlerDef(BoxHandlerDef boxhandlerdef) Updates a BoxHandlerDef object.Methods in net.anotheria.anosite.gen.asfederateddata.service that return types with arguments of type BoxHandlerDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxHandlerDefs(List<BoxHandlerDef> list) Creates multiple new BoxHandlerDef objects.IASFederatedDataService.createBoxHandlerDefs(List<BoxHandlerDef> list) Creates multiple new BoxHandlerDef objects.ASFederatedDataServiceImpl.getBoxHandlerDefs()ASFederatedDataServiceImpl.getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns BoxHandlerDef objects segment.ASFederatedDataServiceImpl.getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) IASFederatedDataService.getBoxHandlerDefs()Returns all BoxHandlerDefs objects stored.IASFederatedDataService.getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment) Returns BoxHandlerDefs objects segment.IASFederatedDataService.getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType) Returns all BoxHandlerDefs objects sorted by given sortType.ASFederatedDataServiceImpl.getBoxHandlerDefsByProperty(String propertyName, Object value) ASFederatedDataServiceImpl.getBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASFederatedDataServiceImpl.getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxHandlerDef objects, where property matches.ASFederatedDataServiceImpl.getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxHandlerDef objects segment, where property matched.ASFederatedDataServiceImpl.getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxHandlerDef objects segment, where property matched, sorted.ASFederatedDataServiceImpl.getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxHandlerDef objects, where property matches, sortedIASFederatedDataService.getBoxHandlerDefsByProperty(String propertyName, Object value) Returns all BoxHandlerDef objects, where property with given name equals object.IASFederatedDataService.getBoxHandlerDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all BoxHandlerDef objects, where property with given name equals object, sorted.IASFederatedDataService.getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxHandlerDef objects, where property matches.IASFederatedDataService.getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxHandlerDef objects segment, where property matches.IASFederatedDataService.getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns BoxHandlerDef objects segment, where property matches, sorted.IASFederatedDataService.getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all BoxHandlerDef objects, where property matches, sorted.ASFederatedDataServiceImpl.importBoxHandlerDefs(List<BoxHandlerDef> list) IASFederatedDataService.importBoxHandlerDefs(List<BoxHandlerDef> list) Imports multiple new BoxHandlerDef object.ASFederatedDataServiceImpl.updateBoxHandlerDefs(List<BoxHandlerDef> list) Updates multiple new BoxHandlerDef objects.IASFederatedDataService.updateBoxHandlerDefs(List<BoxHandlerDef> list) Updates multiple BoxHandlerDef objects.Methods in net.anotheria.anosite.gen.asfederateddata.service with parameters of type BoxHandlerDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxHandlerDef(BoxHandlerDef boxhandlerdef) IASFederatedDataService.createBoxHandlerDef(BoxHandlerDef boxhandlerdef) Creates a new BoxHandlerDef object.voidASFederatedDataServiceImpl.deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef) voidIASFederatedDataService.deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef) Deletes a BoxHandlerDef object.ASFederatedDataServiceImpl.importBoxHandlerDef(BoxHandlerDef boxhandlerdef) IASFederatedDataService.importBoxHandlerDef(BoxHandlerDef boxhandlerdef) Imports a new BoxHandlerDef object.ASFederatedDataServiceImpl.updateBoxHandlerDef(BoxHandlerDef boxhandlerdef) IASFederatedDataService.updateBoxHandlerDef(BoxHandlerDef boxhandlerdef) Updates a BoxHandlerDef object.Method parameters in net.anotheria.anosite.gen.asfederateddata.service with type arguments of type BoxHandlerDefModifier and TypeMethodDescriptionASFederatedDataServiceImpl.createBoxHandlerDefs(List<BoxHandlerDef> list) Creates multiple new BoxHandlerDef objects.IASFederatedDataService.createBoxHandlerDefs(List<BoxHandlerDef> list) Creates multiple new BoxHandlerDef objects.voidASFederatedDataServiceImpl.deleteBoxHandlerDefs(List<BoxHandlerDef> list) Deletes multiple BoxHandlerDef objects.voidIASFederatedDataService.deleteBoxHandlerDefs(List<BoxHandlerDef> list) Deletes multiple BoxHandlerDef object.net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl.exportBoxHandlerDefsToXML(String[] languages, List<BoxHandlerDef> listBoxHandlerDefs) net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl.exportBoxHandlerDefsToXML(List<BoxHandlerDef> listBoxHandlerDefs) net.anotheria.util.xml.XMLNodeIASFederatedDataService.exportBoxHandlerDefsToXML(List<BoxHandlerDef> listBoxHandlerDefs) Creates an xml element with selected contained data.ASFederatedDataServiceImpl.importBoxHandlerDefs(List<BoxHandlerDef> list) IASFederatedDataService.importBoxHandlerDefs(List<BoxHandlerDef> list) Imports multiple new BoxHandlerDef object.ASFederatedDataServiceImpl.updateBoxHandlerDefs(List<BoxHandlerDef> list) Updates multiple new BoxHandlerDef objects.IASFederatedDataService.updateBoxHandlerDefs(List<BoxHandlerDef> list) Updates multiple BoxHandlerDef objects.