|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
com.rapidtransform.part.model | |
com.rapidtransform.part.service | |
com.rapidtransform.part.service.impl |
Uses of Item in com.rapidtransform.part.model |
---|
Methods in com.rapidtransform.part.model that return Item | |
---|---|
Item |
ItemVersion.getItem()
|
Methods in com.rapidtransform.part.model that return types with arguments of type Item | |
---|---|
java.util.Collection<Item> |
ItemClassification.getItems()
|
Methods in com.rapidtransform.part.model with parameters of type Item | |
---|---|
void |
ItemVersion.setItem(Item item)
|
Method parameters in com.rapidtransform.part.model with type arguments of type Item | |
---|---|
void |
ItemClassification.setItems(java.util.Set<Item> items)
|
Uses of Item in com.rapidtransform.part.service |
---|
Methods in com.rapidtransform.part.service that return Item | |
---|---|
Item |
ItemService.findItem(java.lang.String itemId)
|
Methods in com.rapidtransform.part.service with parameters of type Item | |
---|---|
ItemVersion |
ItemService.revise(Item item)
|
Uses of Item in com.rapidtransform.part.service.impl |
---|
Methods in com.rapidtransform.part.service.impl that return Item | |
---|---|
Item |
ItemServiceImpl.findItem(java.lang.String itemId)
Returns the Item with the specified Id. |
Methods in com.rapidtransform.part.service.impl with parameters of type Item | |
---|---|
ItemVersion |
ItemServiceImpl.revise(Item item)
Creates a new version for the given item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |