com.ibm.commerce.pagelayout.commands

Class CleanPageLayoutsCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, CleanPageLayoutsCmd, Protectable, 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 CleanPageLayoutsCmdImpl
    extends ControllerCommandImpl
    implements CleanPageLayoutsCmd
    This command finds the page layouts that are expired or marked for delete, and remove them from database. And also the web activities that are created while layout assignments, and the Marketing Spot and Content that are created while creating the widgets, will be deleted accordingly. This command should be scheduled to run periodically so that the system does not keep stale data for a long period of time.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • CleanPageLayoutsCmdImpl

        public CleanPageLayoutsCmdImpl()
        Default constructor for this command.