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 TypeMethodDescriptionvoid
SecurityControl.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 TypeMethodDescriptionvoid
SecurityRoleDescription.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
(Session session, SecurityRoleDescriptionPK pk) SecurityRoleDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getValuesFromPKs
(Session session, Collection<SecurityRoleDescriptionPK> pks) SecurityRoleDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionSecurityRoleDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, SecurityRoleDescriptionValue value) SecurityRoleDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SecurityRoleDescriptionValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleDescriptionValueModifier and TypeMethodDescriptionvoid
SecurityRoleDescriptionFactory.create
(Session session, Collection<SecurityRoleDescriptionValue> _values) void
SecurityRoleDescriptionFactory.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