Uses of Class
com.echothree.model.data.employee.common.pk.PartyEmployeePK
Packages that use PartyEmployeePK
Package
Description
-
Uses of PartyEmployeePK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return PartyEmployeePK -
Uses of PartyEmployeePK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getNextPK()PartyEmployeeFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyEmployeeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyEmployeeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyEmployeeFactory.getPKsFromResultSetAsList(ResultSet rs) PartyEmployeeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getEntityFromCache(PartyEmployeePK pk) PartyEmployeeFactory.getEntityFromPK(EntityPermission entityPermission, PartyEmployeePK pk) PartyEmployeeFactory.getValueFromPK(PartyEmployeePK pk) voidPartyEmployeeFactory.remove(PartyEmployeePK pk) booleanPartyEmployeeFactory.validPK(PartyEmployeePK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployeeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyEmployeePK> pks) PartyEmployeeFactory.getValuesFromPKs(Collection<PartyEmployeePK> pks) voidPartyEmployeeFactory.remove(Collection<PartyEmployeePK> pks) -
Uses of PartyEmployeePK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return PartyEmployeePKConstructors in com.echothree.model.data.employee.server.value with parameters of type PartyEmployeePKModifierConstructorDescriptionPartyEmployeeValue(PartyEmployeePK partyEmployeePK, PartyPK partyPK, String partyEmployeeName, EmployeeTypePK employeeTypePK, Long fromTime, Long thruTime) Creates a new instance of PartyEmployeeValue -
Uses of PartyEmployeePK in com.echothree.model.jooq.server.records.employee
Methods in com.echothree.model.jooq.server.records.employee that return PartyEmployeePKModifier and TypeMethodDescriptionPartyEmployees.PartyEmployee()Getter forpartyemployees.pemp_partyemployeeid.Methods in com.echothree.model.jooq.server.records.employee that return types with arguments of type PartyEmployeePKMethods in com.echothree.model.jooq.server.records.employee with parameters of type PartyEmployeePKModifier and TypeMethodDescriptionvoidPartyEmployees.PartyEmployee(PartyEmployeePK value) Setter forpartyemployees.pemp_partyemployeeid.Constructors in com.echothree.model.jooq.server.records.employee with parameters of type PartyEmployeePKModifierConstructorDescriptionPartyEmployees(PartyEmployeePK PartyEmployee, PartyPK Party, String PartyEmployeeName, EmployeeTypePK EmployeeType, Long FromTime, Long ThruTime) Create a detached, initialised PartyEmployees -
Uses of PartyEmployeePK in com.echothree.model.jooq.server.tables.employee
Fields in com.echothree.model.jooq.server.tables.employee with type parameters of type PartyEmployeePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyEmployees, PartyEmployeePK> PartyEmployees.PARTY_EMPLOYEEThe columnpartyemployees.pemp_partyemployeeid.