|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ItemUnitIdentificationViewFactory
Methods to create, retrieve and manipulate items and units in the persistence store.
| Method Summary | |
|---|---|
java.util.List |
get(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId,
java.util.Collection colIdentificationIds)
Get specified identifications from the specified inventory. |
java.util.List |
getRetired(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId)
Get identifications which are retired from the specified inventory. |
java.util.List |
getRetired(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId,
java.util.Collection colIdentificationIds)
Get specified identifications which are retired from the specified inventory. |
| Methods inherited from interface org.opensubsystems.patterns.listdata.persist.ListFactory |
|---|
get, getDefaultListDefinition |
| Method Detail |
|---|
java.util.List get(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId,
java.util.Collection colIdentificationIds)
throws org.opensubsystems.core.error.OSSException
securityData - - data describing security for the data objects
which should be retrievediInventoryId - - inventory id from where to retrieve the datacolIdentificationIds - - collection of identification IDs to retrieve
org.opensubsystems.core.error.OSSException - - an error has occured
java.util.List getRetired(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId)
throws org.opensubsystems.core.error.OSSException
securityData - - data describing security for the data objects
which should be retrievediInventoryId - - inventory id from where to retrieve the data
org.opensubsystems.core.error.OSSException - - an error has occured
java.util.List getRetired(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId,
java.util.Collection colIdentificationIds)
throws org.opensubsystems.core.error.OSSException
securityData - - data describing security for the data objects
which should be retrievediInventoryId - - inventory id from where to retrieve the datacolIdentificationIds - - collection of identification IDs to retrieve if
they are retired, if some of the IDs are not
retired they won't be returned, if null then all
retired will be returned
org.opensubsystems.core.error.OSSException - - an error has occured
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||