Uses of Class
com.echothree.model.control.employee.common.transfer.LeaveTransfer
Packages that use LeaveTransfer
Package
Description
-
Uses of LeaveTransfer in com.echothree.control.user.employee.common.result
Methods in com.echothree.control.user.employee.common.result that return LeaveTransferMethods in com.echothree.control.user.employee.common.result that return types with arguments of type LeaveTransferMethods in com.echothree.control.user.employee.common.result with parameters of type LeaveTransferMethod parameters in com.echothree.control.user.employee.common.result with type arguments of type LeaveTransfer -
Uses of LeaveTransfer in com.echothree.model.control.employee.common.transfer
Methods in com.echothree.model.control.employee.common.transfer that return LeaveTransferMethods in com.echothree.model.control.employee.common.transfer with parameters of type LeaveTransferModifier and TypeMethodDescriptionvoid
LeaveResultTransfer.setLeave
(LeaveTransfer leave) Sets the leave.Constructors in com.echothree.model.control.employee.common.transfer with parameters of type LeaveTransferModifierConstructorDescriptionLeaveResultTransfer
(String leaveName, LeaveTransfer leave) Creates a new instance of LeaveResultTransfer -
Uses of LeaveTransfer in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return LeaveTransferModifier and TypeMethodDescriptionEmployeeControl.getLeaveTransfer
(UserVisit userVisit, Leave leave) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type LeaveTransferModifier and TypeMethodDescriptionEmployeeControl.getLeaveTransfers
(UserVisit userVisit, Collection<Leave> leaves) EmployeeControl.getLeaveTransfersByParty
(UserVisit userVisit, Party party) -
Uses of LeaveTransfer in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer that return LeaveTransfer -
Uses of LeaveTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type LeaveTransferMethod parameters in com.echothree.model.control.party.common.transfer with type arguments of type LeaveTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setLeaves
(ListWrapper<LeaveTransfer> leaves) Sets the leaves.