Class EmailInboxFrontend

java.lang.Object
com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<Email,String>
com.persequor.saga.modules.emailinbox.frontend.EmailInboxFrontend
All Implemented Interfaces:
com.persequor.extension.frontend.IFrontendComponent

public class EmailInboxFrontend extends com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<Email,String>
  • 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    void
    setup(com.persequor.saga.modules.autocrud.crud.index.IAutoCrudModelSetup<Email> setup)
     

    Methods inherited from class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend

    addFieldsToCreateForm, addFieldsToUpdateForm, configure, createHydrateAndInsert, createNewObject, delete, getAllForTable, getBackLinkPath, getCompoundKeyParamName, getDataRowForAction, getDateFormat, getLinkForAction, getLinkToModelTable, getListTableLimit, getMenuSectionTitle, getModelClass, getModelName, getOptionsForRelation, getPagePath, getPageTitle, getSelectOptionsForRelation, getWidthFromCount, handle, handleList, handleList_RenderTable, hydrateAndSave, insertCells, listFilter, onAfterInsert, onAfterUpdate, onBeforeInsert, onBeforeUpdate, setFormActionForObject, setLinkActionForObject, showListTableTotalRows, showSearchForm

    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, handleAction
  • Constructor Details

  • Method Details

    • getMenuSectionId

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

      public void setup(com.persequor.saga.modules.autocrud.crud.index.IAutoCrudModelSetup<Email> setup)
      Overrides:
      setup in class com.persequor.saga.modules.autocrud.crud.AbstractCrudFrontend<Email,String>