com.ibm.commerce.pagelayout.commands

Interface CleanPageLayoutsCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    CleanPageLayoutsCmdImpl


    public interface CleanPageLayoutsCmd
    extends ControllerCommand
    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.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values