org.kuali.rice.kew.edl.dao.impl
Class EDocLiteDAOOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kew.edl.dao.impl.EDocLiteDAOOjbImpl
All Implemented Interfaces:
EDocLiteDAO, org.springframework.beans.factory.InitializingBean

public class EDocLiteDAOOjbImpl
extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
implements EDocLiteDAO


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
EDocLiteDAOOjbImpl()
           
 
Method Summary
 EDocLiteAssociation getEDocLiteAssociation(Long associationId)
           
 EDocLiteAssociation getEDocLiteAssociation(String docTypeName)
           
 List getEDocLiteAssociations()
           
 EDocLiteDefinition getEDocLiteDefinition(String defName)
           
 List getEDocLiteDefinitions()
           
 EDocLiteStyle getEDocLiteStyle(String styleName)
           
 List<String> getEDocLiteStyleNames()
          Returns names of all active Styles
 List<EDocLiteStyle> getEDocLiteStyles()
          Returns all active Styles
 void saveEDocLiteAssociation(EDocLiteAssociation assoc)
           
 void saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
           
 void saveEDocLiteStyle(EDocLiteStyle styleData)
           
 List search(EDocLiteAssociation edocLite)
           
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDocLiteDAOOjbImpl

public EDocLiteDAOOjbImpl()
Method Detail

saveEDocLiteStyle

public void saveEDocLiteStyle(EDocLiteStyle styleData)
Specified by:
saveEDocLiteStyle in interface EDocLiteDAO

saveEDocLiteDefinition

public void saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
Specified by:
saveEDocLiteDefinition in interface EDocLiteDAO

saveEDocLiteAssociation

public void saveEDocLiteAssociation(EDocLiteAssociation assoc)
Specified by:
saveEDocLiteAssociation in interface EDocLiteDAO

getEDocLiteStyle

public EDocLiteStyle getEDocLiteStyle(String styleName)
Specified by:
getEDocLiteStyle in interface EDocLiteDAO

getEDocLiteDefinition

public EDocLiteDefinition getEDocLiteDefinition(String defName)
Specified by:
getEDocLiteDefinition in interface EDocLiteDAO

getEDocLiteAssociation

public EDocLiteAssociation getEDocLiteAssociation(String docTypeName)
Specified by:
getEDocLiteAssociation in interface EDocLiteDAO

getEDocLiteStyleNames

public List<String> getEDocLiteStyleNames()
Returns names of all active Styles

Specified by:
getEDocLiteStyleNames in interface EDocLiteDAO

getEDocLiteStyles

public List<EDocLiteStyle> getEDocLiteStyles()
Returns all active Styles

Specified by:
getEDocLiteStyles in interface EDocLiteDAO

getEDocLiteDefinitions

public List getEDocLiteDefinitions()
Specified by:
getEDocLiteDefinitions in interface EDocLiteDAO

getEDocLiteAssociations

public List getEDocLiteAssociations()
Specified by:
getEDocLiteAssociations in interface EDocLiteDAO

search

public List search(EDocLiteAssociation edocLite)
Specified by:
search in interface EDocLiteDAO

getEDocLiteAssociation

public EDocLiteAssociation getEDocLiteAssociation(Long associationId)
Specified by:
getEDocLiteAssociation in interface EDocLiteDAO


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.