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, loggerFields inherited from class org.zkoss.zk.ui.select.SelectorComposer
_resolvers -
Constructor Summary
ConstructorsConstructorDescriptionAccountFeatureCrudController(Class<AccountFeature> entityClass, Object parent, String parentName, String childrenName) AccountFeatureCrudController(Object parent, String parentName, String childrenName) -
Method Summary
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, setQueryResultMethods 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, updateDataSetViewMethods inherited from class org.zkoss.zk.ui.select.SelectorComposer
alert, didActivate, doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, getPage, getSelf, getUtilityHandler, willClone, willPassivateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
AccountFeatureCrudController
public AccountFeatureCrudController(Class<AccountFeature> entityClass, Object parent, String parentName, String childrenName)
-
-
Method Details
-
query
public void query()- Specified by:
queryin interfacetools.dynamia.crud.CrudControllerAPI<AccountFeature>- Overrides:
queryin classtools.dynamia.zk.crud.SubcrudController<AccountFeature>
-