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 -
Uses of PartySecurityRolePK in com.echothree.model.jooq.server.records.security
Methods in com.echothree.model.jooq.server.records.security that return PartySecurityRolePKModifier and TypeMethodDescriptionPartySecurityRoles.PartySecurityRole()Getter forpartysecurityroles.psrol_partysecurityroleid.Methods in com.echothree.model.jooq.server.records.security that return types with arguments of type PartySecurityRolePKMethods in com.echothree.model.jooq.server.records.security with parameters of type PartySecurityRolePKModifier and TypeMethodDescriptionvoidPartySecurityRoles.PartySecurityRole(PartySecurityRolePK value) Setter forpartysecurityroles.psrol_partysecurityroleid.Constructors in com.echothree.model.jooq.server.records.security with parameters of type PartySecurityRolePKModifierConstructorDescriptionPartySecurityRoles(PartySecurityRolePK PartySecurityRole, PartyPK Party, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised PartySecurityRoles -
Uses of PartySecurityRolePK in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartySecurityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartySecurityRoles, PartySecurityRolePK> PartySecurityRoles.PARTY_SECURITY_ROLEThe columnpartysecurityroles.psrol_partysecurityroleid.