public class

CheckListItemServiceClient

extends AbstractServiceClient
implements CheckListItemService
java.lang.Object
   ↳ org.mule.LiquidPlanner.client.services.impl.AbstractServiceClient
     ↳ org.mule.LiquidPlanner.client.services.impl.CheckListItemServiceClient

Class Overview

Provide access to all the check list items's related operations in LiquidPlanner.

Summary

Constants
String API_CHECKLIST_ITEM_PATH
String API_WORKSPACE_PATH
[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
CheckListItemServiceClient(String user, String password)
Public Methods
CheckListItem getCheckListItem(String workSpaceId, String checkListItemId)
List<CheckListItem> getCheckListItems(String workSpaceId)
Protected Methods
String extendGetBaseUrl(String baseUrl)
This method is called by getBaseURL for the user to extend the base URL of its ServiceClient implementation.
ClientConfig getJerseyClientConfiguration()
This method is called by getBuilder before the creation of the Client.
List<ClientFilter> getJerseyClientFilters()
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.CheckListItemService

Constants

private static final String API_CHECKLIST_ITEM_PATH

Constant Value: "/checklist_items"

private static final String API_WORKSPACE_PATH

Constant Value: "/workspaces"

Public Constructors

public CheckListItemServiceClient (String user, String password)

Parameters
user
password

Public Methods

public CheckListItem getCheckListItem (String workSpaceId, String checkListItemId)

Parameters
workSpaceId
checkListItemId

public List<CheckListItem> getCheckListItems (String workSpaceId)

Parameters
workSpaceId

Protected Methods

protected String extendGetBaseUrl (String baseUrl)

This method is called by getBaseURL for the user to extend the base URL of its ServiceClient implementation.

Parameters
baseUrl The URL created by getBaseURL
Returns
  • the enhanced base URL

protected ClientConfig getJerseyClientConfiguration ()

This method is called by getBuilder before the creation of the Client. The ClientConfig is used to create the Client.

Returns
  • null if there are ClientConfig to be added.

protected List<ClientFilter> getJerseyClientFilters ()

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.

Returns
  • null if there are no ClientFilter to be added.