Uses of Class
org.kuali.rice.edl.impl.bo.EDocLiteDefinition

Packages that use EDocLiteDefinition
org.kuali.rice.edl.impl.dao   
org.kuali.rice.edl.impl.dao.impl   
org.kuali.rice.edl.impl.service   
org.kuali.rice.edl.impl.service.impl   
 

Uses of EDocLiteDefinition in org.kuali.rice.edl.impl.dao
 

Methods in org.kuali.rice.edl.impl.dao that return EDocLiteDefinition
 EDocLiteDefinition EDocLiteDAO.getEDocLiteDefinition(String defName)
          Returns a EDocLiteDefinition with the given definition name.
 EDocLiteDefinition EDocLiteDAO.saveEDocLiteDefinition(EDocLiteDefinition definition)
          Persists the given EDocLiteDefinition to the datasource.
 

Methods in org.kuali.rice.edl.impl.dao with parameters of type EDocLiteDefinition
 EDocLiteDefinition EDocLiteDAO.saveEDocLiteDefinition(EDocLiteDefinition definition)
          Persists the given EDocLiteDefinition to the datasource.
 

Uses of EDocLiteDefinition in org.kuali.rice.edl.impl.dao.impl
 

Methods in org.kuali.rice.edl.impl.dao.impl that return EDocLiteDefinition
 EDocLiteDefinition EDocLiteDAOJpaImpl.getEDocLiteDefinition(String defName)
          Returns a EDocLiteDefinition with the given definition name.
 EDocLiteDefinition EDocLiteDAOJpaImpl.saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
          Persists the given EDocLiteDefinition to the datasource.
 

Methods in org.kuali.rice.edl.impl.dao.impl with parameters of type EDocLiteDefinition
 EDocLiteDefinition EDocLiteDAOJpaImpl.saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)
          Persists the given EDocLiteDefinition to the datasource.
 

Uses of EDocLiteDefinition in org.kuali.rice.edl.impl.service
 

Methods in org.kuali.rice.edl.impl.service that return EDocLiteDefinition
 EDocLiteDefinition EDocLiteService.getEDocLiteDefinition(String defName)
           
 

Methods in org.kuali.rice.edl.impl.service that return types with arguments of type EDocLiteDefinition
 List<EDocLiteDefinition> EDocLiteService.getEDocLiteDefinitions()
           
 

Methods in org.kuali.rice.edl.impl.service with parameters of type EDocLiteDefinition
 void EDocLiteService.saveEDocLiteDefinition(EDocLiteDefinition data)
           
 

Uses of EDocLiteDefinition in org.kuali.rice.edl.impl.service.impl
 

Methods in org.kuali.rice.edl.impl.service.impl that return EDocLiteDefinition
 EDocLiteDefinition EDocLiteServiceImpl.getEDocLiteDefinition(String definitionName)
           
 

Methods in org.kuali.rice.edl.impl.service.impl with parameters of type EDocLiteDefinition
 void EDocLiteServiceImpl.saveEDocLiteDefinition(EDocLiteDefinition data)
           
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.