org.kuali.rice.krad.service.impl
Class KRADModuleService
java.lang.Object
org.kuali.rice.krad.service.impl.ModuleServiceBase
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)
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 |
businessObjects
protected List<String> businessObjects
KRADModuleService
public KRADModuleService()
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.