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