Uses of Interface
net.anotheria.anosite.gen.ascustomdata.data.CustomBoxHandlerDef
-
Packages that use CustomBoxHandlerDef Package Description net.anotheria.anosite.gen.ascustomdata.action net.anotheria.anosite.gen.ascustomdata.data net.anotheria.anosite.gen.ascustomdata.service -
-
Uses of CustomBoxHandlerDef in net.anotheria.anosite.gen.ascustomdata.action
Methods in net.anotheria.anosite.gen.ascustomdata.action with parameters of type CustomBoxHandlerDef Modifier and Type Method Description protected voidBaseCustomBoxHandlerDefAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomBoxHandlerDef customboxhandlerdef)protected voidBaseCustomBoxHandlerDefAction. canUpdateCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseCustomBoxHandlerDefAction. checkCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseCustomBoxHandlerDefAction. lockCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected CustomBoxHandlerDefListItemBeanShowCustomBoxHandlerDefsAction. makeCustomBoxHandlerDefListItemBean(CustomBoxHandlerDef customboxhandlerdef)protected voidBaseCustomBoxHandlerDefAction. unLockCustomBoxHandlerDefs(CustomBoxHandlerDef customboxhandlerdef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of CustomBoxHandlerDef in net.anotheria.anosite.gen.ascustomdata.data
Classes in net.anotheria.anosite.gen.ascustomdata.data that implement CustomBoxHandlerDef Modifier and Type Class Description classCustomBoxHandlerDefDocumentMethods in net.anotheria.anosite.gen.ascustomdata.data that return CustomBoxHandlerDef Modifier and Type Method Description CustomBoxHandlerDefCustomBoxHandlerDefBuilder. build()static CustomBoxHandlerDefCustomBoxHandlerDefFactory. createCustomBoxHandlerDef()static CustomBoxHandlerDefCustomBoxHandlerDefFactory. createCustomBoxHandlerDef(java.lang.String anId)For internal use only!static CustomBoxHandlerDefCustomBoxHandlerDefFactory. createCustomBoxHandlerDef(CustomBoxHandlerDef template)static CustomBoxHandlerDefCustomBoxHandlerDefFactory. createCustomBoxHandlerDefForImport(java.lang.String anId)static CustomBoxHandlerDefCustomBoxHandlerDefXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.ascustomdata.data with parameters of type CustomBoxHandlerDef Modifier and Type Method Description intCustomBoxHandlerDefDocument. compareTo(CustomBoxHandlerDef comparable)static CustomBoxHandlerDefCustomBoxHandlerDefFactory. createCustomBoxHandlerDef(CustomBoxHandlerDef template)static net.anotheria.util.xml.XMLNodeCustomBoxHandlerDefXMLHelper. toXML(CustomBoxHandlerDef object)static net.anotheria.util.xml.XMLNodeCustomBoxHandlerDefXMLHelper. toXML(CustomBoxHandlerDef object, java.lang.String... languages) -
Uses of CustomBoxHandlerDef in net.anotheria.anosite.gen.ascustomdata.service
Methods in net.anotheria.anosite.gen.ascustomdata.service that return CustomBoxHandlerDef Modifier and Type Method Description CustomBoxHandlerDefASCustomDataServiceImpl. createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)CustomBoxHandlerDefIASCustomDataService. createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Creates a new CustomBoxHandlerDef object.CustomBoxHandlerDefASCustomDataServiceImpl. getCustomBoxHandlerDef(java.lang.String id)CustomBoxHandlerDefIASCustomDataService. getCustomBoxHandlerDef(java.lang.String id)Returns the CustomBoxHandlerDef object with the specified id.CustomBoxHandlerDefASCustomDataServiceImpl. importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)CustomBoxHandlerDefIASCustomDataService. importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Imports a new CustomBoxHandlerDef object.CustomBoxHandlerDefASCustomDataServiceImpl. updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)CustomBoxHandlerDefIASCustomDataService. updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Updates a CustomBoxHandlerDef object.Methods in net.anotheria.anosite.gen.ascustomdata.service that return types with arguments of type CustomBoxHandlerDef Modifier and Type Method Description java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)java.util.List<CustomBoxHandlerDef>IASCustomDataService. createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Creates multiple new CustomBoxHandlerDef objects.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefs()java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids)Returns the CustomBoxHandlerDef objects with the specified ids.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the CustomBoxHandlerDef objects with the specified ids, sorted by given sorttype.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomBoxHandlerDef objects segment.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefs()Returns all CustomBoxHandlerDefs objects stored.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomBoxHandlerDefs objects segment.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefs(net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxHandlerDefs objects sorted by given sortType.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxHandlerDef objects, where property matches.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns CustomBoxHandlerDef objects segment, where property matched.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxHandlerDef objects segment, where property matched, sorted.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxHandlerDef objects, where property matches, sortedjava.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomBoxHandlerDef objects, where property with given name equals object.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomBoxHandlerDef objects, where property with given name equals object, sorted.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxHandlerDef objects, where property matches.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxHandlerDef objects segment, where property matches.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomBoxHandlerDef objects segment, where property matches, sorted.java.util.List<CustomBoxHandlerDef>IASCustomDataService. getCustomBoxHandlerDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomBoxHandlerDef objects, where property matches, sorted.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)java.util.List<CustomBoxHandlerDef>IASCustomDataService. importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Imports multiple new CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)java.util.List<CustomBoxHandlerDef>IASCustomDataService. updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Updates multiple CustomBoxHandlerDef objects.Methods in net.anotheria.anosite.gen.ascustomdata.service with parameters of type CustomBoxHandlerDef Modifier and Type Method Description CustomBoxHandlerDefASCustomDataServiceImpl. createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)CustomBoxHandlerDefIASCustomDataService. createCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Creates a new CustomBoxHandlerDef object.voidASCustomDataServiceImpl. deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)voidIASCustomDataService. deleteCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Deletes a CustomBoxHandlerDef object.CustomBoxHandlerDefASCustomDataServiceImpl. importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)CustomBoxHandlerDefIASCustomDataService. importCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Imports a new CustomBoxHandlerDef object.CustomBoxHandlerDefASCustomDataServiceImpl. updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)CustomBoxHandlerDefIASCustomDataService. updateCustomBoxHandlerDef(CustomBoxHandlerDef customboxhandlerdef)Updates a CustomBoxHandlerDef object.Method parameters in net.anotheria.anosite.gen.ascustomdata.service with type arguments of type CustomBoxHandlerDef Modifier and Type Method Description java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)java.util.List<CustomBoxHandlerDef>IASCustomDataService. createCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Creates multiple new CustomBoxHandlerDef objects.voidASCustomDataServiceImpl. deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)voidIASCustomDataService. deleteCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Deletes multiple CustomBoxHandlerDef object.net.anotheria.util.xml.XMLNodeASCustomDataServiceImpl. exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> list)net.anotheria.util.xml.XMLNodeIASCustomDataService. exportCustomBoxHandlerDefsToXML(java.util.List<CustomBoxHandlerDef> listCustomBoxHandlerDefs)Creates an xml element with selected contained data.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)java.util.List<CustomBoxHandlerDef>IASCustomDataService. importCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Imports multiple new CustomBoxHandlerDef object.java.util.List<CustomBoxHandlerDef>ASCustomDataServiceImpl. updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)java.util.List<CustomBoxHandlerDef>IASCustomDataService. updateCustomBoxHandlerDefs(java.util.List<CustomBoxHandlerDef> list)Updates multiple CustomBoxHandlerDef objects.
-