java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.uservariables.client.uservariables.UserVariableDao

public class UserVariableDao extends Dao
  • Constructor Details

  • Method Details

    • addUserVariableDefinition

      public void addUserVariableDefinition(UserVariableDefinitionDto definition, <any> callback)
    • addUserVariableInstances

      public void addUserVariableInstances(List<UserVariableDefinitionDto> definitionDto, AbstractUserManagerNodeDto nodeDto, <any> callback)
    • getDefinedUserVariableDefinitions

      public void getDefinedUserVariableDefinitions(<any> callback)
    • getDefinedUserVariableInstances

      public void getDefinedUserVariableInstances(AbstractUserManagerNodeDto nodeDto, <any> callback)
    • getInheritedUserVariableInstances

      public void getInheritedUserVariableInstances(AbstractUserManagerNodeDto nodeDto, <any> callback)
    • removeUserVariableAndAskForForce

      public void removeUserVariableAndAskForForce(Collection<UserVariableDefinitionDto> definition, <any> callback)
    • removeUserVariableInstances

      public void removeUserVariableInstances(Collection<UserVariableInstanceDto> instanceDto, <any> callback)
    • updateUserVariableDefinition

      public void updateUserVariableDefinition(UserVariableDefinitionDto definition, <any> callback)
    • updateUserVariableInstance

      public void updateUserVariableInstance(UserVariableInstanceDto instanceDto, <any> callback)