|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
com.blinksale.domain | BlinkSale domain layer. |
com.blinksale.resource | BlinkSale resource layer. |
Uses of Client in com.blinksale.domain |
---|
Methods in com.blinksale.domain that return Client | |
---|---|
Client |
Invoice.getClient()
|
Client |
Account.getClientById(java.lang.String id)
|
Methods in com.blinksale.domain that return types with arguments of type Client | |
---|---|
java.util.List<Client> |
Account.getClients()
|
Methods in com.blinksale.domain with parameters of type Client | |
---|---|
void |
Invoice.setClient(Client client)
|
Uses of Client in com.blinksale.resource |
---|
Methods in com.blinksale.resource that return Client | |
---|---|
Client |
ClientResource.getClient()
|
Methods in com.blinksale.resource that return types with arguments of type Client | |
---|---|
java.util.List<Client> |
ClientsResource.getClients()
|
Methods in com.blinksale.resource with parameters of type Client | |
---|---|
void |
ClientsResource.post(Client client)
|
void |
ClientResource.put(Client client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |