Uses of Class
com.echothree.model.data.security.server.value.SecurityRoleDescriptionValue
Packages that use SecurityRoleDescriptionValue
Package
Description
-
Uses of SecurityRoleDescriptionValue in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control that return SecurityRoleDescriptionValueModifier and TypeMethodDescriptionSecurityControl.getSecurityRoleDescriptionValue(SecurityRoleDescription securityRoleDescription) SecurityControl.getSecurityRoleDescriptionValueForUpdate(SecurityRole securityRole, Language language) Methods in com.echothree.model.control.security.server.control with parameters of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionvoidSecurityControl.updateSecurityRoleDescriptionFromValue(SecurityRoleDescriptionValue securityRoleDescriptionValue, BasePK updatedBy) -
Uses of SecurityRoleDescriptionValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleDescriptionValueMethods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionvoidSecurityRoleDescription.setSecurityRoleDescriptionValue(SecurityRoleDescriptionValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleDescriptionValueModifierConstructorDescriptionSecurityRoleDescription(SecurityRoleDescriptionValue value, EntityPermission entityPermission) Creates a new instance of SecurityRoleDescription -
Uses of SecurityRoleDescriptionValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleDescriptionValueModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getValueFromPK(SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getValuesFromPKs(Collection<SecurityRoleDescriptionPK> pks) SecurityRoleDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, SecurityRoleDescriptionValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionvoidSecurityRoleDescriptionFactory.create(Collection<SecurityRoleDescriptionValue> _values) -
Uses of SecurityRoleDescriptionValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleDescriptionValue