Class AccountFeatureCrudController

java.lang.Object
org.zkoss.zk.ui.select.SelectorComposer
tools.dynamia.zk.crud.CrudController<E>
tools.dynamia.zk.crud.SubcrudController<AccountFeature>
tools.dynamia.modules.saas.ui.controllers.AccountFeatureCrudController
All Implemented Interfaces:
Serializable, org.zkoss.zk.ui.util.ComponentActivationListener, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zk.ui.util.Composer, org.zkoss.zk.ui.util.ComposerExt, tools.dynamia.crud.CrudControllerAPI<AccountFeature>, tools.dynamia.crud.SubcrudControllerAPI<AccountFeature>

public class AccountFeatureCrudController extends tools.dynamia.zk.crud.SubcrudController<AccountFeature>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.zkoss.zk.ui.select.SelectorComposer

    org.zkoss.zk.ui.select.SelectorComposer.UtilityHandler, org.zkoss.zk.ui.select.SelectorComposer.UtilityHandlerImpl
  • Field Summary

    Fields inherited from class tools.dynamia.zk.crud.CrudController

    crudService, dataSetView, logger

    Fields inherited from class org.zkoss.zk.ui.select.SelectorComposer

    _resolvers
  • Constructor Summary

    Constructors
    Constructor
    Description
    AccountFeatureCrudController(Class<AccountFeature> entityClass, Object parent, String parentName, String childrenName)
     
    AccountFeatureCrudController(Object parent, String parentName, String childrenName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class tools.dynamia.zk.crud.SubcrudController

    beforeQuery, delete, doCreates, doDeletes, doUpdates, getChildrenName, getParams, getParentEntity, getParentName, getToBeCreatedEntities, getToBeDeletedEntities, getToBeUpdatedEntities, newEntity, relateChildParent, relateParentChild, save, setParentEntity, setQueryResult

    Methods inherited from class tools.dynamia.zk.crud.CrudController

    addSubcrudController, afterCreate, afterDelete, afterEdit, afterInit, afterPageLoaded, afterQuery, afterSave, beforeCreate, beforeDelete, beforeEdit, beforeSave, clear, closeCurrentDialog, delete, doAfterCompose, doChangesInSubcontrollers, doCreate, doDelete, doDeletesInSubcontrollers, doEdit, doQuery, doSave, doSaveAndEdit, edit, exceptionCaught, getArg, getAttributes, getCrudService, getCurrentDialog, getDataPaginator, getDefaultEntityValues, getDefaultParameters, getEntity, getEntityClass, getExample, getParameter, getQueryResult, getQueryResultList, getSelected, getSorter, getSubcontrollers, isAutoClearPage, isConfirmBeforeSave, isDeleted, isQueryProjection, isQueryResultEmpty, isSaved, isSaveWithNewTransaction, log, log, newExample, onSave, reloadEntity, setAlwaysFindByExample, setAttributes, setAutoClearPage, setConfirmBeforeSave, setCrudService, setDataSetView, setDefaultParameters, setEntity, setEntityClass, setPaginator, setParams, setParemeter, setQueryProjection, setQueryResult, setSaveWithNewTransaction, setSelected, showMessageOnSaveSuccessfull, updateDataSetView

    Methods inherited from class org.zkoss.zk.ui.select.SelectorComposer

    alert, didActivate, doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, getPage, getSelf, getUtilityHandler, willClone, willPassivate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface tools.dynamia.crud.CrudControllerAPI

    clear, delete, doCreate, doDelete, doEdit, doQuery, doSave, doSaveAndEdit, edit, getCrudService, getDataPaginator, getDefaultEntityValues, getEntity, getEntityClass, getExample, getParameter, getQueryResult, getSelected, getSorter, isConfirmBeforeSave, isDeleted, isQueryResultEmpty, isSaved, newExample, onSave, reloadEntity, setConfirmBeforeSave, setCrudService, setEntity, setEntityClass, setParams, setParemeter, setSelected
  • Constructor Details

    • AccountFeatureCrudController

      public AccountFeatureCrudController(Object parent, String parentName, String childrenName)
    • AccountFeatureCrudController

      public AccountFeatureCrudController(Class<AccountFeature> entityClass, Object parent, String parentName, String childrenName)
  • Method Details

    • query

      public void query()
      Specified by:
      query in interface tools.dynamia.crud.CrudControllerAPI<AccountFeature>
      Overrides:
      query in class tools.dynamia.zk.crud.SubcrudController<AccountFeature>