public interface CatGroupCatEntryRelDeleteCmd extends ControllerCommand
CatGroupCatEntryRelDeleteCmd
is a URL and controller command that:
CatalogGroupCatalogEntryRelationAccessBean
CatalogGroupCatalogEntryRelationAccessBean
CatalogGroupCatalogEntryRelationAccessBean
DeleteCatgpenrelCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Defines the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCatalogId()
Gets the catalog ID for the catalog group to catalog entry relationship.
|
java.lang.Long |
getCatentryId()
Gets the catalog entry ID for the catalog group to catalog entry relationship.
|
java.lang.Long |
getCatgroupId()
Gets the catalog group ID for the catalog group to catalog entry relationship.
|
void |
setCatalogId(java.lang.Long anCatalogId)
Sets the catalog ID for the catalog group to catalog entry relationship.
|
void |
setCatentryId(java.lang.Long anCatentryId)
Sets the catalog entry ID for the catalog group to catalog entry relationship.
|
void |
setCatgroupId(java.lang.Long anCatgroupId)
Sets the catalog group ID for the catalog group to catalog entry relationship.
|
void |
setRule(java.lang.String astrRule)
Sets the personalization rule for dynamic grouping.
|
void |
setSequence(java.lang.Double adSequence)
Sets the sequence number.
|
void |
setURL(java.lang.String astrURL)
Sets the redirect URL.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
void setCatalogId(java.lang.Long anCatalogId)
anCatalogId
- the catalog IDvoid setCatentryId(java.lang.Long anCatentryId)
anCatentryId
- the catalog entry IDvoid setCatgroupId(java.lang.Long anCatgroupId)
anCatgroupId
- the catalog group IDvoid setRule(java.lang.String astrRule)
astrRule
- the rulevoid setSequence(java.lang.Double adSequence)
adSequence
- the sequence number of the relationshipvoid setURL(java.lang.String astrURL)
astrURL
- the redirect URLjava.lang.Long getCatalogId()
java.lang.Long getCatentryId()
java.lang.Long getCatgroupId()