Uses of Class
com.echothree.model.data.party.common.pk.PartyDepartmentPK
Packages that use PartyDepartmentPK
Package
Description
-
Uses of PartyDepartmentPK in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return PartyDepartmentPK -
Uses of PartyDepartmentPK in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory that return PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getNextPK()PartyDepartmentFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyDepartmentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory that return types with arguments of type PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyDepartmentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyDepartmentFactory.getPKsFromResultSetAsList(ResultSet rs) PartyDepartmentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.party.server.factory with parameters of type PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getEntityFromCache(PartyDepartmentPK pk) PartyDepartmentFactory.getEntityFromPK(EntityPermission entityPermission, PartyDepartmentPK pk) PartyDepartmentFactory.getValueFromPK(PartyDepartmentPK pk) voidPartyDepartmentFactory.remove(PartyDepartmentPK pk) booleanPartyDepartmentFactory.validPK(PartyDepartmentPK pk) Method parameters in com.echothree.model.data.party.server.factory with type arguments of type PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyDepartmentPK> pks) PartyDepartmentFactory.getValuesFromPKs(Collection<PartyDepartmentPK> pks) voidPartyDepartmentFactory.remove(Collection<PartyDepartmentPK> pks) -
Uses of PartyDepartmentPK in com.echothree.model.data.party.server.value
Methods in com.echothree.model.data.party.server.value that return PartyDepartmentPKConstructors in com.echothree.model.data.party.server.value with parameters of type PartyDepartmentPKModifierConstructorDescriptionPartyDepartmentValue(PartyDepartmentPK partyDepartmentPK, PartyPK partyPK, PartyPK divisionPartyPK, String partyDepartmentName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PartyDepartmentValue -
Uses of PartyDepartmentPK in com.echothree.model.jooq.server.records.party
Methods in com.echothree.model.jooq.server.records.party that return PartyDepartmentPKModifier and TypeMethodDescriptionPartyDepartments.PartyDepartment()Getter forpartydepartments.pdept_partydepartmentid.Methods in com.echothree.model.jooq.server.records.party that return types with arguments of type PartyDepartmentPKMethods in com.echothree.model.jooq.server.records.party with parameters of type PartyDepartmentPKModifier and TypeMethodDescriptionvoidPartyDepartments.PartyDepartment(PartyDepartmentPK value) Setter forpartydepartments.pdept_partydepartmentid.Constructors in com.echothree.model.jooq.server.records.party with parameters of type PartyDepartmentPKModifierConstructorDescriptionPartyDepartments(PartyDepartmentPK PartyDepartment, PartyPK Party, PartyPK DivisionParty, String PartyDepartmentName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised PartyDepartments -
Uses of PartyDepartmentPK in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type PartyDepartmentPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyDepartments, PartyDepartmentPK> PartyDepartments.PARTY_DEPARTMENTThe columnpartydepartments.pdept_partydepartmentid.