| java.lang.Object | ||
| ↳ | org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient | |
| ↳ | org.mule.LiquidPlanner.client.services.impl.TimesheetServiceClient | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | API_TIMESHEET_ENTRIES_ACCEPT | ||||||||||
| String | API_TIMESHEET_ENTRIES_REJECT | ||||||||||
| String | API_TIMESHEET_ENTRIES_SUMBIT | ||||||||||
| String | API_TIMESHEET_ENTRIES_UNACCEPT | ||||||||||
| String | API_TIMESHEET_ENTRIES_UNSUBMIT | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a particular time sheet for the provided workspace.
| |||||||||||
Returns a list of all the time sheets related to given project.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is called by getBaseURL for the user to extend the base URL
of its ServiceClient implementation.
| |||||||||||
This method is called by getBuilder before the creation of the
Client.
| |||||||||||
This method is called by getBuilder before the creation of the
Client.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.LiquidPlanner.client.services.TimesheetService
| |||||||||||
| user | |
|---|---|
| password |
Returns a particular time sheet for the provided workspace.
| workSpaceId | |
|---|---|
| timesheetId |
Returns a list of all the time sheets related to given project.
| workSpaceId | |
|---|---|
| filters |
This method is called by getBaseURL for the user to extend the base URL of its ServiceClient implementation.
| baseUrl | The URL created by getBaseURL |
|---|
This method is called by getBuilder before the creation of the Client. The ClientConfig is used to create the Client.
This method is called by getBuilder before the creation of the Client. The ClientFilter is used to create the Client. If there are no ClientFilter to be added just return null.