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(PartyEntitySecurityRolePK pk) PartyEntitySecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, PartyEntitySecurityRolePK pk) PartyEntitySecurityRoleFactory.getValueFromPK(PartyEntitySecurityRolePK pk) voidPartyEntitySecurityRoleFactory.remove(PartyEntitySecurityRolePK pk) booleanPartyEntitySecurityRoleFactory.validPK(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.getValuesFromPKs(Collection<PartyEntitySecurityRolePK> pks) voidPartyEntitySecurityRoleFactory.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 -
Uses of PartyEntitySecurityRolePK in com.echothree.model.jooq.server.records.security
Methods in com.echothree.model.jooq.server.records.security that return PartyEntitySecurityRolePKModifier and TypeMethodDescriptionPartyEntitySecurityRoles.PartyEntitySecurityRole()Getter forpartyentitysecurityroles.pensrol_partyentitysecurityroleid.Methods in com.echothree.model.jooq.server.records.security that return types with arguments of type PartyEntitySecurityRolePKModifier and TypeMethodDescriptionorg.jooq.Record1<PartyEntitySecurityRolePK> PartyEntitySecurityRoles.key()Methods in com.echothree.model.jooq.server.records.security with parameters of type PartyEntitySecurityRolePKModifier and TypeMethodDescriptionvoidPartyEntitySecurityRoles.PartyEntitySecurityRole(PartyEntitySecurityRolePK value) Setter forpartyentitysecurityroles.pensrol_partyentitysecurityroleid.Constructors in com.echothree.model.jooq.server.records.security with parameters of type PartyEntitySecurityRolePKModifierConstructorDescriptionPartyEntitySecurityRoles(PartyEntitySecurityRolePK PartyEntitySecurityRole, PartyPK Party, EntityInstancePK EntityInstance, SecurityRolePK SecurityRole, Long FromTime, Long ThruTime) Create a detached, initialised PartyEntitySecurityRoles -
Uses of PartyEntitySecurityRolePK in com.echothree.model.jooq.server.tables.security
Fields in com.echothree.model.jooq.server.tables.security with type parameters of type PartyEntitySecurityRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyEntitySecurityRoles, PartyEntitySecurityRolePK> PartyEntitySecurityRoles.PARTY_ENTITY_SECURITY_ROLEThe columnpartyentitysecurityroles.pensrol_partyentitysecurityroleid.