Package org.ametys.plugins.forms.helper
Class FormEntriesSearchHelper
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.forms.helper.FormEntriesSearchHelper
- All Implemented Interfaces:
LogEnabled,Component,Serviceable
The helper for form entry search.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordA form entry column -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormEntryDAOThe form entry DAOprotected FormEntrySystemPropertyExtensionPointThe form entry system property extension pointprotected UserManagerThe user managerstatic final StringAvalon ROLE. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFormEntryColumns(Form form) Get all form entry columns for a given formvoidservice(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon ROLE. -
_formEntryDAO
The form entry DAO -
_formEntrySystemPropertyEP
The form entry system property extension point -
_userManager
The user manager
-
-
Constructor Details
-
FormEntriesSearchHelper
public FormEntriesSearchHelper()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
getFormEntryColumns
Get all form entry columns for a given form- Parameters:
form- the given form- Returns:
- the form entry columns
-