com.ibm.commerce.marketing.facade.server.commands
Interface FetchCampaignElementTemplateCmd
-
- All Superinterfaces:
- AbstractFetchNounCmd, com.ibm.websphere.command.Command, java.io.Serializable
- All Known Implementing Classes:
- FetchCampaignElementTemplateCmdImpl
public interface FetchCampaignElementTemplateCmd extends AbstractFetchNounCmd
This is the interface for the command that is used to fetch CampaignElementTemplate nouns. The command's parent class will call theReadCampaignElementTemplateMediator
to return the logical SDOs resulting from the search criteria and the access profile. DSL is used to run the appropriate SQL based on the search criteria and the access profile, and the read mediator transforms the physical SDOs into the logical SDOs.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmd
getNouns, getShow, setGet, setSearchExpression
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-