public interface GenerateGiftRegistryAccessKeyCmd extends TaskCommand
setGiftListType
method provided.
The command implementation should update the RegistrantAccessKey
and GuestAccessKey
fields of the GiftListType
nounModifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class
|
static java.lang.String |
NAME
The name of this interface
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessKey()
Returns the access key
|
GiftListType |
getGiftListType()
Returns the
GiftListType object. |
void |
setGiftListType(GiftListType giftListType)
Sets the
GiftListType . |
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
static final java.lang.String defaultCommandClassName
java.lang.String getAccessKey()
void setGiftListType(GiftListType giftListType)
GiftListType
.giftListType
- The input GiftListType
object.GiftListType getGiftListType()
GiftListType
object.GiftListType
object.