Class CrudMode

java.lang.Object
org.codelibs.fess.app.web.CrudMode

public class CrudMode extends Object
Constants for CRUD operation modes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Mode for creating a new record.
    static final int
    Mode for deleting a record.
    static final int
    Mode for viewing record details.
    static final int
    Mode for editing an existing record.
    static final int
    Mode for listing records.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Protected constructor to prevent instantiation.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CrudMode

      protected CrudMode()
      Protected constructor to prevent instantiation.