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(PartySecurityRolePK pk) PartySecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, PartySecurityRolePK pk) PartySecurityRoleFactory.getValueFromPK(PartySecurityRolePK pk) voidPartySecurityRoleFactory.remove(PartySecurityRolePK pk) booleanPartySecurityRoleFactory.validPK(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.getValuesFromPKs(Collection<PartySecurityRolePK> pks) voidPartySecurityRoleFactory.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