Uses of Interface
net.anotheria.anosite.gen.asfederateddata.data.BoxHandlerDef
-
Packages that use BoxHandlerDef Package Description net.anotheria.anosite.gen.asfederateddata.action net.anotheria.anosite.gen.asfederateddata.data net.anotheria.anosite.gen.asfederateddata.service -
-
Uses of BoxHandlerDef in net.anotheria.anosite.gen.asfederateddata.action
Methods in net.anotheria.anosite.gen.asfederateddata.action with parameters of type BoxHandlerDef Modifier and Type Method Description protected BoxHandlerDefListItemBeanShowBoxHandlerDefsAction. makeBoxHandlerDefListItemBean(BoxHandlerDef boxhandlerdef) -
Uses of BoxHandlerDef in net.anotheria.anosite.gen.asfederateddata.data
Classes in net.anotheria.anosite.gen.asfederateddata.data that implement BoxHandlerDef Modifier and Type Class Description classBoxHandlerDefVOMethods in net.anotheria.anosite.gen.asfederateddata.data that return BoxHandlerDef Modifier and Type Method Description BoxHandlerDefBoxHandlerDefBuilder. build()BoxHandlerDefBoxHandlerDefVO. clone()static BoxHandlerDefBoxHandlerDefFactory. createBoxHandlerDef()static BoxHandlerDefBoxHandlerDefFactory. createBoxHandlerDef(java.lang.String anId)For internal use only!static BoxHandlerDefBoxHandlerDefFactory. createBoxHandlerDef(BoxHandlerDef template)static BoxHandlerDefBoxHandlerDefFactory. createBoxHandlerDefForImport(java.lang.String anId)static BoxHandlerDefBoxHandlerDefXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asfederateddata.data with parameters of type BoxHandlerDef Modifier and Type Method Description intBoxHandlerDefVO. 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, java.lang.String... languages) -
Uses of BoxHandlerDef in net.anotheria.anosite.gen.asfederateddata.service
Methods in net.anotheria.anosite.gen.asfederateddata.service that return BoxHandlerDef Modifier and Type Method Description BoxHandlerDefASFederatedDataServiceImpl. createBoxHandlerDef(BoxHandlerDef boxhandlerdef)BoxHandlerDefIASFederatedDataService. createBoxHandlerDef(BoxHandlerDef boxhandlerdef)Creates a new BoxHandlerDef object.BoxHandlerDefASFederatedDataServiceImpl. getBoxHandlerDef(java.lang.String id)BoxHandlerDefIASFederatedDataService. getBoxHandlerDef(java.lang.String id)Returns the BoxHandlerDef object with the specified id.BoxHandlerDefASFederatedDataServiceImpl. importBoxHandlerDef(BoxHandlerDef boxhandlerdef)BoxHandlerDefIASFederatedDataService. importBoxHandlerDef(BoxHandlerDef boxhandlerdef)Imports a new BoxHandlerDef object.BoxHandlerDefASFederatedDataServiceImpl. updateBoxHandlerDef(BoxHandlerDef boxhandlerdef)BoxHandlerDefIASFederatedDataService. updateBoxHandlerDef(BoxHandlerDef boxhandlerdef)Updates a BoxHandlerDef object.Methods in net.anotheria.anosite.gen.asfederateddata.service that return types with arguments of type BoxHandlerDef Modifier and Type Method Description java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. createBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Creates multiple new BoxHandlerDef objects.java.util.List<BoxHandlerDef>IASFederatedDataService. createBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Creates multiple new BoxHandlerDef objects.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefs()java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns BoxHandlerDef objects segment.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefs()Returns all BoxHandlerDefs objects stored.java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns BoxHandlerDefs objects segment.java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)Returns all BoxHandlerDefs objects sorted by given sortType.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all BoxHandlerDef objects, where property matches.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns BoxHandlerDef objects segment, where property matched.java.util.List<BoxHandlerDef>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.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all BoxHandlerDef objects, where property matches, sortedjava.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all BoxHandlerDef objects, where property with given name equals object.java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all BoxHandlerDef objects, where property with given name equals object, sorted.java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all BoxHandlerDef objects, where property matches.java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns BoxHandlerDef objects segment, where property matches.java.util.List<BoxHandlerDef>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.java.util.List<BoxHandlerDef>IASFederatedDataService. getBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all BoxHandlerDef objects, where property matches, sorted.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. importBoxHandlerDefs(java.util.List<BoxHandlerDef> list)java.util.List<BoxHandlerDef>IASFederatedDataService. importBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Imports multiple new BoxHandlerDef object.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Updates multiple new BoxHandlerDef objects.java.util.List<BoxHandlerDef>IASFederatedDataService. updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Updates multiple BoxHandlerDef objects.Methods in net.anotheria.anosite.gen.asfederateddata.service with parameters of type BoxHandlerDef Modifier and Type Method Description BoxHandlerDefASFederatedDataServiceImpl. createBoxHandlerDef(BoxHandlerDef boxhandlerdef)BoxHandlerDefIASFederatedDataService. createBoxHandlerDef(BoxHandlerDef boxhandlerdef)Creates a new BoxHandlerDef object.voidASFederatedDataServiceImpl. deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef)voidIASFederatedDataService. deleteBoxHandlerDef(BoxHandlerDef boxhandlerdef)Deletes a BoxHandlerDef object.BoxHandlerDefASFederatedDataServiceImpl. importBoxHandlerDef(BoxHandlerDef boxhandlerdef)BoxHandlerDefIASFederatedDataService. importBoxHandlerDef(BoxHandlerDef boxhandlerdef)Imports a new BoxHandlerDef object.BoxHandlerDefASFederatedDataServiceImpl. updateBoxHandlerDef(BoxHandlerDef boxhandlerdef)BoxHandlerDefIASFederatedDataService. updateBoxHandlerDef(BoxHandlerDef boxhandlerdef)Updates a BoxHandlerDef object.Method parameters in net.anotheria.anosite.gen.asfederateddata.service with type arguments of type BoxHandlerDef Modifier and Type Method Description java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. createBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Creates multiple new BoxHandlerDef objects.java.util.List<BoxHandlerDef>IASFederatedDataService. createBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Creates multiple new BoxHandlerDef objects.voidASFederatedDataServiceImpl. deleteBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Deletes multiple BoxHandlerDef objects.voidIASFederatedDataService. deleteBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Deletes multiple BoxHandlerDef object.net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl. exportBoxHandlerDefsToXML(java.lang.String[] languages, java.util.List<BoxHandlerDef> listBoxHandlerDefs)net.anotheria.util.xml.XMLNodeASFederatedDataServiceImpl. exportBoxHandlerDefsToXML(java.util.List<BoxHandlerDef> listBoxHandlerDefs)net.anotheria.util.xml.XMLNodeIASFederatedDataService. exportBoxHandlerDefsToXML(java.util.List<BoxHandlerDef> listBoxHandlerDefs)Creates an xml element with selected contained data.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. importBoxHandlerDefs(java.util.List<BoxHandlerDef> list)java.util.List<BoxHandlerDef>IASFederatedDataService. importBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Imports multiple new BoxHandlerDef object.java.util.List<BoxHandlerDef>ASFederatedDataServiceImpl. updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Updates multiple new BoxHandlerDef objects.java.util.List<BoxHandlerDef>IASFederatedDataService. updateBoxHandlerDefs(java.util.List<BoxHandlerDef> list)Updates multiple BoxHandlerDef objects.
-