Uses of Class
com.echothree.model.data.security.server.value.SecurityRoleValue
Packages that use SecurityRoleValue
Package
Description
-
Uses of SecurityRoleValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleValueMethods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleValueModifier and TypeMethodDescriptionvoidSecurityRole.setSecurityRoleValue(SecurityRoleValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleValueModifierConstructorDescriptionSecurityRole(SecurityRoleValue value, EntityPermission entityPermission) Creates a new instance of SecurityRole -
Uses of SecurityRoleValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleValueModifier and TypeMethodDescriptionSecurityRoleFactory.getValueFromPK(Session session, SecurityRolePK pk) SecurityRoleFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleValueModifier and TypeMethodDescriptionSecurityRoleFactory.getValuesFromPKs(Session session, Collection<SecurityRolePK> pks) SecurityRoleFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleValueModifier and TypeMethodDescriptionSecurityRoleFactory.getEntityFromValue(EntityPermission entityPermission, SecurityRoleValue value) SecurityRoleFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SecurityRoleValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleValueModifier and TypeMethodDescriptionvoidSecurityRoleFactory.create(Session session, Collection<SecurityRoleValue> _values) voidSecurityRoleFactory.create(Collection<SecurityRoleValue> _values) -
Uses of SecurityRoleValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleValue