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 TypeMethodDescriptionvoidEmploymentDetail.setTerminationReasonPK(TerminationReasonPK terminationReasonPK) voidTerminationReasonDescription.setTerminationReasonPK(TerminationReasonPK terminationReasonPK) voidTerminationReasonDetail.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) TerminationReasonDescriptionFactory.create(TerminationReasonPK terminationReasonPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) TerminationReasonDetailFactory.create(TerminationReasonPK terminationReasonPK, String terminationReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) TerminationReasonFactory.getEntityFromCache(TerminationReasonPK pk) TerminationReasonFactory.getEntityFromPK(EntityPermission entityPermission, TerminationReasonPK pk) TerminationReasonFactory.getValueFromPK(TerminationReasonPK pk) voidTerminationReasonFactory.remove(TerminationReasonPK pk) booleanTerminationReasonFactory.validPK(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.getValuesFromPKs(Collection<TerminationReasonPK> pks) voidTerminationReasonFactory.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 TypeMethodDescriptionvoidEmploymentDetailValue.setTerminationReasonPK(TerminationReasonPK terminationReasonPK) voidTerminationReasonDescriptionValue.setTerminationReasonPK(TerminationReasonPK terminationReasonPK) voidTerminationReasonDetailValue.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