Class PlcEventLogCrudFrontend
java.lang.Object
com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventLog,UUID>
com.persequor.saga.modules.omroncontroller.ui.PlcEventLogCrudFrontend
- All Implemented Interfaces:
com.persequor.extension.frontend.IFrontendComponent
public class PlcEventLogCrudFrontend
extends com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventLog,UUID>
-
Field Summary
Fields inherited from class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend
ACTION_LIST, ACTION_TYPE_ROW, ACTION_TYPE_TABLE, FILTER_FORM_SUBMIT, modelDesc, PARAM_ACTION, PARAM_ACTION_TYPE, PARAM_BACK_LINK_PATH, PARAM_PRESERVE_FILTERS, repository
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PlcEventLogCrudFrontend
(PlcEventLogRepository repository) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
void
setup
(com.persequor.saga.modules.autocrud.crud.index.IAutoCrudModelSetup<PlcEventLog> setup) protected com.persequor.extension.frontend.data.IText
writeTruncatedText
(com.persequor.extension.frontend.ICell cell, String value) Methods inherited from class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend
configure, createHydrateAndInsert, createNewObject, delete, getBackLinkPath, getCompoundKeyParamName, getDataRowForAction, getDateFormat, getLinkForAction, getLinkToModelTable, getListTableLimit, getModelClass, getModelName, getOptionsForRelation, getPagePath, getPageTitle, getSelectOptionsForRelation, getWidthFromCount, handle, handleList, handleList_RenderTable, hydrateAndSave, insertCells, insertEditField, insertEditFields, listFilter, onAfterInsert, onAfterSave, onBeforeInsert, onBeforeSave, setFormActionForObject, setLinkActionForObject, showListTableTotalRows, showSearchForm, useMagicFields
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.persequor.extension.frontend.IFrontendComponent
enabled
-
Constructor Details
-
PlcEventLogCrudFrontend
-
-
Method Details
-
getMenuSectionId
- Specified by:
getMenuSectionId
in classcom.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventLog,
UUID>
-
getMenuSectionTitle
- Overrides:
getMenuSectionTitle
in classcom.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventLog,
UUID>
-
setup
public void setup(com.persequor.saga.modules.autocrud.crud.index.IAutoCrudModelSetup<PlcEventLog> setup) - Overrides:
setup
in classcom.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventLog,
UUID>
-
writeTruncatedText
protected com.persequor.extension.frontend.data.IText writeTruncatedText(com.persequor.extension.frontend.ICell cell, String value)
-