Class DeleteTemplateDataSourceAction
- java.lang.Object
 - 
- org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
 - 
- org.neotropic.kuwaiba.modules.commercial.sync.actions.DeleteTemplateDataSourceAction
 
 
 
- 
@Component public class DeleteTemplateDataSourceAction extends AbstractAction
Delete a data source template- Author:
 - Hardy Ryan Chingal Martinez <ryan.chingal@neotropic.co>
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
AbstractAction.ModuleActionCallback 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static StringPARAM_TEMPLATE_DATA_SOURCEParameter, template data source configuration.- 
Fields inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
callback, description, displayName, icon, id, order 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DeleteTemplateDataSourceAction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRequiredAccessLevel()Returns the privilege needed to execute the current action.protected voidinit()booleanrequiresConfirmation()Does this action requires confirmation before executing it? This is typically true for actions that will delete or otherwise dispose of some resources.- 
Methods inherited from class org.neotropic.kuwaiba.core.apis.integration.modules.actions.AbstractAction
getCallback, getDescription, getDisplayName, getIcon, getId, getOrder, setCallback, setDescription, setDisplayName, setIcon, setId, setOrder 
 - 
 
 - 
 
- 
- 
Field Detail
- 
PARAM_TEMPLATE_DATA_SOURCE
public static String PARAM_TEMPLATE_DATA_SOURCE
Parameter, template data source configuration. 
 - 
 
- 
Method Detail
- 
init
@PostConstruct protected void init()
 
- 
getRequiredAccessLevel
public int getRequiredAccessLevel()
Description copied from class:AbstractActionReturns the privilege needed to execute the current action. This access level should be matched with the permissions granted to the user and the renderer must decide if it will gray-out the action or simply not show it.- Specified by:
 getRequiredAccessLevelin classAbstractAction- Returns:
 - The access level needed to execute this action. See 
Privilege.ACCESS_LEVEL_XXX for possible values. 
 
- 
requiresConfirmation
public boolean requiresConfirmation()
Description copied from class:AbstractActionDoes this action requires confirmation before executing it? This is typically true for actions that will delete or otherwise dispose of some resources. The consumer of the action might ignore this flag and simply execute the action.- Specified by:
 requiresConfirmationin classAbstractAction- Returns:
 
 
 - 
 
 -