Uses of Class
com.echothree.model.data.security.server.value.SecurityRoleDetailValue
Packages that use SecurityRoleDetailValue
Package
Description
-
Uses of SecurityRoleDetailValue in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control that return SecurityRoleDetailValueModifier and TypeMethodDescriptionSecurityControl.getDefaultSecurityRoleDetailValueForUpdate(SecurityRoleGroup securityRoleGroup) SecurityControl.getSecurityRoleDetailValueByNameForUpdate(SecurityRoleGroup securityRoleGroup, String securityRoleName) SecurityControl.getSecurityRoleDetailValueForUpdate(SecurityRole securityRole) Methods in com.echothree.model.control.security.server.control with parameters of type SecurityRoleDetailValueModifier and TypeMethodDescriptionvoidSecurityControl.updateSecurityRoleFromValue(SecurityRoleDetailValue securityRoleDetailValue, BasePK updatedBy) -
Uses of SecurityRoleDetailValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleDetailValueMethods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleDetailValueModifier and TypeMethodDescriptionvoidSecurityRoleDetail.setSecurityRoleDetailValue(SecurityRoleDetailValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleDetailValueModifierConstructorDescriptionSecurityRoleDetail(SecurityRoleDetailValue value, EntityPermission entityPermission) Creates a new instance of SecurityRoleDetail -
Uses of SecurityRoleDetailValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleDetailValueModifier and TypeMethodDescriptionSecurityRoleDetailFactory.getValueFromPK(Session session, SecurityRoleDetailPK pk) SecurityRoleDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleDetailValueModifier and TypeMethodDescriptionSecurityRoleDetailFactory.getValuesFromPKs(Session session, Collection<SecurityRoleDetailPK> pks) SecurityRoleDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleDetailValueModifier and TypeMethodDescriptionSecurityRoleDetailFactory.getEntityFromValue(EntityPermission entityPermission, SecurityRoleDetailValue value) SecurityRoleDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SecurityRoleDetailValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleDetailValueModifier and TypeMethodDescriptionvoidSecurityRoleDetailFactory.create(Session session, Collection<SecurityRoleDetailValue> _values) voidSecurityRoleDetailFactory.create(Collection<SecurityRoleDetailValue> _values) -
Uses of SecurityRoleDetailValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleDetailValue