public interface

TimesheetService

org.mule.LiquidPlanner.client.services.TimesheetService
Known Indirect Subclasses

Class Overview

The interface describe operations to be performed over the TimeSheet resources of the LiquidPlanner API.

Summary

Public Methods
abstract Timesheet getTimesheet(String workSpaceId, String timesheetId)
Returns a particular time sheet for the provided workspace.
abstract List<Timesheet> getTimesheets(String workSpaceId, List<Filter> filters)
Returns a list of all the time sheets related to given project.

Public Methods

public abstract Timesheet getTimesheet (String workSpaceId, String timesheetId)

Returns a particular time sheet for the provided workspace.

Parameters
workSpaceId
timesheetId

public abstract List<Timesheet> getTimesheets (String workSpaceId, List<Filter> filters)

Returns a list of all the time sheets related to given project.

Parameters
workSpaceId
filters