Uses of Class
com.echothree.model.data.security.server.value.SecurityRoleGroupValue
Packages that use SecurityRoleGroupValue
Package
Description
-
Uses of SecurityRoleGroupValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleGroupValueMethods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleGroupValueModifier and TypeMethodDescriptionvoidSecurityRoleGroup.setSecurityRoleGroupValue(SecurityRoleGroupValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleGroupValueModifierConstructorDescriptionSecurityRoleGroup(SecurityRoleGroupValue value, EntityPermission entityPermission) Creates a new instance of SecurityRoleGroup -
Uses of SecurityRoleGroupValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleGroupValueModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getValueFromPK(SecurityRoleGroupPK pk) SecurityRoleGroupFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleGroupValueModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getValuesFromPKs(Collection<SecurityRoleGroupPK> pks) SecurityRoleGroupFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleGroupValueModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getEntityFromValue(EntityPermission entityPermission, SecurityRoleGroupValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleGroupValueModifier and TypeMethodDescriptionvoidSecurityRoleGroupFactory.create(Collection<SecurityRoleGroupValue> _values) -
Uses of SecurityRoleGroupValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleGroupValue