Uses of Class
ru.moysklad.remap_1_2.entities.documents.DocumentEntity
-
Packages that use DocumentEntity Package Description ru.moysklad.remap_1_2.clients.endpoints ru.moysklad.remap_1_2.entities.documents ru.moysklad.remap_1_2.utils.json -
-
Uses of DocumentEntity in ru.moysklad.remap_1_2.clients.endpoints
Methods in ru.moysklad.remap_1_2.clients.endpoints with parameters of type DocumentEntity Modifier and Type Method Description default TDocumentPositionsEndpoint. createPosition(DocumentEntity document, T updatedEntity)default List<T>DocumentPositionsEndpoint. createPositions(DocumentEntity document, List<T> updatedEntities)default voidDocumentPositionsEndpoint. deletePosition(DocumentEntity document, String positionId)default voidDocumentPositionsEndpoint. deletePosition(DocumentEntity document, T position)default TDocumentPositionsEndpoint. getPosition(DocumentEntity document, String positionId, ApiParam... params)default ListEntity<T>DocumentPositionsEndpoint. getPositions(DocumentEntity document, ApiParam... params)default TDocumentNewEndpoint. templateDocument(String templateClassString, DocumentEntity document)default voidDocumentPositionsEndpoint. updatePosition(DocumentEntity document, String positionId, T updatedEntity)default voidDocumentPositionsEndpoint. updatePosition(DocumentEntity document, T position)default voidDocumentPositionsEndpoint. updatePosition(DocumentEntity document, T position, T updatedEntity)Method parameters in ru.moysklad.remap_1_2.clients.endpoints with type arguments of type DocumentEntity Modifier and Type Method Description default TDocumentNewEndpoint. templateDocument(String templateClassString, List<DocumentEntity> documents) -
Uses of DocumentEntity in ru.moysklad.remap_1_2.entities.documents
Subclasses of DocumentEntity in ru.moysklad.remap_1_2.entities.documents Modifier and Type Class Description classCashInclassCashOutclassCommissionReportInclassCommissionReportOutclassCustomerOrderЗаказ ПокупателяclassDemandОтгрузкаclassEnterОприходованиеclassFactureInСчёт-фактура полученныйclassFactureOutСчёт-фактура выданныйclassInternalOrderclassInventoryclassInvoiceInclassInvoiceOutclassLossclassMoveclassPaymentInclassPaymentOutclassPrepaymentclassPrepaymentReturnclassPricelistclassProcessingclassProcessingOrderclassProcessingPlanclassPurchaseOrderclassPurchaseReturnclassRetailDemandclassRetailDrawerCashInclassRetailDrawerCashOutclassRetailSalesReturnclassRetailShiftclassSalesReturnclassSupply -
Uses of DocumentEntity in ru.moysklad.remap_1_2.utils.json
Methods in ru.moysklad.remap_1_2.utils.json that return DocumentEntity Modifier and Type Method Description DocumentEntityDocumentEntitySerializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in ru.moysklad.remap_1_2.utils.json with parameters of type DocumentEntity Modifier and Type Method Description com.google.gson.JsonElementDocumentEntitySerializer. serialize(DocumentEntity src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-