org.kuali.rice.krad.service.impl
Class KRADModuleService

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.ModuleServiceBase
      extended by org.kuali.rice.krad.service.impl.KRADModuleService
All Implemented Interfaces:
ModuleService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class KRADModuleService
extends ModuleServiceBase

This is a description of what this class does - jjhanso don't forget to fill this in.

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

Field Summary
protected  List<String> businessObjects
           
 
Fields inherited from class org.kuali.rice.krad.service.impl.ModuleServiceBase
applicationContext, businessObjectDictionaryService, businessObjectService, kualiModuleService, LOG, lookupService, moduleConfiguration
 
Constructor Summary
KRADModuleService()
           
 
Method Summary
 List<String> getBusinessObjects()
           
 boolean isResponsibleFor(Class businessObjectClass)
          This method determines whether this service is responsible for the business object class passed in, or not.
 void setBusinessObjects(List<String> businessObjects)
           
 
Methods inherited from class org.kuali.rice.krad.service.impl.ModuleServiceBase
afterPropertiesSet, createNewObjectFromExternalizableClass, getBusinessObjectDictionaryService, getBusinessObjectRelationship, getBusinessObjectService, getExternalizableBusinessObject, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsList, getExternalizableBusinessObjectsListForLookup, getInquiryUrl, getKualiModuleService, getLookupService, getModuleConfiguration, getUrlParameters, isExternalizable, isExternalizableBusinessObjectInquirable, isExternalizableBusinessObjectLookupable, isLocked, isResponsibleForJob, listAlternatePrimaryKeyFieldNames, listPrimaryKeyFieldNames, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiModuleService, setModuleConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessObjects

protected List<String> businessObjects
Constructor Detail

KRADModuleService

public KRADModuleService()
Method Detail

isResponsibleFor

public boolean isResponsibleFor(Class businessObjectClass)
Description copied from interface: ModuleService
This method determines whether this service is responsible for the business object class passed in, or not.

Specified by:
isResponsibleFor in interface ModuleService
Overrides:
isResponsibleFor in class ModuleServiceBase
Returns:
See Also:
ModuleService.isResponsibleFor(java.lang.Class)

getBusinessObjects

public List<String> getBusinessObjects()

setBusinessObjects

public void setBusinessObjects(List<String> businessObjects)


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