Uses of Interface
net.anotheria.anosite.gen.ascustomaction.data.CustomActionDef
-
Packages that use CustomActionDef Package Description net.anotheria.anosite.gen.ascustomaction.action net.anotheria.anosite.gen.ascustomaction.data net.anotheria.anosite.gen.ascustomaction.service -
-
Uses of CustomActionDef in net.anotheria.anosite.gen.ascustomaction.action
Methods in net.anotheria.anosite.gen.ascustomaction.action with parameters of type CustomActionDef Modifier and Type Method Description protected voidBaseCustomActionDefAction. addFieldExplanations(jakarta.servlet.http.HttpServletRequest req, CustomActionDef customactiondef)protected voidBaseCustomActionDefAction. canUpdateCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req)Checking UpdateCapability rightsprotected voidBaseCustomActionDefAction. checkCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req)Executing auto-unlocking check....protected voidBaseCustomActionDefAction. lockCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req)Executing locking.protected CustomActionDefListItemBeanShowCustomActionDefsAction. makeCustomActionDefListItemBean(CustomActionDef customactiondef)protected voidBaseCustomActionDefAction. unLockCustomActionDefs(CustomActionDef customactiondef, jakarta.servlet.http.HttpServletRequest req, boolean unlockByTimeoout)Executing unlocking. -
Uses of CustomActionDef in net.anotheria.anosite.gen.ascustomaction.data
Classes in net.anotheria.anosite.gen.ascustomaction.data that implement CustomActionDef Modifier and Type Class Description classCustomActionDefDocumentMethods in net.anotheria.anosite.gen.ascustomaction.data that return CustomActionDef Modifier and Type Method Description CustomActionDefCustomActionDefBuilder. build()static CustomActionDefCustomActionDefFactory. createCustomActionDef()static CustomActionDefCustomActionDefFactory. createCustomActionDef(java.lang.String anId)For internal use only!static CustomActionDefCustomActionDefFactory. createCustomActionDef(CustomActionDef template)static CustomActionDefCustomActionDefFactory. createCustomActionDefForImport(java.lang.String anId)static CustomActionDefCustomActionDefXMLHelper. fromXML(net.anotheria.util.xml.XMLNode node)Methods in net.anotheria.anosite.gen.ascustomaction.data with parameters of type CustomActionDef Modifier and Type Method Description intCustomActionDefDocument. compareTo(CustomActionDef comparable)static CustomActionDefCustomActionDefFactory. createCustomActionDef(CustomActionDef template)static net.anotheria.util.xml.XMLNodeCustomActionDefXMLHelper. toXML(CustomActionDef object)static net.anotheria.util.xml.XMLNodeCustomActionDefXMLHelper. toXML(CustomActionDef object, java.lang.String... languages) -
Uses of CustomActionDef in net.anotheria.anosite.gen.ascustomaction.service
Methods in net.anotheria.anosite.gen.ascustomaction.service that return CustomActionDef Modifier and Type Method Description CustomActionDefASCustomActionServiceImpl. createCustomActionDef(CustomActionDef customactiondef)CustomActionDefIASCustomActionService. createCustomActionDef(CustomActionDef customactiondef)Creates a new CustomActionDef object.CustomActionDefASCustomActionServiceImpl. getCustomActionDef(java.lang.String id)CustomActionDefIASCustomActionService. getCustomActionDef(java.lang.String id)Returns the CustomActionDef object with the specified id.CustomActionDefASCustomActionServiceImpl. importCustomActionDef(CustomActionDef customactiondef)CustomActionDefIASCustomActionService. importCustomActionDef(CustomActionDef customactiondef)Imports a new CustomActionDef object.CustomActionDefASCustomActionServiceImpl. updateCustomActionDef(CustomActionDef customactiondef)CustomActionDefIASCustomActionService. updateCustomActionDef(CustomActionDef customactiondef)Updates a CustomActionDef object.Methods in net.anotheria.anosite.gen.ascustomaction.service that return types with arguments of type CustomActionDef Modifier and Type Method Description java.util.List<CustomActionDef>ASCustomActionServiceImpl. createCustomActionDefs(java.util.List<CustomActionDef> list)java.util.List<CustomActionDef>IASCustomActionService. createCustomActionDefs(java.util.List<CustomActionDef> list)Creates multiple new CustomActionDef objects.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefs()java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefs(java.util.List<java.lang.String> ids)Returns the CustomActionDef objects with the specified ids.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefs(java.util.List<java.lang.String> ids, net.anotheria.util.sorter.SortType sortType)Returns the CustomActionDef objects with the specified ids, sorted by given sorttype.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomActionDef objects segment.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefs(net.anotheria.util.sorter.SortType sortType)java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefs()Returns all CustomActionDefs objects stored.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefs(net.anotheria.util.slicer.Segment aSegment)Returns CustomActionDefs objects segment.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefs(net.anotheria.util.sorter.SortType sortType)Returns all CustomActionDefs objects sorted by given sortType.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value)java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... property)Returns CustomActionDef objects segment, where property matched.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomActionDef objects segment, where property matched, sorted.java.util.List<CustomActionDef>ASCustomActionServiceImpl. getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches, sortedjava.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value)Returns all CustomActionDef objects, where property with given name equals object.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefsByProperty(java.lang.String propertyName, java.lang.Object value, net.anotheria.util.sorter.SortType sortType)Returns all CustomActionDef objects, where property with given name equals object, sorted.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomActionDef objects segment, where property matches.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty)Returns CustomActionDef objects segment, where property matches, sorted.java.util.List<CustomActionDef>IASCustomActionService. getCustomActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property)Returns all CustomActionDef objects, where property matches, sorted.java.util.List<CustomActionDef>ASCustomActionServiceImpl. importCustomActionDefs(java.util.List<CustomActionDef> list)java.util.List<CustomActionDef>IASCustomActionService. importCustomActionDefs(java.util.List<CustomActionDef> list)Imports multiple new CustomActionDef object.java.util.List<CustomActionDef>ASCustomActionServiceImpl. updateCustomActionDefs(java.util.List<CustomActionDef> list)java.util.List<CustomActionDef>IASCustomActionService. updateCustomActionDefs(java.util.List<CustomActionDef> list)Updates multiple CustomActionDef objects.Methods in net.anotheria.anosite.gen.ascustomaction.service with parameters of type CustomActionDef Modifier and Type Method Description CustomActionDefASCustomActionServiceImpl. createCustomActionDef(CustomActionDef customactiondef)CustomActionDefIASCustomActionService. createCustomActionDef(CustomActionDef customactiondef)Creates a new CustomActionDef object.voidASCustomActionServiceImpl. deleteCustomActionDef(CustomActionDef customactiondef)voidIASCustomActionService. deleteCustomActionDef(CustomActionDef customactiondef)Deletes a CustomActionDef object.CustomActionDefASCustomActionServiceImpl. importCustomActionDef(CustomActionDef customactiondef)CustomActionDefIASCustomActionService. importCustomActionDef(CustomActionDef customactiondef)Imports a new CustomActionDef object.CustomActionDefASCustomActionServiceImpl. updateCustomActionDef(CustomActionDef customactiondef)CustomActionDefIASCustomActionService. updateCustomActionDef(CustomActionDef customactiondef)Updates a CustomActionDef object.Method parameters in net.anotheria.anosite.gen.ascustomaction.service with type arguments of type CustomActionDef Modifier and Type Method Description java.util.List<CustomActionDef>ASCustomActionServiceImpl. createCustomActionDefs(java.util.List<CustomActionDef> list)java.util.List<CustomActionDef>IASCustomActionService. createCustomActionDefs(java.util.List<CustomActionDef> list)Creates multiple new CustomActionDef objects.voidASCustomActionServiceImpl. deleteCustomActionDefs(java.util.List<CustomActionDef> list)voidIASCustomActionService. deleteCustomActionDefs(java.util.List<CustomActionDef> list)Deletes multiple CustomActionDef object.net.anotheria.util.xml.XMLNodeASCustomActionServiceImpl. exportCustomActionDefsToXML(java.util.List<CustomActionDef> list)net.anotheria.util.xml.XMLNodeIASCustomActionService. exportCustomActionDefsToXML(java.util.List<CustomActionDef> listCustomActionDefs)Creates an xml element with selected contained data.java.util.List<CustomActionDef>ASCustomActionServiceImpl. importCustomActionDefs(java.util.List<CustomActionDef> list)java.util.List<CustomActionDef>IASCustomActionService. importCustomActionDefs(java.util.List<CustomActionDef> list)Imports multiple new CustomActionDef object.java.util.List<CustomActionDef>ASCustomActionServiceImpl. updateCustomActionDefs(java.util.List<CustomActionDef> list)java.util.List<CustomActionDef>IASCustomActionService. updateCustomActionDefs(java.util.List<CustomActionDef> list)Updates multiple CustomActionDef objects.
-