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

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

public class OracleItemAttributeScreenTypeDao
extends AbstractOracleDao
implements ItemAttributeScreenTypeDao


Constructor Summary
OracleItemAttributeScreenTypeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache createReferenceCacheForItemAttributeScreenTypeRelation()
           
 java.util.Set find(ItemAttributeScreenTypeSearchCriteria criteria)
           
 java.util.Set findRelations(DistributedReference itemAttributeRef)
           
protected  java.lang.String getDaoResourceProperty()
           
 ItemAttributeScreenTypeDto persist(ItemAttributeScreenTypeDto dto)
           
 ItemAttributeScreenTypeDto read(DistributedReference itemAttributeScreenTypeRef)
           
 ItemAttributeScreenTypeRelationDto readRelation(DistributedReference ref)
           
 
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

OracleItemAttributeScreenTypeDao

public OracleItemAttributeScreenTypeDao()
Method Detail

createReferenceCacheForItemAttributeScreenType

public ReferenceCache createReferenceCacheForItemAttributeScreenType()
                                                              throws SystemException
Specified by:
createReferenceCacheForItemAttributeScreenType in interface ItemAttributeScreenTypeDao
Throws:
SystemException

createReferenceCacheForItemAttributeScreenTypeRelation

public ReferenceCache createReferenceCacheForItemAttributeScreenTypeRelation()
                                                                      throws SystemException
Specified by:
createReferenceCacheForItemAttributeScreenTypeRelation in interface ItemAttributeScreenTypeDao
Throws:
SystemException

getDaoResourceProperty

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

persist

public ItemAttributeScreenTypeDto persist(ItemAttributeScreenTypeDto dto)
                                   throws SystemException
Specified by:
persist in interface ItemAttributeScreenTypeDao
Throws:
SystemException

read

public ItemAttributeScreenTypeDto read(DistributedReference itemAttributeScreenTypeRef)
                                throws SystemException
Specified by:
read in interface ItemAttributeScreenTypeDao
Throws:
SystemException

find

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

readRelation

public ItemAttributeScreenTypeRelationDto readRelation(DistributedReference ref)
                                                throws SystemException
Specified by:
readRelation in interface ItemAttributeScreenTypeDao
Throws:
SystemException

findRelations

public java.util.Set findRelations(DistributedReference itemAttributeRef)
                            throws SystemException
Specified by:
findRelations in interface ItemAttributeScreenTypeDao
Throws:
SystemException


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