com.ibm.commerce.content.facade.server.commands
Class GetManagedFileCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.command.MeasuredCacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractGetBusinessObjectDocumentCmdImpl
-
- com.ibm.commerce.content.facade.server.commands.GetManagedFileCmdImpl
-
- All Implemented Interfaces:
- GetManagedFileCmd, BusinessObjectDocumentCmd, 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 GetManagedFileCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetManagedFileCmd
The command is used to get the managed file.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Constructor Summary
Constructors Constructor and Description GetManagedFileCmdImpl()
The constructor for GetManagedFileCmdImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ShowManagedFileType
getShowManagedFile()
This method gets the ShowManagedFileTypeBOD
.void
setGetManagedFile(GetManagedFileType getManagedFile)
This method sets the GetManagedFileBOD
.-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractGetBusinessObjectDocumentCmdImpl
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPath
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetManagedFileCmdImpl
public GetManagedFileCmdImpl()
The constructor for GetManagedFileCmdImpl
-
-
Method Detail
-
setGetManagedFile
public void setGetManagedFile(GetManagedFileType getManagedFile)
This method sets the GetManagedFileBOD
.- Specified by:
setGetManagedFile
in interfaceGetManagedFileCmd
- Parameters:
getManagedFile
- the GetManagedFileBOD
that GetManagedFileCmd would execute
-
getShowManagedFile
public ShowManagedFileType getShowManagedFile()
This method gets the ShowManagedFileTypeBOD
.- Specified by:
getShowManagedFile
in interfaceGetManagedFileCmd
- Returns:
- ShowManagedFileType the ShowManagedFileType
BOD
would return to the client
-
-