Uses of Class
com.echothree.model.data.employee.common.pk.EmploymentDetailPK
Packages that use EmploymentDetailPK
Package
Description
-
Uses of EmploymentDetailPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return EmploymentDetailPKModifier and TypeMethodDescriptionEmployment.getActiveDetailPK()Employment.getLastDetailPK()EmploymentDetail.getPrimaryKey()Methods in com.echothree.model.data.employee.server.entity with parameters of type EmploymentDetailPKModifier and TypeMethodDescriptionvoidEmployment.setActiveDetailPK(EmploymentDetailPK activeDetailPK) voidEmployment.setLastDetailPK(EmploymentDetailPK lastDetailPK) -
Uses of EmploymentDetailPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return EmploymentDetailPKModifier and TypeMethodDescriptionEmploymentDetailFactory.getNextPK()EmploymentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) EmploymentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type EmploymentDetailPKModifier and TypeMethodDescriptionEmploymentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EmploymentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EmploymentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) EmploymentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type EmploymentDetailPKModifier and TypeMethodDescriptionEmploymentFactory.create(EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) EmploymentDetailFactory.getEntityFromCache(EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromPK(EntityPermission entityPermission, EmploymentDetailPK pk) EmploymentDetailFactory.getValueFromPK(EmploymentDetailPK pk) voidEmploymentDetailFactory.remove(EmploymentDetailPK pk) booleanEmploymentDetailFactory.validPK(EmploymentDetailPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type EmploymentDetailPKModifier and TypeMethodDescriptionEmploymentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EmploymentDetailPK> pks) EmploymentDetailFactory.getValuesFromPKs(Collection<EmploymentDetailPK> pks) voidEmploymentDetailFactory.remove(Collection<EmploymentDetailPK> pks) -
Uses of EmploymentDetailPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return EmploymentDetailPKModifier and TypeMethodDescriptionEmploymentValue.getActiveDetailPK()EmploymentValue.getLastDetailPK()EmploymentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.employee.server.value with parameters of type EmploymentDetailPKModifier and TypeMethodDescriptionvoidEmploymentValue.setActiveDetailPK(EmploymentDetailPK activeDetailPK) voidEmploymentValue.setLastDetailPK(EmploymentDetailPK lastDetailPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type EmploymentDetailPKModifierConstructorDescriptionEmploymentDetailValue(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 EmploymentDetailValueEmploymentValue(EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) Creates a new instance of EmploymentValueEmploymentValue(EmploymentPK employmentPK, EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) Creates a new instance of EmploymentValue