public class SyncOrganizationCmdImpl extends TaskCommandImpl implements SyncOrganizationCmd
SyncOrganizationCmd
task command.
composeSyncOrganization()
to compose the
SyncOrganization
SDO from the organization ID or
organization access bean specified.getMemberClientFacadeImpl()
to obtain the
MemberClientFacadeImpl
instance.MemberClientFacadeImpl.syncOrganization(String, SyncOrganizationType)
to make the SyncOrganization
service request with the
invocation service action and SyncOrganization
SDO specified.MemberClientFacadeImpl
,
InvocationService
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
ACTION_CREATE_ORGANIZATION, ACTION_UPDATE_ORGANIZATION, defaultCommandClassName, NAME
Constructor and Description |
---|
SyncOrganizationCmdImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ConfirmBODType |
getConfirmBOD()
Returns the
ConfirmBOD SDO. |
void |
performExecute()
Executes the business logic of this command implementation.
|
void |
reset()
Resets this command instance.
|
void |
setAction(java.lang.String astrAction)
Sets the invocation service action.
|
void |
setOrganization(OrganizationAccessBean aabOrganization)
Sets the organization access bean.
|
void |
setOrganizationId(java.lang.Long anOrganizationId)
Sets the organization ID.
|
void |
validateParameters()
Extracts and validates the input parameters of this command
implementation.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
public static final java.lang.String COPYRIGHT
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class AbstractECTargetableCommand
public void setAction(java.lang.String astrAction)
setAction
in interface SyncOrganizationCmd
astrAction
- the invocation service action.public void setOrganizationId(java.lang.Long anOrganizationId)
setOrganizationId
in interface SyncOrganizationCmd
anOrganizationId
- the organization ID.public void setOrganization(OrganizationAccessBean aabOrganization)
setOrganization
in interface SyncOrganizationCmd
aabOrganization
- the organization access bean.public ConfirmBODType getConfirmBOD()
ConfirmBOD
SDO.getConfirmBOD
in interface SyncOrganizationCmd
ConfirmBOD
SDO.public void validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECTargetableCommand
ECException
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException