Uses of Interface
net.anotheria.anosite.gen.asaction.data.ActionDef
Packages that use ActionDef
Package
Description
-
Uses of ActionDef in net.anotheria.anosite.gen.asaction.action
Methods in net.anotheria.anosite.gen.asaction.action with parameters of type ActionDefModifier and TypeMethodDescriptionprotected ActionDefListItemBeanShowActionDefsAction.makeActionDefListItemBean(ActionDef actiondef) -
Uses of ActionDef in net.anotheria.anosite.gen.asaction.data
Classes in net.anotheria.anosite.gen.asaction.data that implement ActionDefMethods in net.anotheria.anosite.gen.asaction.data that return ActionDefModifier and TypeMethodDescriptionActionDefBuilder.build()ActionDefVO.clone()static ActionDefActionDefFactory.createActionDef()static ActionDefActionDefFactory.createActionDef(String anId) For internal use only!static ActionDefActionDefFactory.createActionDef(ActionDef template) static ActionDefActionDefFactory.createActionDefForImport(String anId) static ActionDefActionDefXMLHelper.fromXML(net.anotheria.util.xml.XMLNode node) Methods in net.anotheria.anosite.gen.asaction.data with parameters of type ActionDefModifier and TypeMethodDescriptionintvoidActionDefVO.copyAttributesFrom(ActionDef toCopy) static ActionDefActionDefFactory.createActionDef(ActionDef template) static net.anotheria.util.xml.XMLNodestatic net.anotheria.util.xml.XMLNode -
Uses of ActionDef in net.anotheria.anosite.gen.asaction.service
Methods in net.anotheria.anosite.gen.asaction.service that return ActionDefModifier and TypeMethodDescriptionASActionServiceImpl.createActionDef(ActionDef actiondef) IASActionService.createActionDef(ActionDef actiondef) Creates a new ActionDef object.ASActionServiceImpl.getActionDef(String id) IASActionService.getActionDef(String id) Returns the ActionDef object with the specified id.ASActionServiceImpl.importActionDef(ActionDef actiondef) IASActionService.importActionDef(ActionDef actiondef) Imports a new ActionDef object.ASActionServiceImpl.updateActionDef(ActionDef actiondef) IASActionService.updateActionDef(ActionDef actiondef) Updates a ActionDef object.Methods in net.anotheria.anosite.gen.asaction.service that return types with arguments of type ActionDefModifier and TypeMethodDescriptionASActionServiceImpl.createActionDefs(List<ActionDef> list) Creates multiple new ActionDef objects.IASActionService.createActionDefs(List<ActionDef> list) Creates multiple new ActionDef objects.ASActionServiceImpl.getActionDefs()ASActionServiceImpl.getActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionDef objects segment.ASActionServiceImpl.getActionDefs(net.anotheria.util.sorter.SortType sortType) IASActionService.getActionDefs()Returns all ActionDefs objects stored.IASActionService.getActionDefs(net.anotheria.util.slicer.Segment aSegment) Returns ActionDefs objects segment.IASActionService.getActionDefs(net.anotheria.util.sorter.SortType sortType) Returns all ActionDefs objects sorted by given sortType.ASActionServiceImpl.getActionDefsByProperty(String propertyName, Object value) ASActionServiceImpl.getActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) ASActionServiceImpl.getActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches.ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matched.ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matched, sorted.ASActionServiceImpl.getActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches, sortedIASActionService.getActionDefsByProperty(String propertyName, Object value) Returns all ActionDef objects, where property with given name equals object.IASActionService.getActionDefsByProperty(String propertyName, Object value, net.anotheria.util.sorter.SortType sortType) Returns all ActionDef objects, where property with given name equals object, sorted.IASActionService.getActionDefsByProperty(net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches.IASActionService.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matches.IASActionService.getActionDefsByProperty(net.anotheria.util.slicer.Segment aSegment, net.anotheria.util.sorter.SortType aSortType, net.anotheria.anodoc.query2.QueryProperty... aProperty) Returns ActionDef objects segment, where property matches, sorted.IASActionService.getActionDefsByProperty(net.anotheria.util.sorter.SortType sortType, net.anotheria.anodoc.query2.QueryProperty... property) Returns all ActionDef objects, where property matches, sorted.ASActionServiceImpl.importActionDefs(List<ActionDef> list) IASActionService.importActionDefs(List<ActionDef> list) Imports multiple new ActionDef object.ASActionServiceImpl.updateActionDefs(List<ActionDef> list) Updates multiple new ActionDef objects.IASActionService.updateActionDefs(List<ActionDef> list) Updates multiple ActionDef objects.Methods in net.anotheria.anosite.gen.asaction.service with parameters of type ActionDefModifier and TypeMethodDescriptionASActionServiceImpl.createActionDef(ActionDef actiondef) IASActionService.createActionDef(ActionDef actiondef) Creates a new ActionDef object.voidASActionServiceImpl.deleteActionDef(ActionDef actiondef) voidIASActionService.deleteActionDef(ActionDef actiondef) Deletes a ActionDef object.ASActionServiceImpl.importActionDef(ActionDef actiondef) IASActionService.importActionDef(ActionDef actiondef) Imports a new ActionDef object.ASActionServiceImpl.updateActionDef(ActionDef actiondef) IASActionService.updateActionDef(ActionDef actiondef) Updates a ActionDef object.Method parameters in net.anotheria.anosite.gen.asaction.service with type arguments of type ActionDefModifier and TypeMethodDescriptionASActionServiceImpl.createActionDefs(List<ActionDef> list) Creates multiple new ActionDef objects.IASActionService.createActionDefs(List<ActionDef> list) Creates multiple new ActionDef objects.voidASActionServiceImpl.deleteActionDefs(List<ActionDef> list) Deletes multiple ActionDef objects.voidIASActionService.deleteActionDefs(List<ActionDef> list) Deletes multiple ActionDef object.net.anotheria.util.xml.XMLNodeASActionServiceImpl.exportActionDefsToXML(String[] languages, List<ActionDef> listActionDefs) net.anotheria.util.xml.XMLNodeASActionServiceImpl.exportActionDefsToXML(List<ActionDef> listActionDefs) net.anotheria.util.xml.XMLNodeIASActionService.exportActionDefsToXML(List<ActionDef> listActionDefs) Creates an xml element with selected contained data.ASActionServiceImpl.importActionDefs(List<ActionDef> list) IASActionService.importActionDefs(List<ActionDef> list) Imports multiple new ActionDef object.ASActionServiceImpl.updateActionDefs(List<ActionDef> list) Updates multiple new ActionDef objects.IASActionService.updateActionDefs(List<ActionDef> list) Updates multiple ActionDef objects.