com.retek.component.item.impl.persistence.db.oracle
Class OracleProductInformationDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleProductInformationDao
All Implemented Interfaces:
ProductInformationDao

public class OracleProductInformationDao
extends AbstractOracleDao
implements ProductInformationDao


Constructor Summary
OracleProductInformationDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache createReferenceCacheForProductInformation()
           
 ReferenceCache createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 java.util.Set find(ProductInformationSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 ProductInformationDto persist(ProductInformationDto dto)
           
 ProductInformationDto read(DistributedReference productInformationRef)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleProductInformationDao

public OracleProductInformationDao()
Method Detail

createReferenceCacheForProductInformation

public ReferenceCache createReferenceCacheForProductInformation()
                                                         throws SystemException
Specified by:
createReferenceCacheForProductInformation in interface ProductInformationDao
Throws:
SystemException

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

createReferenceCacheForItemProductInformationAttribute

public ReferenceCache createReferenceCacheForItemProductInformationAttribute()
                                                                      throws SystemException
Specified by:
createReferenceCacheForItemProductInformationAttribute in interface ProductInformationDao
Throws:
SystemException

createReferenceCacheForFreeFormUdaProductInformationAttribute

public ReferenceCache createReferenceCacheForFreeFormUdaProductInformationAttribute()
                                                                             throws SystemException
Specified by:
createReferenceCacheForFreeFormUdaProductInformationAttribute in interface ProductInformationDao
Throws:
SystemException

createReferenceCacheForUdaHeaderProductInformationAttribute

public ReferenceCache createReferenceCacheForUdaHeaderProductInformationAttribute()
                                                                           throws SystemException
Specified by:
createReferenceCacheForUdaHeaderProductInformationAttribute in interface ProductInformationDao
Throws:
SystemException

persist

public ProductInformationDto persist(ProductInformationDto dto)
                              throws SystemException
Specified by:
persist in interface ProductInformationDao
Throws:
SystemException

read

public ProductInformationDto read(DistributedReference productInformationRef)
                           throws SystemException
Specified by:
read in interface ProductInformationDao
Throws:
SystemException

find

public java.util.Set find(ProductInformationSearchCriteria criteria)
                   throws SystemException
Specified by:
find in interface ProductInformationDao
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28