Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.relatedquery.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for managing related queries.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=1000) StringThe 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) StringThe related queries to be suggested (one per line).@Required @Size(max=10000) StringThe search term for which related queries are shown.@Size(max=1000) StringThe virtual host for which these related queries apply. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating new related queries.
-
Field Details
-
crudMode
The CRUD operation mode (create, update, etc.). -
term
The search term for which related queries are shown. -
queries
The related queries to be suggested (one per line). -
virtualHost
The virtual host for which these related queries apply. -
createdBy
The username who created these related queries. -
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.
-