Package | Description |
---|---|
psdi.app.countbook | |
psdi.app.item |
The Item package includes MAXIMO Business Objects related to items.
|
psdi.app.serviceitem |
Modifier and Type | Method and Description |
---|---|
CountBookLineSetRemote |
CountBookService.populateCBLineForItems(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
ItemSetRemote itemSetRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForItems(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
ItemSetRemote itemSetRemote,
java.lang.String countBookNum)
This method populates the count book line for given ItemSet
|
Modifier and Type | Interface and Description |
---|---|
interface |
ToolItemSetRemote
Remote Interface to the ToolItem set.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemSet
Represents the set of Items.
|
class |
ToolItemSet
Represents the Mbo set of ToolItem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceItemSetRemote
Remote Interface for Service Items set.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceItemSet
Represents a set of service items
This MboSet extends ItemSet
|