Uses of Interface
net.anotheria.anosite.gen.asgenericdata.data.GenericBoxHandlerDef
-
Packages that use GenericBoxHandlerDef Package Description net.anotheria.anosite.gen.asgenericdata.action net.anotheria.anosite.gen.asgenericdata.data net.anotheria.anosite.gen.asgenericdata.service -
-
Uses of GenericBoxHandlerDef in net.anotheria.anosite.gen.asgenericdata.action
Methods in net.anotheria.anosite.gen.asgenericdata.action with parameters of type GenericBoxHandlerDef Modifier and Type Method Description protected voidBaseGenericBoxHandlerDefAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, GenericBoxHandlerDef genericboxhandlerdef)protected voidBaseGenericBoxHandlerDefAction. canUpdateGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseGenericBoxHandlerDefAction. checkGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseGenericBoxHandlerDefAction. lockGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected GenericBoxHandlerDefListItemBeanShowGenericBoxHandlerDefsAction. makeGenericBoxHandlerDefListItemBean(GenericBoxHandlerDef genericboxhandlerdef)protected voidBaseGenericBoxHandlerDefAction. unLockGenericBoxHandlerDefs(GenericBoxHandlerDef genericboxhandlerdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of GenericBoxHandlerDef in net.anotheria.anosite.gen.asgenericdata.data
Classes in net.anotheria.anosite.gen.asgenericdata.data that implement GenericBoxHandlerDef Modifier and Type Class Description classGenericBoxHandlerDefDocumentMethods in net.anotheria.anosite.gen.asgenericdata.data that return GenericBoxHandlerDef Modifier and Type Method Description GenericBoxHandlerDefGenericBoxHandlerDefBuilder. build()static GenericBoxHandlerDefGenericBoxHandlerDefFactory. createGenericBoxHandlerDef()static GenericBoxHandlerDefGenericBoxHandlerDefFactory. createGenericBoxHandlerDef(java.lang.String anId)For internal use only!static GenericBoxHandlerDefGenericBoxHandlerDefFactory. createGenericBoxHandlerDef(GenericBoxHandlerDef template)static GenericBoxHandlerDefGenericBoxHandlerDefFactory. createGenericBoxHandlerDefForImport(java.lang.String anId)static GenericBoxHandlerDefGenericBoxHandlerDefXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.asgenericdata.data with parameters of type GenericBoxHandlerDef Modifier and Type Method Description intGenericBoxHandlerDefDocument. compareTo(GenericBoxHandlerDef comparable)static GenericBoxHandlerDefGenericBoxHandlerDefFactory. createGenericBoxHandlerDef(GenericBoxHandlerDef template)static net.anotheria.util.xml.XMLNodeGenericBoxHandlerDefXMLHelper. toXML(GenericBoxHandlerDef object)static net.anotheria.util.xml.XMLNodeGenericBoxHandlerDefXMLHelper. toXML(GenericBoxHandlerDef object, java.lang.String... languages) -
Uses of GenericBoxHandlerDef in net.anotheria.anosite.gen.asgenericdata.service
Methods in net.anotheria.anosite.gen.asgenericdata.service that return GenericBoxHandlerDef Modifier and Type Method Description GenericBoxHandlerDefASGenericDataServiceImpl. createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)GenericBoxHandlerDefIASGenericDataService. createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Creates a new GenericBoxHandlerDef object.GenericBoxHandlerDefASGenericDataServiceImpl. getGenericBoxHandlerDef(java.lang.String id)GenericBoxHandlerDefIASGenericDataService. getGenericBoxHandlerDef(java.lang.String id)Returns the GenericBoxHandlerDef object with the specified id.GenericBoxHandlerDefASGenericDataServiceImpl. importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)GenericBoxHandlerDefIASGenericDataService. importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Imports a new GenericBoxHandlerDef object.GenericBoxHandlerDefASGenericDataServiceImpl. updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)GenericBoxHandlerDefIASGenericDataService. updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Updates a GenericBoxHandlerDef object.Methods in net.anotheria.anosite.gen.asgenericdata.service that return types with arguments of type GenericBoxHandlerDef Modifier and Type Method Description java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)java.util.List<GenericBoxHandlerDef>IASGenericDataService. createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Creates multiple new GenericBoxHandlerDef objects.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefs()java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefs(java.util.List<java.lang.String> ids)Returns the GenericBoxHandlerDef objects with the specified ids.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the GenericBoxHandlerDef objects with the specified ids, sorted by given sorttype.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns GenericBoxHandlerDef objects segment.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefs()Returns all GenericBoxHandlerDefs objects stored.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns GenericBoxHandlerDefs objects segment.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)Returns all GenericBoxHandlerDefs objects sorted by given sortType.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxHandlerDef objects, where property matches.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns GenericBoxHandlerDef objects segment, where property matched.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns GenericBoxHandlerDef objects segment, where property matched, sorted.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxHandlerDef objects, where property matches, sortedjava.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all GenericBoxHandlerDef objects, where property with given name equals object.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all GenericBoxHandlerDef objects, where property with given name equals object, sorted.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxHandlerDef objects, where property matches.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns GenericBoxHandlerDef objects segment, where property matches.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns GenericBoxHandlerDef objects segment, where property matches, sorted.java.util.List<GenericBoxHandlerDef>IASGenericDataService. getGenericBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all GenericBoxHandlerDef objects, where property matches, sorted.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)java.util.List<GenericBoxHandlerDef>IASGenericDataService. importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Imports multiple new GenericBoxHandlerDef object.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)java.util.List<GenericBoxHandlerDef>IASGenericDataService. updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Updates multiple GenericBoxHandlerDef objects.Methods in net.anotheria.anosite.gen.asgenericdata.service with parameters of type GenericBoxHandlerDef Modifier and Type Method Description GenericBoxHandlerDefASGenericDataServiceImpl. createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)GenericBoxHandlerDefIASGenericDataService. createGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Creates a new GenericBoxHandlerDef object.voidASGenericDataServiceImpl. deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)voidIASGenericDataService. deleteGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Deletes a GenericBoxHandlerDef object.GenericBoxHandlerDefASGenericDataServiceImpl. importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)GenericBoxHandlerDefIASGenericDataService. importGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Imports a new GenericBoxHandlerDef object.GenericBoxHandlerDefASGenericDataServiceImpl. updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)GenericBoxHandlerDefIASGenericDataService. updateGenericBoxHandlerDef(GenericBoxHandlerDef genericboxhandlerdef)Updates a GenericBoxHandlerDef object.Method parameters in net.anotheria.anosite.gen.asgenericdata.service with type arguments of type GenericBoxHandlerDef Modifier and Type Method Description java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)java.util.List<GenericBoxHandlerDef>IASGenericDataService. createGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Creates multiple new GenericBoxHandlerDef objects.voidASGenericDataServiceImpl. deleteGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)voidIASGenericDataService. deleteGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Deletes multiple GenericBoxHandlerDef object.net.anotheria.util.xml.XMLNodeASGenericDataServiceImpl. exportGenericBoxHandlerDefsToXML(java.util.List<GenericBoxHandlerDef> list)net.anotheria.util.xml.XMLNodeIASGenericDataService. exportGenericBoxHandlerDefsToXML(java.util.List<GenericBoxHandlerDef> listGenericBoxHandlerDefs)Creates an xml element with selected contained data.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)java.util.List<GenericBoxHandlerDef>IASGenericDataService. importGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Imports multiple new GenericBoxHandlerDef object.java.util.List<GenericBoxHandlerDef>ASGenericDataServiceImpl. updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)java.util.List<GenericBoxHandlerDef>IASGenericDataService. updateGenericBoxHandlerDefs(java.util.List<GenericBoxHandlerDef> list)Updates multiple GenericBoxHandlerDef objects.
-