void |
PricelistClient.delete(Pricelist document,
Pricelist.PricelistRow position) |
void |
PricelistClient.delete(Pricelist document,
String positionId) |
Pricelist.PricelistRow |
PricelistClient.getPosition(Pricelist document,
String positionId,
ApiParam... params) |
ListEntity<Pricelist.PricelistRow> |
PricelistClient.getPositions(Pricelist document,
ApiParam... params) |
Pricelist.PricelistRow |
PricelistClient.postPosition(Pricelist document,
Pricelist.PricelistRow updatedEntity) |
List<Pricelist.PricelistRow> |
PricelistClient.postPositions(Pricelist document,
List<Pricelist.PricelistRow> updatedEntities) |
void |
PricelistClient.putPosition(Pricelist document,
Pricelist.PricelistRow position) |
void |
PricelistClient.putPosition(Pricelist document,
Pricelist.PricelistRow position,
Pricelist.PricelistRow updatedEntity) |
void |
PricelistClient.putPosition(Pricelist document,
String positionId,
Pricelist.PricelistRow updatedEntity) |