public interface SyncOrganizationCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | ACTION_CREATE_ORGANIZATION
The invocation service action CreateOrganization.
|
| static java.lang.String | ACTION_UPDATE_ORGANIZATION
The invocation service action UpdateOrganization.
|
| static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
| static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
| static java.lang.String | NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
| ConfirmBODType | getConfirmBOD()
Returns the ConfirmBOD SDO.
|
| 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.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
static final java.lang.String ACTION_CREATE_ORGANIZATION
static final java.lang.String ACTION_UPDATE_ORGANIZATION
void setAction(java.lang.String astrAction)
void setOrganizationId(java.lang.Long anOrganizationId)
void setOrganization(OrganizationAccessBean aabOrganization)
ConfirmBODType getConfirmBOD()