public final class RetailStoreClient extends EntityClientBase implements GetListEndpoint<RetailStore>, PostEndpoint<RetailStore>, DeleteByIdEndpoint, GetByIdEndpoint<RetailStore>, PutByIdEndpoint<RetailStore>, MassCreateUpdateDeleteEndpoint<RetailStore>
api, path| Constructor and Description |
|---|
RetailStoreClient(ApiClient api) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MetaEntity> |
entityClass() |
Cashier |
getCashier(RetailStore retailStore,
Cashier cashier,
ApiParam... params) |
Cashier |
getCashier(RetailStore retailStore,
String cashierId,
ApiParam... params) |
Cashier |
getCashier(String retailStoreId,
Cashier cashier,
ApiParam... params) |
Cashier |
getCashier(String retailStoreId,
String cashierId,
ApiParam... params) |
ListEntity<Cashier> |
getCashiers(MetaEntity retailStore,
ApiParam... params) |
ListEntity<Cashier> |
getCashiers(String retailStoreId,
ApiParam... params) |
api, metaEntityClass, path, positionEntityClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetcreatedelete, deleteget, getupdate, updatedeletecreateOrUpdateapi, metaEntityClass, path, positionEntityClasspublic RetailStoreClient(ApiClient api)
public ListEntity<Cashier> getCashiers(String retailStoreId, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic ListEntity<Cashier> getCashiers(MetaEntity retailStore, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Cashier getCashier(String retailStoreId, String cashierId, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Cashier getCashier(String retailStoreId, Cashier cashier, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Cashier getCashier(RetailStore retailStore, String cashierId, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Cashier getCashier(RetailStore retailStore, Cashier cashier, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Class<? extends MetaEntity> entityClass()
entityClass in interface EndpointentityClass in class EntityClientBaseCopyright © 2021. All rights reserved.