Uses of Class
com.skava.model.datatransferobjects.Action
Packages that use Action
Package
Description
Notification DTO models.
Notification response models.
Notification service implementations.
Notification Validator classes.
Notification Controller classes.
-
Uses of Action in com.skava.model.datatransferobjects
Methods in com.skava.model.datatransferobjects that return ActionModifier and TypeMethodDescriptionAction.fromDomainObject
(ActionDomain actionDO) This function is used to map the params present in objectActionDomain
toAction
-
Uses of Action in com.skava.model.responses
Constructors in com.skava.model.responses with parameters of type ActionConstructor parameters in com.skava.model.responses with type arguments of type ActionModifierConstructorDescriptionActionsResponse
(List<Action> action, PageableInfo pageableInfo) Instantiates a new action action response. -
Uses of Action in com.skava.service.impl
Methods in com.skava.service.impl with parameters of type ActionModifier and TypeMethodDescriptionprocess
Create Action Process.com.skava.core.ResponseModel
Delete Action Process.Create Action Process. -
Uses of Action in com.skava.validator.services
Methods in com.skava.validator.services with parameters of type ActionModifier and TypeMethodDescriptionvoid
ActionValidator.validateNameAndTemplate
(Action request) void
UpdateActionValidator.validateNameAndTemplate
(Action actionRequest) -
Uses of Action in com.skava.web
Methods in com.skava.web that return types with arguments of type ActionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Action>
ActionController.createAction
(String locale, String version, long storeId, long collectionId, String authToken, Action request) This method is used to create Action based on the given Action Request.org.springframework.http.ResponseEntity<Action>
ActionController.getActionById
(String locale, String version, long storeId, long collectionId, String authToken, long id) This method is used to load a single Action based on given Action Request.org.springframework.http.ResponseEntity<Action>
ActionController.updateActionById
(String locale, String version, long storeId, long collectionId, String authToken, long id, Action request) This method is used to update a single Action based on given Action Request.Methods in com.skava.web with parameters of type ActionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Action>
ActionController.createAction
(String locale, String version, long storeId, long collectionId, String authToken, Action request) This method is used to create Action based on the given Action Request.org.springframework.http.ResponseEntity<Action>
ActionController.updateActionById
(String locale, String version, long storeId, long collectionId, String authToken, long id, Action request) This method is used to update a single Action based on given Action Request.