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.getActiveDetail
(Session session) Employment.getActiveDetail
(Session session, EntityPermission entityPermission) Employment.getActiveDetailForUpdate()
Employment.getActiveDetailForUpdate
(Session session) Employment.getLastDetail()
Employment.getLastDetail
(EntityPermission entityPermission) Employment.getLastDetail
(Session session) Employment.getLastDetail
(Session session, EntityPermission entityPermission) Employment.getLastDetailForUpdate()
Employment.getLastDetailForUpdate
(Session session) Methods in com.echothree.model.data.employee.server.entity with parameters of type EmploymentDetailModifier and TypeMethodDescriptionvoid
Employment.setActiveDetail
(EmploymentDetail entity) void
Employment.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.create
(Session session, EmploymentPK employmentPK, String employmentName, PartyPK partyPK, PartyPK companyPartyPK, Long startTime, Long endTime, TerminationTypePK terminationTypePK, TerminationReasonPK terminationReasonPK, Long fromTime, Long thruTime) EmploymentDetailFactory.create
(Session session, Employment employment, String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, Long fromTime, Long thruTime) EmploymentDetailFactory.getEntityFromCache
(Session session, EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EmploymentDetailPK pk) EmploymentDetailFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentDetailFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentDetailFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) EmploymentDetailFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) EmploymentDetailFactory.getEntityFromValue
(EntityPermission entityPermission, EmploymentDetailValue value) EmploymentDetailFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EmploymentDetailPK> pks) EmploymentDetailFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentDetailFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentDetailFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) EmploymentDetailFactory.getEntitiesFromResultSet
(Session session, 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) EmploymentFactory.create
(Session session, EmploymentDetail activeDetail, EmploymentDetail lastDetail) void
EmploymentDetailFactory.remove
(Session session, EmploymentDetail entity) void
EmploymentDetailFactory.store
(Session session, EmploymentDetail entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type EmploymentDetailModifier and TypeMethodDescriptionvoid
EmploymentDetailFactory.store
(Session session, Collection<EmploymentDetail> entities) void
EmploymentDetailFactory.store
(Collection<EmploymentDetail> entities)