com.retek.component.item.impl.persistence
Interface ProductInformationDao

All Known Implementing Classes:
CacheProductInformationDao, OracleProductInformationDao

public interface ProductInformationDao


Method Summary
 ReferenceCache createReferenceCacheForFreeFormUdaProductInformationAttribute()
           
 ReferenceCache createReferenceCacheForItemProductInformationAttribute()
           
 ReferenceCache createReferenceCacheForProductInformation()
           
 ReferenceCache createReferenceCacheForUdaHeaderProductInformationAttribute()
           
 java.util.Set find(ProductInformationSearchCriteria criteria)
           
 ProductInformationDto persist(ProductInformationDto dto)
           
 ProductInformationDto read(DistributedReference productInformationRef)
           
 

Method Detail

createReferenceCacheForProductInformation

public ReferenceCache createReferenceCacheForProductInformation()
                                                         throws SystemException
Throws:
SystemException

createReferenceCacheForItemProductInformationAttribute

public ReferenceCache createReferenceCacheForItemProductInformationAttribute()
                                                                      throws SystemException
Throws:
SystemException

createReferenceCacheForUdaHeaderProductInformationAttribute

public ReferenceCache createReferenceCacheForUdaHeaderProductInformationAttribute()
                                                                           throws SystemException
Throws:
SystemException

createReferenceCacheForFreeFormUdaProductInformationAttribute

public ReferenceCache createReferenceCacheForFreeFormUdaProductInformationAttribute()
                                                                             throws SystemException
Throws:
SystemException

persist

public ProductInformationDto persist(ProductInformationDto dto)
                              throws SystemException
Throws:
SystemException

read

public ProductInformationDto read(DistributedReference productInformationRef)
                           throws SystemException
Throws:
SystemException

find

public java.util.Set find(ProductInformationSearchCriteria criteria)
                   throws SystemException
Throws:
SystemException


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