Uses of Class
org.kuali.rice.edl.impl.bo.EDocLiteDefinition
-
Packages that use EDocLiteDefinition Package Description 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 Modifier and Type Method Description EDocLiteDefinitionEDocLiteDAO. getEDocLiteDefinition(java.lang.String defName)Returns aEDocLiteDefinitionwith the given definition name.EDocLiteDefinitionEDocLiteDAO. saveEDocLiteDefinition(EDocLiteDefinition definition)Persists the givenEDocLiteDefinitionto the datasource.Methods in org.kuali.rice.edl.impl.dao with parameters of type EDocLiteDefinition Modifier and Type Method Description EDocLiteDefinitionEDocLiteDAO. saveEDocLiteDefinition(EDocLiteDefinition definition)Persists the givenEDocLiteDefinitionto 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 Modifier and Type Method Description EDocLiteDefinitionEDocLiteDAOJpaImpl. getEDocLiteDefinition(java.lang.String defName)Returns aEDocLiteDefinitionwith the given definition name.EDocLiteDefinitionEDocLiteDAOJpaImpl. saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)Persists the givenEDocLiteDefinitionto the datasource.Methods in org.kuali.rice.edl.impl.dao.impl with parameters of type EDocLiteDefinition Modifier and Type Method Description EDocLiteDefinitionEDocLiteDAOJpaImpl. saveEDocLiteDefinition(EDocLiteDefinition edocLiteData)Persists the givenEDocLiteDefinitionto the datasource. -
Uses of EDocLiteDefinition in org.kuali.rice.edl.impl.service
Methods in org.kuali.rice.edl.impl.service that return EDocLiteDefinition Modifier and Type Method Description EDocLiteDefinitionEDocLiteService. getEDocLiteDefinition(java.lang.String defName)Methods in org.kuali.rice.edl.impl.service that return types with arguments of type EDocLiteDefinition Modifier and Type Method Description java.util.List<EDocLiteDefinition>EDocLiteService. getEDocLiteDefinitions()Methods in org.kuali.rice.edl.impl.service with parameters of type EDocLiteDefinition Modifier and Type Method Description voidEDocLiteService. 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 Modifier and Type Method Description EDocLiteDefinitionEDocLiteServiceImpl. getEDocLiteDefinition(java.lang.String definitionName)Methods in org.kuali.rice.edl.impl.service.impl with parameters of type EDocLiteDefinition Modifier and Type Method Description voidEDocLiteServiceImpl. saveEDocLiteDefinition(EDocLiteDefinition data)
-