org.kuali.rice.krad.service.impl
Class DataDictionaryComponentPublisherServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.DataDictionaryComponentPublisherServiceImpl
- All Implemented Interfaces:
- DataDictionaryComponentPublisherService
public class DataDictionaryComponentPublisherServiceImpl
- extends Object
- implements DataDictionaryComponentPublisherService
Reference implementation of the DataDictionaryComponentPublisherService
.
This implementation derives components from the DataDictionary for all BusinessObjects and Documents.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataDictionaryComponentPublisherServiceImpl
public DataDictionaryComponentPublisherServiceImpl()
publishAllComponents
public void publishAllComponents()
- Specified by:
publishAllComponents
in interface DataDictionaryComponentPublisherService
generateComponentSetId
protected String generateComponentSetId()
getComponentsToPublish
protected List<Component> getComponentsToPublish()
deriveComponentFromClass
protected Component deriveComponentFromClass(Class<?> componentSourceClass)
deriveComponentFromBusinessObjectEntry
protected Component deriveComponentFromBusinessObjectEntry(BusinessObjectEntry businessObjectEntry)
deriveComponentFromDocumentEntry
protected Component deriveComponentFromDocumentEntry(DocumentEntry documentEntry)
deriveComponentName
protected String deriveComponentName(Class<?> componentSourceClass)
getDataDictionaryService
public DataDictionaryService getDataDictionaryService()
setDataDictionaryService
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
getKualiModuleService
public KualiModuleService getKualiModuleService()
setKualiModuleService
public void setKualiModuleService(KualiModuleService kualiModuleService)
getComponentService
public ComponentService getComponentService()
setComponentService
public void setComponentService(ComponentService componentService)
getApplicationId
public String getApplicationId()
setApplicationId
public void setApplicationId(String applicationId)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.