public interface OrgEntityRegistrationCmd extends ControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
NAME
Fully qualified class name.
|
defaultCommandClassName| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets all instance variables of the command to initial state so it can be used again.
|
void |
setAdministratorFirstName(java.lang.String astrAdministratorFirstName)
Sets the first name of the administrator for O(organization) or OU(organization unit).
|
void |
setAdministratorLastName(java.lang.String astrAdministratorLastName)
Sets the last name of the administrator for O(organization) or OU(organization unit).
|
void |
setAdministratorMiddleName(java.lang.String astrAdministratorMiddleName)
Sets the middle name of the administrator for O(organization) or OU(organization unit).
|
void |
setBusinessCategory(java.lang.String astrBusinessCategory)
Sets the business category, which describes the kind of business performed by an orgEntity.
|
void |
setDescription(java.lang.String astrDescription)
Sets the description.
|
void |
setDistinguishedName(java.lang.String astrDistinguishedName)
Sets the distinguished name of the entry.
|
void |
setErrorViewName(java.lang.String astrErrorViewName)
Sets the name of the Error View that overwrites the default Error View of the command.
|
void |
setLegalId(java.lang.String astrLegalId)
Sets the registered organization identifier,which may be null for OU(organization unit).
|
void |
setMemberId(java.lang.String astrMemberId)
Foreign key reference to the MEMBER table.
|
void |
setOrgEntityField1(java.lang.String astrOrgEntityField1)
Sets reserved OrgEntity field1 for customization.
|
void |
setOrgEntityField2(java.lang.String astrOrgEntityField2)
Sets reserved OrgEntity field2 for customization.
|
void |
setOrgEntityField3(java.lang.String astrOrgEntityField3)
Sets reserved OrgEntity field3 for customization.
|
void |
setOrgEntityId(java.lang.String anOrgEntityId)
Sets the foreign key reference to the MEMBER table.
|
void |
setOrgEntityName(java.lang.String astrOrgEntityName)
Sets the short name for O(organization) or OU(organization unit).
|
void |
setOrgEntityType(java.lang.String astrOrgEntityType)
Sets the type of OrgEntity.
|
void |
setPreferredDelivery(java.lang.String astrPreferredDelivery)
Sets the preferred delivery method.
|
void |
setTaxPayerId(java.lang.String astrTaxPayerId)
Sets the tax payer id.
|
void |
setURL(java.lang.String astrURL)
Sets the URL that is called when the command successfully completes.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
void reset()
reset in interface com.ibm.websphere.command.Commandvoid setAdministratorFirstName(java.lang.String astrAdministratorFirstName)
astrAdministratorFirstName - The first name of the administrator for O or OU.void setAdministratorLastName(java.lang.String astrAdministratorLastName)
astrAdministratorLastName - The last name of the administrator for O(organization) or OU(organization unit).void setAdministratorMiddleName(java.lang.String astrAdministratorMiddleName)
astrAdministratorMiddleName - The middle name of the administrator for O(organization) or OU(organization unit).void setBusinessCategory(java.lang.String astrBusinessCategory)
astrBusinessCategory - the business categoryvoid setDescription(java.lang.String astrDescription)
astrDescription - the descriptionvoid setDistinguishedName(java.lang.String astrDistinguishedName)
astrDN - the distinguished namevoid setErrorViewName(java.lang.String astrErrorViewName)
astrMiddleName - The name of the new Error Viewvoid setLegalId(java.lang.String astrLegalId)
ORGENTITY_NAME.astrLegalId - The registered organization identifiervoid setMemberId(java.lang.String astrMemberId)
astrMemberId - The parent OU or O member idvoid setOrgEntityField1(java.lang.String astrOrgEntityField1)
astrOrgEntityField1 - The reserved OrgEntity field1void setOrgEntityField2(java.lang.String astrOrgEntityField2)
astrOrgEntityField2 - The reserved OrgEntity field2void setOrgEntityField3(java.lang.String astrOrgEntityField3)
astrOrgEntityField3 - The reserved OrgEntity field3void setOrgEntityId(java.lang.String anOrgEntityId)
anOrgEntityId - The foreign key reference to the MEMBER tablevoid setOrgEntityName(java.lang.String astrOrgEntityName)
astrName - The short name for O(organization) or OU(organization unit)void setOrgEntityType(java.lang.String astrOrgEntityType)
astrOrgEntityType - The type of OrgEntity
void setPreferredDelivery(java.lang.String astrPreferredDelivery)
astrPreferredDelivery - The preferred delivery methodvoid setTaxPayerId(java.lang.String astrTaxPayerId)
astrTaxPayerId - The tax payer idvoid setURL(java.lang.String astrURL)
astrURL - The URL