Uses of Class
com.echothree.model.data.employee.server.entity.EmploymentDetail
Packages that use EmploymentDetail
Package
Description
-
Uses of EmploymentDetail in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return EmploymentDetailModifier and TypeMethodDescriptionEmployment.getActiveDetail()Employment.getActiveDetail(EntityPermission entityPermission) Employment.getActiveDetailForUpdate()Employment.getLastDetail()Employment.getLastDetail(EntityPermission entityPermission) Employment.getLastDetailForUpdate()Methods in com.echothree.model.data.employee.server.entity with parameters of type EmploymentDetailModifier and TypeMethodDescriptionvoidEmployment.setActiveDetail(EmploymentDetail entity) voidEmployment.setLastDetail(EmploymentDetail entity) -
Uses of EmploymentDetail in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return EmploymentDetailModifier 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(Employment employment, String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, Long fromTime, Long thruTime) EmploymentDetailFactory.getEntityFromCache(EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromPK(EntityPermission entityPermission, EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EmploymentDetailFactory.getEntityFromValue(EntityPermission entityPermission, EmploymentDetailValue value) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type EmploymentDetailModifier and TypeMethodDescriptionEmploymentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EmploymentDetailPK> pks) EmploymentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type EmploymentDetailModifier and TypeMethodDescriptionEmploymentFactory.create(EmploymentDetail activeDetail, EmploymentDetail lastDetail) voidEmploymentDetailFactory.remove(EmploymentDetail entity) voidEmploymentDetailFactory.store(EmploymentDetail entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type EmploymentDetailModifier and TypeMethodDescriptionvoidEmploymentDetailFactory.store(Collection<EmploymentDetail> entities)