Uses of Class
com.echothree.model.data.security.server.value.PartySecurityRoleValue
Packages that use PartySecurityRoleValue
Package
Description
-
Uses of PartySecurityRoleValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return PartySecurityRoleValueMethods in com.echothree.model.data.security.server.entity with parameters of type PartySecurityRoleValueModifier and TypeMethodDescriptionvoid
PartySecurityRole.setPartySecurityRoleValue
(PartySecurityRoleValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type PartySecurityRoleValueModifierConstructorDescriptionPartySecurityRole
(PartySecurityRoleValue value, EntityPermission entityPermission) Creates a new instance of PartySecurityRole -
Uses of PartySecurityRoleValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return PartySecurityRoleValueModifier and TypeMethodDescriptionPartySecurityRoleFactory.getValueFromPK
(Session session, PartySecurityRolePK pk) PartySecurityRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type PartySecurityRoleValueModifier and TypeMethodDescriptionPartySecurityRoleFactory.getValuesFromPKs
(Session session, Collection<PartySecurityRolePK> pks) PartySecurityRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type PartySecurityRoleValueModifier and TypeMethodDescriptionPartySecurityRoleFactory.getEntityFromValue
(EntityPermission entityPermission, PartySecurityRoleValue value) PartySecurityRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartySecurityRoleValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type PartySecurityRoleValueModifier and TypeMethodDescriptionvoid
PartySecurityRoleFactory.create
(Session session, Collection<PartySecurityRoleValue> _values) void
PartySecurityRoleFactory.create
(Collection<PartySecurityRoleValue> _values) -
Uses of PartySecurityRoleValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return PartySecurityRoleValue