Uses of Class
com.echothree.model.data.security.server.value.SecurityRoleGroupDetailValue
Packages that use SecurityRoleGroupDetailValue
Package
Description
-
Uses of SecurityRoleGroupDetailValue in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control that return SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionSecurityControl.getDefaultSecurityRoleGroupDetailValueForUpdate()SecurityControl.getSecurityRoleGroupDetailValueByNameForUpdate(String securityRoleGroupName) SecurityControl.getSecurityRoleGroupDetailValueForUpdate(SecurityRoleGroup securityRoleGroup) Methods in com.echothree.model.control.security.server.control with parameters of type SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionvoidSecurityControl.updateSecurityRoleGroupFromValue(SecurityRoleGroupDetailValue securityRoleGroupDetailValue, BasePK updatedBy) -
Uses of SecurityRoleGroupDetailValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return SecurityRoleGroupDetailValueMethods in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionvoidSecurityRoleGroupDetail.setSecurityRoleGroupDetailValue(SecurityRoleGroupDetailValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type SecurityRoleGroupDetailValueModifierConstructorDescriptionSecurityRoleGroupDetail(SecurityRoleGroupDetailValue value, EntityPermission entityPermission) Creates a new instance of SecurityRoleGroupDetail -
Uses of SecurityRoleGroupDetailValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionSecurityRoleGroupDetailFactory.getValueFromPK(Session session, SecurityRoleGroupDetailPK pk) SecurityRoleGroupDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionSecurityRoleGroupDetailFactory.getValuesFromPKs(Session session, Collection<SecurityRoleGroupDetailPK> pks) SecurityRoleGroupDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionSecurityRoleGroupDetailFactory.getEntityFromValue(EntityPermission entityPermission, SecurityRoleGroupDetailValue value) SecurityRoleGroupDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SecurityRoleGroupDetailValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type SecurityRoleGroupDetailValueModifier and TypeMethodDescriptionvoidSecurityRoleGroupDetailFactory.create(Session session, Collection<SecurityRoleGroupDetailValue> _values) voidSecurityRoleGroupDetailFactory.create(Collection<SecurityRoleGroupDetailValue> _values) -
Uses of SecurityRoleGroupDetailValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return SecurityRoleGroupDetailValue