| Public Methods |
|
abstract
Client
|
createClient(String workSpaceId, Client client)
|
|
abstract
Client
|
deleteClient(String workSpaceId, String id)
|
|
abstract
Client
|
getClient(String workSpaceId, String clientId)
|
|
abstract
List<Comment>
|
getClientComments(String workSpaceId, String clientId)
|
|
abstract
List<Document>
|
getClientDocuments(String workSpaceId, String clientId)
|
|
abstract
Estimate
|
getClientEstimate(String workSpaceId, String clientId, String estimateId)
|
|
abstract
List<Estimate>
|
getClientEstimates(String workSpaceId, String clientId)
|
|
abstract
List<Link>
|
getClientLinks(String workSpaceId, String clientId)
|
|
abstract
Note
|
getClientNote(String workSpaceId, String clientId)
|
|
abstract
List<Client>
|
getClients(String workSpaceId)
|
|
abstract
Client
|
updateClient(String workSpaceId, Client client)
|