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(Session session, SecurityRoleGroupPK pk) SecurityRoleGroupFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleGroupValueModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getValuesFromPKs(Session session, Collection<SecurityRoleGroupPK> pks) SecurityRoleGroupFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleGroupValueModifier and TypeMethodDescriptionSecurityRoleGroupFactory.getEntityFromValue(EntityPermission entityPermission, SecurityRoleGroupValue value) SecurityRoleGroupFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SecurityRoleGroupValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleGroupValueModifier and TypeMethodDescriptionvoidSecurityRoleGroupFactory.create(Session session, Collection<SecurityRoleGroupValue> _values) voidSecurityRoleGroupFactory.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