|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.persist.db.DatabaseFactoryImpl
org.opensubsystems.patterns.listdata.persist.db.impl.ListDatabaseFactoryImpl
org.opensubsystems.inventory.persist.db.ItemUnitIdentificationViewDatabaseFactory
public class ItemUnitIdentificationViewDatabaseFactory
Data factory to retrieve item unit identification views from the persistence store.
| Field Summary | |
|---|---|
protected ItemUnitIdentificationViewDatabaseSchema |
m_schema
Schema to use to execute database dependent operations. |
| Fields inherited from class org.opensubsystems.patterns.listdata.persist.db.impl.ListDatabaseFactoryImpl |
|---|
m_arrOrderColumnCodes, m_arrOrderDirections, m_arrShowColumnCodes, m_listSchema |
| Fields inherited from class org.opensubsystems.core.persist.db.DatabaseFactoryImpl |
|---|
m_connectionFactory, m_iConcurrencySelectListResultSet, m_iDataType, m_iTypeSelectListResultSet, m_transactionFactory |
| Constructor Summary | |
|---|---|
ItemUnitIdentificationViewDatabaseFactory()
Default constructor. |
|
| Method Summary | |
|---|---|
org.opensubsystems.core.data.DataObject |
get(int iId,
int iDomainId)
|
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. |
org.opensubsystems.core.data.DataObject |
load(java.sql.ResultSet rsQueryResults,
int initialIndex)
|
org.opensubsystems.core.data.DataObject |
load(java.sql.ResultSet rsQueryResults,
int[] selectedColumns,
int initialIndex)
|
| Methods inherited from class org.opensubsystems.patterns.listdata.persist.db.impl.ListDatabaseFactoryImpl |
|---|
get, getDefaultListDefinition, getListDatabaseSchema |
| Methods inherited from class org.opensubsystems.core.persist.db.DatabaseFactoryImpl |
|---|
getConcurrencySelectListResultSet, getDataType, getTypeSelectListResultSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensubsystems.patterns.listdata.persist.ListFactory |
|---|
get, getDefaultListDefinition |
| Field Detail |
|---|
protected ItemUnitIdentificationViewDatabaseSchema m_schema
| Constructor Detail |
|---|
public ItemUnitIdentificationViewDatabaseFactory()
throws org.opensubsystems.core.error.OSSException
org.opensubsystems.core.error.OSSException - - an error has occured| Method Detail |
|---|
public org.opensubsystems.core.data.DataObject load(java.sql.ResultSet rsQueryResults,
int[] selectedColumns,
int initialIndex)
throws org.opensubsystems.core.error.OSSDatabaseAccessException
load in interface org.opensubsystems.patterns.listdata.persist.db.ListDatabaseFactoryorg.opensubsystems.core.error.OSSDatabaseAccessException
public org.opensubsystems.core.data.DataObject get(int iId,
int iDomainId)
throws org.opensubsystems.core.error.OSSException
get in interface org.opensubsystems.core.persist.DataFactoryorg.opensubsystems.core.error.OSSException
public org.opensubsystems.core.data.DataObject load(java.sql.ResultSet rsQueryResults,
int initialIndex)
throws org.opensubsystems.core.error.OSSDatabaseAccessException
load in interface org.opensubsystems.core.persist.db.DatabaseFactoryorg.opensubsystems.core.error.OSSDatabaseAccessException
public java.util.List get(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId,
java.util.Collection colIdentificationIds)
throws org.opensubsystems.core.error.OSSException
get in interface ItemUnitIdentificationViewFactorysecurityData - - 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
public java.util.List getRetired(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId)
throws org.opensubsystems.core.error.OSSException
getRetired in interface ItemUnitIdentificationViewFactorysecurityData - - 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
public java.util.List getRetired(org.opensubsystems.patterns.listdata.data.SimpleRule securityData,
int iInventoryId,
java.util.Collection colIdentificationIds)
throws org.opensubsystems.core.error.OSSException
getRetired in interface ItemUnitIdentificationViewFactorysecurityData - - 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 | ||||||||