com.ibm.commerce.usermanagement.commands
Class UserRegistrationAddApprovalBaseCmdImpl

com.ibm.commerce.usermanagement.commands.UserRegistrationAddApprovalBaseCmdImpl
Direct Known Subclasses:
UserRegistrationAddPostApprovalCmdImpl, UserRegistrationAddPostRejectCmdImpl

public class UserRegistrationAddApprovalBaseCmdImpl

Base class for UserRegistrationAddPostRejectCmdImpl and UserRegistrationPostApprovalCmdImpl


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
protected  java.lang.String flowContext
           
protected  com.ibm.commerce.usermanagement.commands.UserFlowEntityBean userFlowEntityBean
           
 
Constructor Summary
UserRegistrationAddApprovalBaseCmdImpl()
          UserRegistrationAddApprovalBaseImpl constructor comment.
 
Method Summary
 java.lang.Long getEntityId()
           
 com.ibm.commerce.ubf.beans.BusinessFlowEntityBean getEntityObject()
           
 java.lang.String getFlowContext()
           
 void reset()
           
 void setFlowContext(java.lang.String newFlowContext)
           
 void setRequestProperties(TypedProperty reqProperties)
           
 void setStateIdentifier(java.lang.Integer aStateIdentifier)
           
 void validateParameters()
           
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT

flowContext

protected java.lang.String flowContext

userFlowEntityBean

protected com.ibm.commerce.usermanagement.commands.UserFlowEntityBean userFlowEntityBean
Constructor Detail

UserRegistrationAddApprovalBaseCmdImpl

public UserRegistrationAddApprovalBaseCmdImpl()
UserRegistrationAddApprovalBaseImpl constructor comment.
Method Detail

getEntityId

public java.lang.Long getEntityId()

getEntityObject

public com.ibm.commerce.ubf.beans.BusinessFlowEntityBean getEntityObject()

getFlowContext

public java.lang.String getFlowContext()

reset

public void reset()

setFlowContext

public void setFlowContext(java.lang.String newFlowContext)

setRequestProperties

public void setRequestProperties(TypedProperty reqProperties)
                          throws ECException

setStateIdentifier

public void setStateIdentifier(java.lang.Integer aStateIdentifier)

validateParameters

public void validateParameters()
                        throws ECException