java.lang.Object
org.codelibs.fess.app.web.admin.relatedquery.CreateForm
Direct Known Subclasses:
CreateBody, EditForm

public class CreateForm extends Object
The create form for managing related queries.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    @Size(max=1000) String
    The username who created these related queries.
    The timestamp when these related queries were created.
    The CRUD operation mode (create, update, etc.).
    @Required @Size(max=10000) String
    The related queries to be suggested (one per line).
    @Required @Size(max=10000) String
    The search term for which related queries are shown.
    @Size(max=1000) String
    The virtual host for which these related queries apply.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new CreateForm instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the form with default values for creating new related queries.

    Methods inherited from class java.lang.Object

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

    • crudMode

      @ValidateTypeFailure public Integer crudMode
      The CRUD operation mode (create, update, etc.).
    • term

      @Required @Size(max=10000) public @Required @Size(max=10000) String term
      The search term for which related queries are shown.
    • queries

      @Required @Size(max=10000) public @Required @Size(max=10000) String queries
      The related queries to be suggested (one per line).
    • virtualHost

      @Size(max=1000) public @Size(max=1000) String virtualHost
      The virtual host for which these related queries apply.
    • createdBy

      @Size(max=1000) public @Size(max=1000) String createdBy
      The username who created these related queries.
    • createdTime

      @ValidateTypeFailure public Long createdTime
      The timestamp when these related queries were created.
  • Constructor Details

    • CreateForm

      public CreateForm()
      Creates a new CreateForm instance.
  • Method Details

    • initialize

      public void initialize()
      Initializes the form with default values for creating new related queries.