Class ProtocolCleanupBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped public class ProtocolCleanupBean extends FCContextBean
Bean for cleaning up the protocol
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ProtocolCleanupBean

      public ProtocolCleanupBean()
  • Method Details

    • init

      @PostConstruct public void init()
    • getProtocolType

      public EProtocolType getProtocolType()
    • setProtocolType

      public void setProtocolType(EProtocolType protocolType)
    • getCleanupRange

      public EProtocolCleanupRange getCleanupRange()
    • setCleanupRange

      public void setCleanupRange(EProtocolCleanupRange cleanupRange)
    • getOlderThanDate

      public Date getOlderThanDate()
    • setOlderThanDate

      public void setOlderThanDate(Date olderThanDate)
    • getOlderThanDateDisplayString

      public String getOlderThanDateDisplayString()
    • getOlderThanDays

      public long getOlderThanDays()
    • setOlderThanDays

      public void setOlderThanDays(long olderThanDays)
    • getOlderThanDaysDisplayString

      public String getOlderThanDaysDisplayString()
    • isKeepFormRecordHistory

      public boolean isKeepFormRecordHistory()
    • setKeepFormRecordHistory

      public void setKeepFormRecordHistory(boolean keepFormRecordHistory)
    • cleanupProtocol

      public void cleanupProtocol()
      Deletes all protocol entries according to the configuration
    • getViewBean

      @Deprecated public ViewBean getViewBean()
      Deprecated.
    • setViewBean

      @Deprecated public void setViewBean(ViewBean viewBean)
      Deprecated.