com.ibm.commerce.accesscontrol.policyeditor.commands
Interface ResGrpImplicitUpdateTaskCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
ResGrpImplicitUpdateTaskCmdImpl

public interface ResGrpImplicitUpdateTaskCmd
extends TaskCommand

Updates an implicit resource group. This task command uses the ResourceGroupBeanImplAccessBean access bean to set the modified name of the resource group as well as the modified conditions object. It then updates the description of the implicit resource group using the ResGrpDescAccessBean access bean.


Field Summary
static java.lang.String COPYRIGHT
          copyright notice
static java.lang.String defaultCommandClassName
          name of the default implementation of this command
static java.lang.String NAME
          name of this command
 
Method Summary
 java.lang.String getConditions()
          Gets the conditions of the resource group.
 java.lang.String getDescription()
          Gets the description of the resource group.
 boolean getIsUpdatable()
          Gets the value of isUpdatable.
 java.lang.String getResGrpDisplayName()
          Gets the display name of the resource group.
 java.lang.Integer getResGrpId()
          Gets the resource group Id
 java.lang.String getResGrpName()
          Gets the name of the resource group
 java.lang.String getResultMsg()
          Gets the message to be returned to the caller.
 void setConditions(java.lang.String conditions)
          Sets the conditions object
 void setDescription(java.lang.String description)
          Sets the description of the resource group
 void setIsUpdatable(boolean isUpdatable)
          Sets the value of isUpdatable.
 void setResGrpDisplayName(java.lang.String resGrpDisplayName)
          Sets the display name of the resource group
 void setResGrpId(java.lang.Integer resGrpId)
          Sets the resource group Id
 void setResGrpName(java.lang.String resGrpName)
          Sets the name of the resource group
 void setResultMsg(java.lang.String resultMsg)
          Sets the message to be returned to the caller.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
copyright notice

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
name of the default implementation of this command

NAME

public static final java.lang.String NAME
name of this command
Method Detail

getConditions

public java.lang.String getConditions()
Gets the conditions of the resource group.
Returns:
The conditions object

getDescription

public java.lang.String getDescription()
Gets the description of the resource group.
Returns:
The description of the resource group

getIsUpdatable

public boolean getIsUpdatable()
Gets the value of isUpdatable.
Returns:
isUpdatable

getResGrpDisplayName

public java.lang.String getResGrpDisplayName()
Gets the display name of the resource group.
Returns:
The display name of the resource group

getResGrpId

public java.lang.Integer getResGrpId()
Gets the resource group Id
Returns:
The resource group Id

getResGrpName

public java.lang.String getResGrpName()
Gets the name of the resource group
Returns:
the name of the resource group

getResultMsg

public java.lang.String getResultMsg()
Gets the message to be returned to the caller.
Returns:
Message that is returned to the caller upon completion of the command

setConditions

public void setConditions(java.lang.String conditions)
Sets the conditions object
Parameters:
conditions - The conditions object

setDescription

public void setDescription(java.lang.String description)
Sets the description of the resource group
Parameters:
The - description of the resource group

setIsUpdatable

public void setIsUpdatable(boolean isUpdatable)
Sets the value of isUpdatable.
Parameters:
isUpdatable -  

setResGrpDisplayName

public void setResGrpDisplayName(java.lang.String resGrpDisplayName)
Sets the display name of the resource group
Parameters:
resGrpDisplayName - The display name of the resource group

setResGrpId

public void setResGrpId(java.lang.Integer resGrpId)
Sets the resource group Id
Parameters:
The - resource group Id

setResGrpName

public void setResGrpName(java.lang.String resGrpName)
Sets the name of the resource group
Parameters:
resGrpName - The name of the resource group

setResultMsg

public void setResultMsg(java.lang.String resultMsg)
Sets the message to be returned to the caller.
Parameters:
resultMsg - Message that is returned to the caller upon completion of the command