Uses of Class
com.echothree.model.data.employee.server.entity.Employment
Packages that use Employment
Package
Description
-
Uses of Employment in com.echothree.control.user.employee.server.command
Methods in com.echothree.control.user.employee.server.command that return EmploymentModifier and TypeMethodDescriptionEditEmploymentCommand.getEntity
(EditEmploymentResult result) EditEmploymentCommand.getLockEntity
(Employment employment) Methods in com.echothree.control.user.employee.server.command with parameters of type EmploymentModifier and TypeMethodDescriptionvoid
EditEmploymentCommand.canUpdate
(Employment employment) void
EditEmploymentCommand.doLock
(EmploymentEdit edit, Employment employment) void
EditEmploymentCommand.doUpdate
(Employment employment) void
EditEmploymentCommand.fillInResult
(EditEmploymentResult result, Employment employment) EditEmploymentCommand.getLockEntity
(Employment employment) -
Uses of Employment in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return EmploymentModifier and TypeMethodDescriptionEmployeeControl.createEmployment
(Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, BasePK createdBy) EmployeeControl.createEmployment
(String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, BasePK createdBy) EmployeeControl.getEmploymentByName
(String employmentName) EmployeeControl.getEmploymentByNameForUpdate
(String employmentName) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type EmploymentModifier and TypeMethodDescriptionEmployeeControl.getEmploymentsByCompanyParty
(Party companyParty) EmployeeControl.getEmploymentsByCompanyPartyForUpdate
(Party companyParty) EmployeeControl.getEmploymentsByParty
(Party party) EmployeeControl.getEmploymentsByPartyForUpdate
(Party party) EmployeeControl.getEmploymentsByTerminationReason
(TerminationReason terminationReason) EmployeeControl.getEmploymentsByTerminationReasonForUpdate
(TerminationReason terminationReason) EmployeeControl.getEmploymentsByTerminationType
(TerminationType terminationType) EmployeeControl.getEmploymentsByTerminationTypeForUpdate
(TerminationType terminationType) Methods in com.echothree.model.control.employee.server.control with parameters of type EmploymentModifier and TypeMethodDescriptionvoid
EmployeeControl.deleteEmployment
(Employment employment, BasePK deletedBy) EmployeeControl.getEmploymentDetailValueForUpdate
(Employment employment) EmployeeControl.getEmploymentTransfer
(UserVisit userVisit, Employment employment) Method parameters in com.echothree.model.control.employee.server.control with type arguments of type EmploymentModifier and TypeMethodDescriptionvoid
EmployeeControl.deleteEmployments
(List<Employment> employments, BasePK deletedBy) EmployeeControl.getEmploymentTransfers
(UserVisit userVisit, Collection<Employment> employments) -
Uses of Employment in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer with parameters of type EmploymentModifier and TypeMethodDescriptionEmploymentTransferCache.getEmploymentTransfer
(Employment employment) -
Uses of Employment in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return EmploymentModifier and TypeMethodDescriptionEmploymentDetail.getEmployment()
EmploymentDetail.getEmployment
(EntityPermission entityPermission) EmploymentDetail.getEmployment
(Session session) EmploymentDetail.getEmployment
(Session session, EntityPermission entityPermission) EmploymentDetail.getEmploymentForUpdate()
EmploymentDetail.getEmploymentForUpdate
(Session session) Methods in com.echothree.model.data.employee.server.entity with parameters of type Employment -
Uses of Employment in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return EmploymentModifier and TypeMethodDescriptionEmploymentFactory.create()
EmploymentFactory.create
(EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) EmploymentFactory.create
(EmploymentDetail activeDetail, EmploymentDetail lastDetail) EmploymentFactory.create
(Session session, EmploymentDetailPK activeDetailPK, EmploymentDetailPK lastDetailPK) EmploymentFactory.create
(Session session, EmploymentDetail activeDetail, EmploymentDetail lastDetail) EmploymentFactory.getEntityFromCache
(Session session, EmploymentPK pk) EmploymentFactory.getEntityFromPK
(EntityPermission entityPermission, EmploymentPK pk) EmploymentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EmploymentPK pk) EmploymentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) EmploymentFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) EmploymentFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) EmploymentFactory.getEntityFromValue
(EntityPermission entityPermission, EmploymentValue value) EmploymentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, EmploymentValue value) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type EmploymentModifier and TypeMethodDescriptionEmploymentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EmploymentPK> pks) EmploymentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EmploymentPK> pks) EmploymentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) EmploymentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EmploymentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EmploymentFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EmploymentFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) EmploymentFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type EmploymentModifier and TypeMethodDescriptionEmploymentDetailFactory.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, Employment employment, String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, Long fromTime, Long thruTime) void
EmploymentFactory.remove
(Session session, Employment entity) void
EmploymentFactory.store
(Session session, Employment entity) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type EmploymentModifier and TypeMethodDescriptionvoid
EmploymentFactory.store
(Session session, Collection<Employment> entities) void
EmploymentFactory.store
(Collection<Employment> entities)