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 Form| Modifier 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, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAction(java.lang.String astrAction)
setAction in interface SyncOrganizationCmdastrAction - the invocation service action.public void setOrganizationId(java.lang.Long anOrganizationId)
setOrganizationId in interface SyncOrganizationCmdanOrganizationId - the organization ID.public void setOrganization(OrganizationAccessBean aabOrganization)
setOrganization in interface SyncOrganizationCmdaabOrganization - the organization access bean.public ConfirmBODType getConfirmBOD()
ConfirmBOD SDO.getConfirmBOD in interface SyncOrganizationCmdConfirmBOD SDO.public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException