Uses of Class
com.echothree.model.data.security.common.pk.PartyEntitySecurityRolePK
Packages that use PartyEntitySecurityRolePK
Package
Description
-
Uses of PartyEntitySecurityRolePK in com.echothree.model.data.security.server.entity
Methods in com.echothree.model.data.security.server.entity that return PartyEntitySecurityRolePK -
Uses of PartyEntitySecurityRolePK in com.echothree.model.data.security.server.factory
Methods in com.echothree.model.data.security.server.factory that return PartyEntitySecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getNextPK()
PartyEntitySecurityRoleFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PartyEntitySecurityRoleFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.security.server.factory that return types with arguments of type PartyEntitySecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PartyEntitySecurityRoleFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PartyEntitySecurityRoleFactory.getPKsFromResultSetAsList
(ResultSet rs) PartyEntitySecurityRoleFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.security.server.factory with parameters of type PartyEntitySecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getEntityFromCache
(Session session, PartyEntitySecurityRolePK pk) PartyEntitySecurityRoleFactory.getEntityFromPK
(EntityPermission entityPermission, PartyEntitySecurityRolePK pk) PartyEntitySecurityRoleFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PartyEntitySecurityRolePK pk) PartyEntitySecurityRoleFactory.getValueFromPK
(Session session, PartyEntitySecurityRolePK pk) void
PartyEntitySecurityRoleFactory.remove
(Session session, PartyEntitySecurityRolePK pk) boolean
PartyEntitySecurityRoleFactory.validPK
(Session session, PartyEntitySecurityRolePK pk) Method parameters in com.echothree.model.data.security.server.factory with type arguments of type PartyEntitySecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoleFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PartyEntitySecurityRolePK> pks) PartyEntitySecurityRoleFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PartyEntitySecurityRolePK> pks) PartyEntitySecurityRoleFactory.getValuesFromPKs
(Session session, Collection<PartyEntitySecurityRolePK> pks) void
PartyEntitySecurityRoleFactory.remove
(Session session, Collection<PartyEntitySecurityRolePK> pks) void
PartyEntitySecurityRoleFactory.remove
(Collection<PartyEntitySecurityRolePK> pks) -
Uses of PartyEntitySecurityRolePK in com.echothree.model.data.security.server.value
Methods in com.echothree.model.data.security.server.value that return PartyEntitySecurityRolePKConstructors in com.echothree.model.data.security.server.value with parameters of type PartyEntitySecurityRolePKModifierConstructorDescriptionPartyEntitySecurityRoleValue
(PartyEntitySecurityRolePK partyEntitySecurityRolePK, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValue