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

java.lang.Object
  extended by org.kuali.rice.kew.edl.dao.impl.EDocLiteDAOJpaImpl
All Implemented Interfaces:
EDocLiteDAO

public class EDocLiteDAOJpaImpl
extends Object
implements EDocLiteDAO

JPA implementation of the EDOcLiteDAO

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static String ACTIVE_IND_CRITERIA
           
private  javax.persistence.EntityManager entityManager
           
private static org.apache.log4j.Logger LOG
           
private static String NAME_CRITERIA
           
 
Constructor Summary
EDocLiteDAOJpaImpl()
           
 
Method Summary
 EDocLiteAssociation getEDocLiteAssociation(Long associationId)
          Returns a specific Association
 EDocLiteAssociation getEDocLiteAssociation(String docTypeName)
          Get a EDocLiteAssociation
 List<EDocLiteAssociation> getEDocLiteAssociations()
          Returns all active Definitions
 EDocLiteDefinition getEDocLiteDefinition(String defName)
          Get a EDocLiteDefinition
 List<String> getEDocLiteDefinitions()
          Returns the names of all active Definitions
 EDocLiteStyle getEDocLiteStyle(String styleName)
          Get a EDocLoiteStyle
 List<String> getEDocLiteStyleNames()
          Returns names of all active Styles
 List<EDocLiteStyle> getEDocLiteStyles()
          Returns all active Styles
 javax.persistence.EntityManager getEntityManager()
           
 void saveEDocLiteAssociation(EDocLiteAssociation assoc)
          Save a EDocLiteAssocitaion
 void saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
          Save a EDocLiteDefinition
 void saveEDocLiteStyle(EDocLiteStyle styleData)
          Save a EDocLiteStyle
 List<EDocLiteAssociation> search(EDocLiteAssociation edocLite)
          Finds matching Associations
 void setEntityManager(javax.persistence.EntityManager entityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG

ACTIVE_IND_CRITERIA

private static final String ACTIVE_IND_CRITERIA
See Also:
Constant Field Values

NAME_CRITERIA

private static final String NAME_CRITERIA
See Also:
Constant Field Values

entityManager

private javax.persistence.EntityManager entityManager
Constructor Detail

EDocLiteDAOJpaImpl

public EDocLiteDAOJpaImpl()
Method Detail

saveEDocLiteStyle

public void saveEDocLiteStyle(EDocLiteStyle styleData)
Save a EDocLiteStyle

Specified by:
saveEDocLiteStyle in interface EDocLiteDAO
See Also:
EDocLiteDAO.saveEDocLiteStyle(org.kuali.rice.kew.edl.bo.EDocLiteStyle)

saveEDocLiteDefinition

public void saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
Save a EDocLiteDefinition

Specified by:
saveEDocLiteDefinition in interface EDocLiteDAO
See Also:
EDocLiteDAO.saveEDocLiteDefinition(org.kuali.rice.kew.edl.bo.EDocLiteDefinition)

saveEDocLiteAssociation

public void saveEDocLiteAssociation(EDocLiteAssociation assoc)
Save a EDocLiteAssocitaion

Specified by:
saveEDocLiteAssociation in interface EDocLiteDAO
See Also:
EDocLiteDAO.saveEDocLiteAssociation(org.kuali.rice.kew.edl.bo.EDocLiteAssociation)

getEDocLiteStyle

public EDocLiteStyle getEDocLiteStyle(String styleName)
Get a EDocLoiteStyle

Specified by:
getEDocLiteStyle in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteStyle(java.lang.String)

getEDocLiteDefinition

public EDocLiteDefinition getEDocLiteDefinition(String defName)
Get a EDocLiteDefinition

Specified by:
getEDocLiteDefinition in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteDefinition(java.lang.String)

getEDocLiteAssociation

public EDocLiteAssociation getEDocLiteAssociation(String docTypeName)
Get a EDocLiteAssociation

Specified by:
getEDocLiteAssociation in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteAssociation(java.lang.String)

getEDocLiteStyleNames

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

Specified by:
getEDocLiteStyleNames in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteStyleNames()

getEDocLiteStyles

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

Specified by:
getEDocLiteStyles in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteStyles()

getEDocLiteDefinitions

public List<String> getEDocLiteDefinitions()
Returns the names of all active Definitions

Specified by:
getEDocLiteDefinitions in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteDefinitions()

getEDocLiteAssociations

public List<EDocLiteAssociation> getEDocLiteAssociations()
Returns all active Definitions

Specified by:
getEDocLiteAssociations in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteAssociations()

search

public List<EDocLiteAssociation> search(EDocLiteAssociation edocLite)
Finds matching Associations

Specified by:
search in interface EDocLiteDAO
See Also:
EDocLiteDAO.search(org.kuali.rice.kew.edl.bo.EDocLiteAssociation)

getEDocLiteAssociation

public EDocLiteAssociation getEDocLiteAssociation(Long associationId)
Returns a specific Association

Specified by:
getEDocLiteAssociation in interface EDocLiteDAO
See Also:
EDocLiteDAO.getEDocLiteAssociation(java.lang.Long)

getEntityManager

public javax.persistence.EntityManager getEntityManager()

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)


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