Package ru.moysklad.remap_1_2.clients
Class RetailStoreClient
- java.lang.Object
-
- ru.moysklad.remap_1_2.clients.EntityClientBase
-
- ru.moysklad.remap_1_2.clients.RetailStoreClient
-
- All Implemented Interfaces:
DeleteByIdEndpoint,Endpoint,GetByIdEndpoint<RetailStore>,GetListEndpoint<RetailStore>,MassCreateUpdateDeleteEndpoint<RetailStore>,MassCreateUpdateEndpoint<RetailStore>,PostEndpoint<RetailStore>,PutByIdEndpoint<RetailStore>
public final class RetailStoreClient extends EntityClientBase implements GetListEndpoint<RetailStore>, PostEndpoint<RetailStore>, DeleteByIdEndpoint, GetByIdEndpoint<RetailStore>, PutByIdEndpoint<RetailStore>, MassCreateUpdateDeleteEndpoint<RetailStore>
-
-
Field Summary
-
Fields inherited from class ru.moysklad.remap_1_2.clients.EntityClientBase
api, path
-
-
Constructor Summary
Constructors Constructor Description RetailStoreClient(ApiClient api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends MetaEntity>entityClass()CashiergetCashier(String retailStoreId, String cashierId, ApiParam... params)CashiergetCashier(String retailStoreId, Cashier cashier, ApiParam... params)CashiergetCashier(RetailStore retailStore, String cashierId, ApiParam... params)CashiergetCashier(RetailStore retailStore, Cashier cashier, ApiParam... params)ListEntity<Cashier>getCashiers(String retailStoreId, ApiParam... params)ListEntity<Cashier>getCashiers(MetaEntity retailStore, ApiParam... params)-
Methods inherited from class ru.moysklad.remap_1_2.clients.EntityClientBase
api, metaEntityClass, path, positionEntityClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.DeleteByIdEndpoint
delete, delete
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.Endpoint
api, metaEntityClass, path, positionEntityClass
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.GetByIdEndpoint
get, get
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.GetListEndpoint
get
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MassCreateUpdateDeleteEndpoint
delete
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.MassCreateUpdateEndpoint
createOrUpdate
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.PostEndpoint
create
-
Methods inherited from interface ru.moysklad.remap_1_2.clients.endpoints.PutByIdEndpoint
update, update
-
-
-
-
Constructor Detail
-
RetailStoreClient
public RetailStoreClient(ApiClient api)
-
-
Method Detail
-
getCashiers
public ListEntity<Cashier> getCashiers(String retailStoreId, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
getCashiers
public ListEntity<Cashier> getCashiers(MetaEntity retailStore, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
getCashier
public Cashier getCashier(String retailStoreId, String cashierId, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
getCashier
public Cashier getCashier(String retailStoreId, Cashier cashier, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
getCashier
public Cashier getCashier(RetailStore retailStore, String cashierId, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
getCashier
public Cashier getCashier(RetailStore retailStore, Cashier cashier, ApiParam... params) throws IOException, ApiClientException
- Throws:
IOExceptionApiClientException
-
entityClass
public Class<? extends MetaEntity> entityClass()
- Specified by:
entityClassin interfaceEndpoint- Overrides:
entityClassin classEntityClientBase
-
-