Uses of Class
com.echothree.model.data.employee.common.pk.EmploymentPK
Packages that use EmploymentPK
Package
Description
-
Uses of EmploymentPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return EmploymentPKMethods in com.echothree.model.data.employee.server.entity with parameters of type EmploymentPKModifier and TypeMethodDescriptionvoid
EmploymentDetail.setEmploymentPK
(EmploymentPK employmentPK) -
Uses of EmploymentPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return EmploymentPKModifier and TypeMethodDescriptionEmploymentFactory.getNextPK()
EmploymentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EmploymentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type EmploymentPKModifier and TypeMethodDescriptionEmploymentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EmploymentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EmploymentFactory.getPKsFromResultSetAsList
(ResultSet rs) EmploymentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type EmploymentPKModifier and TypeMethodDescriptionEmploymentDetailFactory.create
(EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) EmploymentDetailFactory.create
(Session session, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) EmploymentFactory.getEntityFromCache
(Session session, EmploymentPK pk) EmploymentFactory.getEntityFromPK
(EntityPermission entityPermission, EmploymentPK pk) EmploymentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EmploymentPK pk) EmploymentFactory.getValueFromPK
(Session session, EmploymentPK pk) void
EmploymentFactory.remove
(Session session, EmploymentPK pk) boolean
EmploymentFactory.validPK
(Session session, EmploymentPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type EmploymentPKModifier and TypeMethodDescriptionEmploymentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EmploymentPK> pks) EmploymentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EmploymentPK> pks) EmploymentFactory.getValuesFromPKs
(Session session, Collection<EmploymentPK> pks) void
EmploymentFactory.remove
(Session session, Collection<EmploymentPK> pks) void
EmploymentFactory.remove
(Collection<EmploymentPK> pks) -
Uses of EmploymentPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return EmploymentPKModifier and TypeMethodDescriptionEmploymentDetailValue.getEmploymentPK()
EmploymentValue.getPrimaryKey()
Methods in com.echothree.model.data.employee.server.value with parameters of type EmploymentPKModifier and TypeMethodDescriptionvoid
EmploymentDetailValue.setEmploymentPK
(EmploymentPK employmentPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type EmploymentPKModifierConstructorDescriptionEmploymentDetailValue
(EmploymentDetailPK employmentDetailPK, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) Creates a new instance of EmploymentDetailValueEmploymentDetailValue
(EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) Creates a new instance of EmploymentDetailValueEmploymentValue
(EmploymentPK employmentPK, EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) Creates a new instance of EmploymentValue