public interface SetBusinessEntityCmd extends TaskCommand
OrgEntityAddCmd
command to set the BusinessEntity attribute.
Existing orgEntities have an attribute called 'BusinessEntity', stored in the MBRATTRVAL
table. When BusinessEntity equals 1, it means the orgEntity is a business orgEntity that can be used
for the purpose of creating accounts. The Root Organization and the Default Organization have
BusinessEntity set to 0. When a new orgEntity is created, the OrgEntityAddCmd
command will
call this task command which sets the BusinessEntity attribute.
Inputs and outputs are as follows:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty |
getRequestProperties()
Gets request properties which contains determined BusinessEntity property.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Set request properties which should contain parentMemberId, otherwise, an exception will thrown.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
TypedProperty getRequestProperties()
void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- The request properties