Class UserVariableDao
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.uservariables.client.uservariables.UserVariableDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddUserVariableDefinition(UserVariableDefinitionDto definition, <any> callback) voidaddUserVariableInstances(List<UserVariableDefinitionDto> definitionDto, AbstractUserManagerNodeDto nodeDto, <any> callback) voidgetDefinedUserVariableDefinitions(<any> callback) voidgetDefinedUserVariableInstances(AbstractUserManagerNodeDto nodeDto, <any> callback) voidgetInheritedUserVariableInstances(AbstractUserManagerNodeDto nodeDto, <any> callback) voidremoveUserVariableAndAskForForce(Collection<UserVariableDefinitionDto> definition, <any> callback) voidremoveUserVariableInstances(Collection<UserVariableInstanceDto> instanceDto, <any> callback) voidupdateUserVariableDefinition(UserVariableDefinitionDto definition, <any> callback) voidupdateUserVariableInstance(UserVariableInstanceDto instanceDto, <any> callback) Methods inherited from class net.datenwerke.gxtdto.client.dtomanager.Dao
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
-
Constructor Details
-
UserVariableDao
-
-
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)
-