Package | Description |
---|---|
pb138.service.facades |
Modifier and Type | Method and Description |
---|---|
static CreateOrUpdate |
CreateOrUpdate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateOrUpdate[] |
CreateOrUpdate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.