com.ibm.commerce.catalog.facade.server.commands
Class FetchCatalogGroupCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
-
- com.ibm.commerce.foundation.server.command.bod.bom.AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
-
- com.ibm.commerce.catalog.facade.server.commands.FetchCatalogGroupCmdImpl
-
- All Implemented Interfaces:
- FetchCatalogGroupCmd, AbstractFetchNounCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable
public class FetchCatalogGroupCmdImpl extends AbstractFetchNounUsingBusinessObjectMediatorCmdImpl implements FetchCatalogGroupCmd
Implementation for FetchCatalogGroupCmd Fetches the Catalog Group Nouns based on a search expression- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.ibm.commerce.foundation.server.command.bod.bom.AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
ACCESS_PROFILE_EXTERNAL_NAME
-
-
Constructor Summary
Constructors Constructor and Description FetchCatalogGroupCmdImpl()
Create an instance of the fetch noun command that uses the business object manager to execute the search expression.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.bom.AbstractFetchNounUsingBusinessObjectMediatorCmdImpl
getNouns, performExecute, reset
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
getShow, isReadyToCallExecute, setGet, setSearchExpression
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.catalog.facade.server.commands.FetchCatalogGroupCmd
getShow, setGet
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmd
getNouns, setSearchExpression
-
-