Class AccountProfileCrudVM

java.lang.Object
tools.dynamia.domain.services.AbstractService
tools.dynamia.modules.saas.ui.vm.AccountProfileCrudVM
All Implemented Interfaces:
tools.dynamia.zk.crud.FormCrudViewModel<AccountProfile>

public class AccountProfileCrudVM extends tools.dynamia.domain.services.AbstractService implements tools.dynamia.zk.crud.FormCrudViewModel<AccountProfile>
Author:
Mario Serrano Leones
  • Constructor Details

    • AccountProfileCrudVM

      public AccountProfileCrudVM()
  • Method Details

    • initForm

      public void initForm(tools.dynamia.zk.crud.CrudView<AccountProfile> crudView, tools.dynamia.zk.viewers.form.FormView<AccountProfile> formView)
      Specified by:
      initForm in interface tools.dynamia.zk.crud.FormCrudViewModel<AccountProfile>
    • update

      public void update()
    • init

      public void init()
    • save

      public void save()
    • close

      public void close()
    • addRestriction

      public void addRestriction()
    • removeRestriction

      public void removeRestriction(AccountProfileRestriction rst)
    • getModel

      public AccountProfile getModel()
    • setModel

      public void setModel(AccountProfile model)
    • getSelectedItem

      public Object getSelectedItem()
    • setSelectedItem

      public void setSelectedItem(Object selectedItem)
    • setSelectedRestriction

      public void setSelectedRestriction(AccountProfileRestriction selectedRestriction)
    • getSelectedRestriction

      public AccountProfileRestriction getSelectedRestriction()
    • getTreeModel

      public org.zkoss.zul.DefaultTreeModel getTreeModel()
    • getRestrictions

      public List<AccountProfileRestriction> getRestrictions()
    • setRestrictions

      public void setRestrictions(List<AccountProfileRestriction> restrictions)
    • getAccessControlValues

      public List<AccessControl> getAccessControlValues()