com.ibm.commerce.pagelayout.commands

Interface DeleteLayoutAssignmentCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    DeleteLayoutAssignmentCmdImpl


    public interface DeleteLayoutAssignmentCmd
    extends TaskCommand
    This task command deletes the layout assignments (web activity and marketing spot) for a page. The page includes Content Page, Category Page and CatalogEntry Page.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        The name of this class.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name of this interface.
        See Also:
        Constant Field Values
    • Method Detail

      • getPageGroup

        java.lang.String getPageGroup()
        This method gets the Page Group of the Page.
        Returns:
        the Page Group of the Page.
      • getPageId

        java.lang.String getPageId()
        This method gets the Unique Id of the Page.
        Returns:
        The Unique Id of the Page.
      • setPageGroup

        void setPageGroup(java.lang.String aPageGroup)
        This method sets the Page Group of the Page.
        Parameters:
        aPageGroup - The Page Group of the Page.
      • setPageId

        void setPageId(java.lang.String aPageId)
        This method sets the Unique Id of the Page.
        Parameters:
        aPageId - The Unique Page Id.