Class KewRemoteModuleService

java.lang.Object
org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
org.kuali.rice.kew.impl.service.KewRemoteModuleService
All Implemented Interfaces:
org.kuali.rice.krad.service.ModuleService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class KewRemoteModuleService extends org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase

    org.kuali.rice.krad.service.impl.RemoteModuleServiceBase.BaseLookupUrlsHolder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.kuali.rice.kew.api.doctype.DocumentTypeService
     

    Fields inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase

    applicationContext, kualiConfigurationService, kualiModuleService, legacyDataAdapter, LOG, lookupService, moduleConfiguration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.kuali.rice.kew.api.doctype.DocumentTypeService
     
    <T extends org.kuali.rice.krad.bo.ExternalizableBusinessObject>
    T
    getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
    This overridden method calls the DocumentTypeService instead of the underlying KNS service.
    <T extends org.kuali.rice.krad.bo.ExternalizableBusinessObject>
    List<T>
    getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
     
    boolean
     
    boolean
     
    boolean
     
    listAlternatePrimaryKeyFieldNames(Class businessObjectInterfaceClass)
    We want to be able to use name as an alternate key
     

    Methods inherited from class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase

    afterPropertiesSet, createNewObjectFromExternalizableClass, getBaseInquiryUrl, getBaseLookupUrl, getBusinessObjectRelationship, getExternalizableBusinessObjectDictionaryEntry, getExternalizableBusinessObjectImplementation, getExternalizableBusinessObjectInquiryUrl, getExternalizableBusinessObjectLookupUrl, getExternalizableBusinessObjectsListForLookup, getExternalizableDataObjectInquiryUrl, getExternalizableDataObjectLookupUrl, getInquiryUrl, getKualiConfigurationService, getKualiModuleService, getLegacyDataAdapter, getLookupService, getModuleConfiguration, getRiceBaseLookupUrl, getUrlParameters, goToCentralRiceForInquiry, isLocked, isNonBlankValueForKey, isResponsibleFor, packagePrefixesMatchesDataObject, persistenceProvidersMatchDataObject, retrieveExternalizableBusinessObjectIfNecessary, retrieveExternalizableBusinessObjectsList, setApplicationContext, setKualiConfigurationService, setKualiModuleService, setModuleConfiguration, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • docTypeService

      protected org.kuali.rice.kew.api.doctype.DocumentTypeService docTypeService
  • Constructor Details

    • KewRemoteModuleService

      public KewRemoteModuleService()
  • Method Details

    • getExternalizableBusinessObject

      public <T extends org.kuali.rice.krad.bo.ExternalizableBusinessObject> T getExternalizableBusinessObject(Class<T> businessObjectClass, Map<String,Object> fieldValues)
      This overridden method calls the DocumentTypeService instead of the underlying KNS service. Allows you to search on name and docTypeId
      See Also:
      • ModuleServiceBase.getExternalizableBusinessObject(java.lang.Class, java.util.Map)
    • getExternalizableBusinessObjectsList

      public <T extends org.kuali.rice.krad.bo.ExternalizableBusinessObject> List<T> getExternalizableBusinessObjectsList(Class<T> businessObjectClass, Map<String,Object> fieldValues)
    • isExternalizableBusinessObjectLookupable

      public boolean isExternalizableBusinessObjectLookupable(Class boClass)
    • isExternalizableBusinessObjectInquirable

      public boolean isExternalizableBusinessObjectInquirable(Class boClass)
    • isExternalizable

      public boolean isExternalizable(Class boClazz)
      Specified by:
      isExternalizable in interface org.kuali.rice.krad.service.ModuleService
      Overrides:
      isExternalizable in class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
    • listPrimaryKeyFieldNames

      public List<String> listPrimaryKeyFieldNames(Class boClass)
      Specified by:
      listPrimaryKeyFieldNames in interface org.kuali.rice.krad.service.ModuleService
      Overrides:
      listPrimaryKeyFieldNames in class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
    • listAlternatePrimaryKeyFieldNames

      public List<List<String>> listAlternatePrimaryKeyFieldNames(Class businessObjectInterfaceClass)
      We want to be able to use name as an alternate key
      Specified by:
      listAlternatePrimaryKeyFieldNames in interface org.kuali.rice.krad.service.ModuleService
      Overrides:
      listAlternatePrimaryKeyFieldNames in class org.kuali.rice.krad.service.impl.RemoteModuleServiceBase
      See Also:
      • ModuleService.listAlternatePrimaryKeyFieldNames(java.lang.Class)
    • getDocumentTypeService

      protected org.kuali.rice.kew.api.doctype.DocumentTypeService getDocumentTypeService()
      Returns:
      the docTypeService