Uses of Class
com.echothree.model.data.security.server.value.PartyEntitySecurityRoleValue
Packages that use PartyEntitySecurityRoleValue
Package
Description
-
Uses of PartyEntitySecurityRoleValue in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return PartyEntitySecurityRoleValueMethods in com.echothree.model.data.security.server.entity with parameters of type PartyEntitySecurityRoleValueModifier and TypeMethodDescriptionvoid
PartyEntitySecurityRole.setPartyEntitySecurityRoleValue
(PartyEntitySecurityRoleValue value) Constructors in com.echothree.model.data.security.server.entity with parameters of type PartyEntitySecurityRoleValueModifierConstructorDescriptionPartyEntitySecurityRole
(PartyEntitySecurityRoleValue value, EntityPermission entityPermission) Creates a new instance of PartyEntitySecurityRole -
Uses of PartyEntitySecurityRoleValue in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return PartyEntitySecurityRoleValueModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getValueFromPK
(Session session, PartyEntitySecurityRolePK pk) PartyEntitySecurityRoleFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type PartyEntitySecurityRoleValueModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getValuesFromPKs
(Session session, Collection<PartyEntitySecurityRolePK> pks) PartyEntitySecurityRoleFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type PartyEntitySecurityRoleValueModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getEntityFromValue
(EntityPermission entityPermission, PartyEntitySecurityRoleValue value) PartyEntitySecurityRoleFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PartyEntitySecurityRoleValue value) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type PartyEntitySecurityRoleValueModifier and TypeMethodDescriptionvoid
PartyEntitySecurityRoleFactory.create
(Session session, Collection<PartyEntitySecurityRoleValue> _values) void
PartyEntitySecurityRoleFactory.create
(Collection<PartyEntitySecurityRoleValue> _values) -
Uses of PartyEntitySecurityRoleValue in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return PartyEntitySecurityRoleValue