com.ibm.commerce.pagelayout.commands

Class DeleteLayoutAssignmentCmdImpl

    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String CLASSNAME
        The name of this class.
    • Constructor Detail

      • DeleteLayoutAssignmentCmdImpl

        public DeleteLayoutAssignmentCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
        This method executes the business logic of this command implementation. It deletes the layout assignments (web activity and marketing spot) for a page.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
      • getPageGroup

        public java.lang.String getPageGroup()
        This method gets the Page Group of the Page.
        Specified by:
        getPageGroup in interface DeleteLayoutAssignmentCmd
        Returns:
        the Page Group of the Page.
      • getPageId

        public java.lang.String getPageId()
        This method gets the Unique Id of the Page.
        Specified by:
        getPageId in interface DeleteLayoutAssignmentCmd
        Returns:
        The Unique Id of the Page.
      • setPageGroup

        public void setPageGroup(java.lang.String aPageGroup)
        This method sets the Page Group of the Page.
        Specified by:
        setPageGroup in interface DeleteLayoutAssignmentCmd
        Parameters:
        aPageGroup - The Page Group of the Page.
      • setPageId

        public void setPageId(java.lang.String aPageId)
        This method sets the Unique Id of the Page.
        Specified by:
        setPageId in interface DeleteLayoutAssignmentCmd
        Parameters:
        aPageId - The Unique Page Id.