Uses of Class
com.echothree.model.data.employee.common.pk.TerminationReasonPK
Packages that use TerminationReasonPK
Package
Description
-
Uses of TerminationReasonPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return TerminationReasonPKModifier and TypeMethodDescriptionTerminationReason.getPrimaryKey()
EmploymentDetail.getTerminationReasonPK()
TerminationReasonDescription.getTerminationReasonPK()
TerminationReasonDetail.getTerminationReasonPK()
Methods in com.echothree.model.data.employee.server.entity with parameters of type TerminationReasonPKModifier and TypeMethodDescriptionvoid
EmploymentDetail.setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
TerminationReasonDescription.setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
TerminationReasonDetail.setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) -
Uses of TerminationReasonPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return TerminationReasonPKModifier and TypeMethodDescriptionTerminationReasonFactory.getNextPK()
TerminationReasonFactory.getPKFromQuery
(PreparedStatement ps, Object... params) TerminationReasonFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type TerminationReasonPKModifier and TypeMethodDescriptionTerminationReasonFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) TerminationReasonFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) TerminationReasonFactory.getPKsFromResultSetAsList
(ResultSet rs) TerminationReasonFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type TerminationReasonPKModifier 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) TerminationReasonDescriptionFactory.create
(TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TerminationReasonDescriptionFactory.create
(Session session, TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TerminationReasonDetailFactory.create
(TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TerminationReasonDetailFactory.create
(Session session, TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TerminationReasonFactory.getEntityFromCache
(Session session, TerminationReasonPK pk) TerminationReasonFactory.getEntityFromPK
(EntityPermission entityPermission, TerminationReasonPK pk) TerminationReasonFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, TerminationReasonPK pk) TerminationReasonFactory.getValueFromPK
(Session session, TerminationReasonPK pk) void
TerminationReasonFactory.remove
(Session session, TerminationReasonPK pk) boolean
TerminationReasonFactory.validPK
(Session session, TerminationReasonPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type TerminationReasonPKModifier and TypeMethodDescriptionTerminationReasonFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<TerminationReasonPK> pks) TerminationReasonFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<TerminationReasonPK> pks) TerminationReasonFactory.getValuesFromPKs
(Session session, Collection<TerminationReasonPK> pks) void
TerminationReasonFactory.remove
(Session session, Collection<TerminationReasonPK> pks) void
TerminationReasonFactory.remove
(Collection<TerminationReasonPK> pks) -
Uses of TerminationReasonPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return TerminationReasonPKModifier and TypeMethodDescriptionTerminationReasonValue.getPrimaryKey()
EmploymentDetailValue.getTerminationReasonPK()
TerminationReasonDescriptionValue.getTerminationReasonPK()
TerminationReasonDetailValue.getTerminationReasonPK()
Methods in com.echothree.model.data.employee.server.value with parameters of type TerminationReasonPKModifier and TypeMethodDescriptionvoid
EmploymentDetailValue.setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
TerminationReasonDescriptionValue.setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) void
TerminationReasonDetailValue.setTerminationReasonPK
(TerminationReasonPK terminationReasonPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type TerminationReasonPKModifierConstructorDescriptionEmploymentDetailValue
(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 EmploymentDetailValueTerminationReasonDescriptionValue
(TerminationReasonDescriptionPK terminationReasonDescriptionPK, TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDescriptionValueTerminationReasonDescriptionValue
(TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDescriptionValueTerminationReasonDetailValue
(TerminationReasonDetailPK terminationReasonDetailPK, TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDetailValueTerminationReasonDetailValue
(TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TerminationReasonDetailValueTerminationReasonValue
(TerminationReasonPK terminationReasonPK, TerminationReasonDetailPK activeDetailPK, TerminationReasonDetailPK lastDetailPK) Creates a new instance of TerminationReasonValue