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 TypeMethodDescriptionvoid
Employment.setActiveDetailPK
(EmploymentDetailPK activeDetailPK) void
Employment.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) EmploymentFactory.create
(Session session, EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) EmploymentDetailFactory.getEntityFromCache
(Session session, EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EmploymentDetailPK pk) EmploymentDetailFactory.getValueFromPK
(Session session, EmploymentDetailPK pk) void
EmploymentDetailFactory.remove
(Session session, EmploymentDetailPK pk) boolean
EmploymentDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EmploymentDetailPK> pks) EmploymentDetailFactory.getValuesFromPKs
(Session session, Collection<EmploymentDetailPK> pks) void
EmploymentDetailFactory.remove
(Session session, Collection<EmploymentDetailPK> pks) void
EmploymentDetailFactory.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 TypeMethodDescriptionvoid
EmploymentValue.setActiveDetailPK
(EmploymentDetailPK activeDetailPK) void
EmploymentValue.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