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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

  • Method Details

    • getMenuSectionId

      protected String getMenuSectionId()
      Specified by:
      getMenuSectionId in class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<PlcEventLog,UUID>
    • getMenuSectionTitle

      protected String getMenuSectionTitle()
      Overrides:
      getMenuSectionTitle in class com.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 class com.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)