Uses of Class
com.echothree.model.data.workrequirement.common.pk.WorkTimePK
Packages that use WorkTimePK
Package
Description
-
Uses of WorkTimePK in com.echothree.model.data.workrequirement.server.entity
Methods in com.echothree.model.data.workrequirement.server.entity that return WorkTimePKModifier and TypeMethodDescriptionWorkRequirementStatus.getLastWorkTimePK()
WorkTime.getPrimaryKey()
WorkTimeDetail.getWorkTimePK()
WorkTimeUserVisit.getWorkTimePK()
Methods in com.echothree.model.data.workrequirement.server.entity with parameters of type WorkTimePKModifier and TypeMethodDescriptionvoid
WorkRequirementStatus.setLastWorkTimePK
(WorkTimePK lastWorkTimePK) void
WorkTimeDetail.setWorkTimePK
(WorkTimePK workTimePK) void
WorkTimeUserVisit.setWorkTimePK
(WorkTimePK workTimePK) -
Uses of WorkTimePK in com.echothree.model.data.workrequirement.server.factory
Methods in com.echothree.model.data.workrequirement.server.factory that return WorkTimePKModifier and TypeMethodDescriptionWorkTimeFactory.getNextPK()
WorkTimeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) WorkTimeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.workrequirement.server.factory that return types with arguments of type WorkTimePKModifier and TypeMethodDescriptionWorkTimeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) WorkTimeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) WorkTimeFactory.getPKsFromResultSetAsList
(ResultSet rs) WorkTimeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type WorkTimePKModifier and TypeMethodDescriptionWorkRequirementStatusFactory.create
(WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, WorkAssignmentPK lastWorkAssignmentPK, Integer workTimeSequence, WorkTimePK lastWorkTimePK) WorkRequirementStatusFactory.create
(Session session, WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, WorkAssignmentPK lastWorkAssignmentPK, Integer workTimeSequence, WorkTimePK lastWorkTimePK) WorkTimeDetailFactory.create
(WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkTimeDetailFactory.create
(Session session, WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) WorkTimeUserVisitFactory.create
(WorkTimePK workTimePK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) WorkTimeUserVisitFactory.create
(Session session, WorkTimePK workTimePK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) WorkTimeFactory.getEntityFromCache
(Session session, WorkTimePK pk) WorkTimeFactory.getEntityFromPK
(EntityPermission entityPermission, WorkTimePK pk) WorkTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, WorkTimePK pk) WorkTimeFactory.getValueFromPK
(Session session, WorkTimePK pk) void
WorkTimeFactory.remove
(Session session, WorkTimePK pk) boolean
WorkTimeFactory.validPK
(Session session, WorkTimePK pk) Method parameters in com.echothree.model.data.workrequirement.server.factory with type arguments of type WorkTimePKModifier and TypeMethodDescriptionWorkTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<WorkTimePK> pks) WorkTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<WorkTimePK> pks) WorkTimeFactory.getValuesFromPKs
(Session session, Collection<WorkTimePK> pks) void
WorkTimeFactory.remove
(Session session, Collection<WorkTimePK> pks) void
WorkTimeFactory.remove
(Collection<WorkTimePK> pks) -
Uses of WorkTimePK in com.echothree.model.data.workrequirement.server.value
Methods in com.echothree.model.data.workrequirement.server.value that return WorkTimePKModifier and TypeMethodDescriptionWorkRequirementStatusValue.getLastWorkTimePK()
WorkTimeValue.getPrimaryKey()
WorkTimeDetailValue.getWorkTimePK()
WorkTimeUserVisitValue.getWorkTimePK()
Methods in com.echothree.model.data.workrequirement.server.value with parameters of type WorkTimePKModifier and TypeMethodDescriptionvoid
WorkRequirementStatusValue.setLastWorkTimePK
(WorkTimePK lastWorkTimePK) void
WorkTimeDetailValue.setWorkTimePK
(WorkTimePK workTimePK) void
WorkTimeUserVisitValue.setWorkTimePK
(WorkTimePK workTimePK) Constructors in com.echothree.model.data.workrequirement.server.value with parameters of type WorkTimePKModifierConstructorDescriptionWorkRequirementStatusValue
(WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, WorkAssignmentPK lastWorkAssignmentPK, Integer workTimeSequence, WorkTimePK lastWorkTimePK) Creates a new instance of WorkRequirementStatusValueWorkRequirementStatusValue
(WorkRequirementStatusPK workRequirementStatusPK, WorkRequirementPK workRequirementPK, Integer workAssignmentSequence, WorkAssignmentPK lastWorkAssignmentPK, Integer workTimeSequence, WorkTimePK lastWorkTimePK) Creates a new instance of WorkRequirementStatusValueWorkTimeDetailValue
(WorkTimeDetailPK workTimeDetailPK, WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkTimeDetailValueWorkTimeDetailValue
(WorkTimePK workTimePK, WorkRequirementPK workRequirementPK, Integer workTimeSequence, PartyPK partyPK, Long startTime, Long endTime, Long fromTime, Long thruTime) Creates a new instance of WorkTimeDetailValueWorkTimeUserVisitValue
(WorkTimePK workTimePK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) Creates a new instance of WorkTimeUserVisitValueWorkTimeUserVisitValue
(WorkTimeUserVisitPK workTimeUserVisitPK, WorkTimePK workTimePK, UserVisitPK userVisitPK, Long fromTime, Long thruTime) Creates a new instance of WorkTimeUserVisitValueWorkTimeValue
(WorkTimePK workTimePK, WorkTimeDetailPK activeDetailPK, WorkTimeDetailPK lastDetailPK) Creates a new instance of WorkTimeValue