Package | Description |
---|---|
pb138.service.facades |
Modifier and Type | Method and Description |
---|---|
Pair<Item,CreateOrUpdate> |
ItemFacadeImpl.createOrUpdateItem(String name,
String description,
String categoryName,
Integer alertThreshold,
String unit,
long ean) |
Pair<Item,CreateOrUpdate> |
ItemFacade.createOrUpdateItem(String name,
String description,
String categoryName,
Integer alertThreshold,
String unit,
long ean)
Creates a new item, or updates it if it already exist but doesn't do the actual storing in db
|
Modifier and Type | Method and Description |
---|---|
Item |
ItemFacadeImpl.storeItemInDb(Pair<Item,CreateOrUpdate> i) |
Item |
ItemFacade.storeItemInDb(Pair<Item,CreateOrUpdate> i)
Item will be created in db
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.