Uses of Class
com.echothree.model.data.employee.common.pk.LeaveReasonDetailPK
Packages that use LeaveReasonDetailPK
Package
Description
-
Uses of LeaveReasonDetailPK in com.echothree.model.data.employee.server.entity
Methods in com.echothree.model.data.employee.server.entity that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReason.getActiveDetailPK()LeaveReason.getLastDetailPK()LeaveReasonDetail.getPrimaryKey()Methods in com.echothree.model.data.employee.server.entity with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionvoidLeaveReason.setActiveDetailPK(LeaveReasonDetailPK activeDetailPK) voidLeaveReason.setLastDetailPK(LeaveReasonDetailPK lastDetailPK) -
Uses of LeaveReasonDetailPK in com.echothree.model.data.employee.server.factory
Methods in com.echothree.model.data.employee.server.factory that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getNextPK()LeaveReasonDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) LeaveReasonDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory that return types with arguments of type LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LeaveReasonDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LeaveReasonDetailFactory.getPKsFromResultSetAsList(ResultSet rs) LeaveReasonDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.employee.server.factory with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonFactory.create(LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) LeaveReasonDetailFactory.getEntityFromCache(LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getEntityFromPK(EntityPermission entityPermission, LeaveReasonDetailPK pk) LeaveReasonDetailFactory.getValueFromPK(LeaveReasonDetailPK pk) voidLeaveReasonDetailFactory.remove(LeaveReasonDetailPK pk) booleanLeaveReasonDetailFactory.validPK(LeaveReasonDetailPK pk) Method parameters in com.echothree.model.data.employee.server.factory with type arguments of type LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LeaveReasonDetailPK> pks) LeaveReasonDetailFactory.getValuesFromPKs(Collection<LeaveReasonDetailPK> pks) voidLeaveReasonDetailFactory.remove(Collection<LeaveReasonDetailPK> pks) -
Uses of LeaveReasonDetailPK in com.echothree.model.data.employee.server.value
Methods in com.echothree.model.data.employee.server.value that return LeaveReasonDetailPKModifier and TypeMethodDescriptionLeaveReasonValue.getActiveDetailPK()LeaveReasonValue.getLastDetailPK()LeaveReasonDetailValue.getPrimaryKey()Methods in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonDetailPKModifier and TypeMethodDescriptionvoidLeaveReasonValue.setActiveDetailPK(LeaveReasonDetailPK activeDetailPK) voidLeaveReasonValue.setLastDetailPK(LeaveReasonDetailPK lastDetailPK) Constructors in com.echothree.model.data.employee.server.value with parameters of type LeaveReasonDetailPKModifierConstructorDescriptionLeaveReasonDetailValue(LeaveReasonDetailPK leaveReasonDetailPK, LeaveReasonPK leaveReasonPK, String leaveReasonName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of LeaveReasonDetailValueLeaveReasonValue(LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValueLeaveReasonValue(LeaveReasonPK leaveReasonPK, LeaveReasonDetailPK activeDetailPK, LeaveReasonDetailPK lastDetailPK) Creates a new instance of LeaveReasonValue