Uses of Interface
org.kuali.rice.krad.service.BusinessObjectService

Packages that use BusinessObjectService
edu.sampleu.travel.service   
org.kuali.rice.coreservice.impl.component   
org.kuali.rice.coreservice.impl.namespace   
org.kuali.rice.coreservice.impl.parameter   
org.kuali.rice.devtools.pdle   
org.kuali.rice.kew.impl.peopleflow   
org.kuali.rice.kew.impl.repository   
org.kuali.rice.kew.impl.rule   
org.kuali.rice.kim.document.rule   
org.kuali.rice.kim.impl.group   
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.impl.permission   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kim.impl.type   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kns.inquiry Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.kim.type Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.lookup Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.maintenance.rules Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.service.impl   
org.kuali.rice.kns.web.struts.action Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.inquiry   
org.kuali.rice.krad.maintenance   
org.kuali.rice.krad.rules   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krad.web.controller   
org.kuali.rice.krms.impl.repository   
org.kuali.rice.krms.impl.ui   
org.kuali.rice.location.impl.campus   
org.kuali.rice.location.impl.country   
org.kuali.rice.location.impl.county   
org.kuali.rice.location.impl.postalcode   
org.kuali.rice.location.impl.state   
 

Uses of BusinessObjectService in edu.sampleu.travel.service
 

Fields in edu.sampleu.travel.service declared as BusinessObjectService
protected  BusinessObjectService FiscalOfficerTravelAccountServiceImpl.businessObjectService
           
 

Methods in edu.sampleu.travel.service that return BusinessObjectService
protected  BusinessObjectService FiscalOfficerTravelAccountServiceImpl.getBusinessObjectService()
           
 

Methods in edu.sampleu.travel.service with parameters of type BusinessObjectService
 void FiscalOfficerTravelAccountServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.coreservice.impl.component
 

Methods in org.kuali.rice.coreservice.impl.component that return BusinessObjectService
 BusinessObjectService ComponentServiceImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.coreservice.impl.component with parameters of type BusinessObjectService
 void ComponentServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.coreservice.impl.namespace
 

Methods in org.kuali.rice.coreservice.impl.namespace with parameters of type BusinessObjectService
 void NamespaceServiceImpl.setBusinessObjectService(BusinessObjectService boService)
           
 

Uses of BusinessObjectService in org.kuali.rice.coreservice.impl.parameter
 

Methods in org.kuali.rice.coreservice.impl.parameter with parameters of type BusinessObjectService
 void ParameterRepositoryServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.devtools.pdle
 

Methods in org.kuali.rice.devtools.pdle with parameters of type BusinessObjectService
 void PostDataLoadEncryptionServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kew.impl.peopleflow
 

Methods in org.kuali.rice.kew.impl.peopleflow that return BusinessObjectService
 BusinessObjectService PeopleFlowServiceImpl.getBusinessObjectService()
           
 BusinessObjectService PeopleFlowBusRule.getBusinessObjectService()
           
 

Methods in org.kuali.rice.kew.impl.peopleflow with parameters of type BusinessObjectService
 void PeopleFlowServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void PeopleFlowBusRule.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kew.impl.repository
 

Methods in org.kuali.rice.kew.impl.repository with parameters of type BusinessObjectService
 void KewTypeBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 

Uses of BusinessObjectService in org.kuali.rice.kew.impl.rule
 

Methods in org.kuali.rice.kew.impl.rule that return BusinessObjectService
 BusinessObjectService RuleServiceImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.kew.impl.rule with parameters of type BusinessObjectService
 void RuleServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kim.document.rule
 

Fields in org.kuali.rice.kim.document.rule declared as BusinessObjectService
protected  BusinessObjectService AttributeValidationHelper.businessObjectService
           
protected  BusinessObjectService IdentityManagementRoleDocumentRule.businessObjectService
           
protected  BusinessObjectService IdentityManagementPersonDocumentRule.businessObjectService
           
protected  BusinessObjectService IdentityManagementGroupDocumentRule.businessObjectService
           
 

Methods in org.kuali.rice.kim.document.rule that return BusinessObjectService
 BusinessObjectService AttributeValidationHelper.getBusinessObjectService()
           
 BusinessObjectService IdentityManagementRoleDocumentRule.getBusinessObjectService()
           
 BusinessObjectService IdentityManagementPersonDocumentRule.getBusinessObjectService()
           
 BusinessObjectService IdentityManagementGroupDocumentRule.getBusinessObjectService()
           
 

Uses of BusinessObjectService in org.kuali.rice.kim.impl.group
 

Fields in org.kuali.rice.kim.impl.group declared as BusinessObjectService
protected  BusinessObjectService GroupServiceImpl.businessObjectService
           
protected  BusinessObjectService GroupServiceBase.businessObjectService
           
 

Methods in org.kuali.rice.kim.impl.group that return BusinessObjectService
protected  BusinessObjectService GroupInternalServiceImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.kim.impl.group with parameters of type BusinessObjectService
 void GroupServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 

Uses of BusinessObjectService in org.kuali.rice.kim.impl.identity
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type BusinessObjectService
 void IdentityServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kim.impl.permission
 

Methods in org.kuali.rice.kim.impl.permission with parameters of type BusinessObjectService
 void PermissionServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 

Uses of BusinessObjectService in org.kuali.rice.kim.impl.responsibility
 

Methods in org.kuali.rice.kim.impl.responsibility that return BusinessObjectService
protected  BusinessObjectService ResponsibilityInternalServiceImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.kim.impl.responsibility with parameters of type BusinessObjectService
 void ResponsibilityServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kim.impl.type
 

Methods in org.kuali.rice.kim.impl.type with parameters of type BusinessObjectService
 void KimTypeInfoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kim.service.impl
 

Methods in org.kuali.rice.kim.service.impl that return BusinessObjectService
protected  BusinessObjectService UiDocumentServiceImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.kim.service.impl with parameters of type BusinessObjectService
 void IdentityArchiveServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kns.inquiry
 

Fields in org.kuali.rice.kns.inquiry declared as BusinessObjectService
protected static BusinessObjectService KualiInquirableImpl.businessObjectService
           
 

Methods in org.kuali.rice.kns.inquiry that return BusinessObjectService
protected  BusinessObjectService KualiInquirableImpl.getBusinessObjectService()
           
 

Uses of BusinessObjectService in org.kuali.rice.kns.kim.type
 

Methods in org.kuali.rice.kns.kim.type that return BusinessObjectService
protected  BusinessObjectService DataDictionaryTypeServiceBase.getBusinessObjectService()
           
 

Uses of BusinessObjectService in org.kuali.rice.kns.lookup
 

Fields in org.kuali.rice.kns.lookup declared as BusinessObjectService
protected  BusinessObjectService AbstractLookupableHelperServiceImpl.businessObjectService
           
 

Methods in org.kuali.rice.kns.lookup that return BusinessObjectService
 BusinessObjectService PersistableBusinessObjectLookupResultsSupportStrategyImpl.getBusinessObjectService()
           
 BusinessObjectService LookupResultsServiceImpl.getBusinessObjectService()
           
 BusinessObjectService AbstractLookupableHelperServiceImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.kns.lookup with parameters of type BusinessObjectService
 void PersistableBusinessObjectLookupResultsSupportStrategyImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void LookupResultsServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void AbstractLookupableHelperServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.kns.maintenance.rules
 

Fields in org.kuali.rice.kns.maintenance.rules declared as BusinessObjectService
protected  BusinessObjectService MaintenanceDocumentRuleBase.boService
           
 

Methods in org.kuali.rice.kns.maintenance.rules that return BusinessObjectService
protected  BusinessObjectService MaintenanceDocumentRuleBase.getBoService()
          Gets the boService attribute.
 

Methods in org.kuali.rice.kns.maintenance.rules with parameters of type BusinessObjectService
 void MaintenanceDocumentRuleBase.setBoService(BusinessObjectService boService)
          Sets the boService attribute value.
 

Uses of BusinessObjectService in org.kuali.rice.kns.service.impl
 

Methods in org.kuali.rice.kns.service.impl that return BusinessObjectService
protected  BusinessObjectService SessionDocumentServiceImpl.getBusinessObjectService()
          Deprecated.  
 

Methods in org.kuali.rice.kns.service.impl with parameters of type BusinessObjectService
 void SessionDocumentServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Deprecated.  
 

Uses of BusinessObjectService in org.kuali.rice.kns.web.struts.action
 

Methods in org.kuali.rice.kns.web.struts.action that return BusinessObjectService
protected  BusinessObjectService KualiDocumentActionBase.getBusinessObjectService()
           
 

Uses of BusinessObjectService in org.kuali.rice.krad.inquiry
 

Methods in org.kuali.rice.krad.inquiry that return BusinessObjectService
protected  BusinessObjectService InquirableImpl.getBusinessObjectService()
           
 

Uses of BusinessObjectService in org.kuali.rice.krad.maintenance
 

Methods in org.kuali.rice.krad.maintenance that return BusinessObjectService
protected  BusinessObjectService MaintainableImpl.getBusinessObjectService()
           
 

Methods in org.kuali.rice.krad.maintenance with parameters of type BusinessObjectService
 void MaintainableImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.krad.rules
 

Methods in org.kuali.rice.krad.rules that return BusinessObjectService
protected  BusinessObjectService MaintenanceDocumentRuleBase.getBoService()
           
 

Methods in org.kuali.rice.krad.rules with parameters of type BusinessObjectService
 void MaintenanceDocumentRuleBase.setBoService(BusinessObjectService boService)
           
 

Uses of BusinessObjectService in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return BusinessObjectService
static BusinessObjectService KRADServiceLocator.getBusinessObjectService()
           
 

Uses of BusinessObjectService in org.kuali.rice.krad.service.impl
 

Classes in org.kuali.rice.krad.service.impl that implement BusinessObjectService
 class BusinessObjectServiceImpl
          This class is the service implementation for the BusinessObjectService structure.
 

Fields in org.kuali.rice.krad.service.impl declared as BusinessObjectService
protected  BusinessObjectService InactivationBlockingDetectionServiceImpl.businessObjectService
           
protected  BusinessObjectService ModuleServiceBase.businessObjectService
           
protected  BusinessObjectService DictionaryValidationServiceImpl.businessObjectService
           
 

Methods in org.kuali.rice.krad.service.impl that return BusinessObjectService
protected  BusinessObjectService SessionDocumentServiceImpl.getBusinessObjectService()
           
protected  BusinessObjectService DocumentServiceImpl.getBusinessObjectService()
           
 BusinessObjectService PessimisticLockServiceImpl.getBusinessObjectService()
           
protected  BusinessObjectService ModuleServiceBase.getBusinessObjectService()
           
protected  BusinessObjectService DocumentAdHocServiceImpl.getBusinessObjectService()
          gets the BusinessObjectService from KRADServiceLocator
 

Methods in org.kuali.rice.krad.service.impl with parameters of type BusinessObjectService
 void SessionDocumentServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void InactivationBlockingDetectionServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void DocumentServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void PessimisticLockServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void DictionaryValidationServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the BusinessObjectService attribute value
 

Uses of BusinessObjectService in org.kuali.rice.krad.web.controller
 

Methods in org.kuali.rice.krad.web.controller that return BusinessObjectService
 BusinessObjectService DocumentControllerBase.getBusinessObjectService()
           
 

Methods in org.kuali.rice.krad.web.controller with parameters of type BusinessObjectService
 void DocumentControllerBase.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.krms.impl.repository
 

Fields in org.kuali.rice.krms.impl.repository declared as BusinessObjectService
protected  BusinessObjectService RuleRepositoryServiceImpl.businessObjectService
           
protected  BusinessObjectService RepositoryServiceBase.businessObjectService
           
 

Methods in org.kuali.rice.krms.impl.repository that return BusinessObjectService
protected  BusinessObjectService RuleRepositoryServiceImpl.getBusinessObjectService()
           
protected  BusinessObjectService AgendaBoServiceImpl.getBusinessObjectService()
           
protected  BusinessObjectService RepositoryServiceBase.getBusinessObjectService()
           
protected  BusinessObjectService KrmsAttributeDefinitionServiceImpl.getBusinessObjectService()
          This method returns a reference to the businessObjectService.
 

Methods in org.kuali.rice.krms.impl.repository with parameters of type BusinessObjectService
 void ActionBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void ReferenceObjectBindingBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the value of BusinessObjectService to the given value.
 void RuleRepositoryServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService property.
 void TermBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void AgendaBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void PropositionBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void RuleManagementServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService property.
 void RuleBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void KrmsTypeBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void NaturalLanguageUsageBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the value of BusinessObjectService to the given value.
 void TypeTypeRelationBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the value of BusinessObjectService to the given value.
 void RepositoryServiceBase.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void KrmsAttributeDefinitionServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void NaturalLanguageTemplateBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the value of BusinessObjectService to the given value.
 void FunctionBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 void ContextBoServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 

Uses of BusinessObjectService in org.kuali.rice.krms.impl.ui
 

Methods in org.kuali.rice.krms.impl.ui that return BusinessObjectService
 BusinessObjectService SimplePropositionEditNode.getBoService()
           
 BusinessObjectService TermSpecificationMaintainable.getBoService()
           
 BusinessObjectService SimplePropositionNode.getBoService()
           
 BusinessObjectService TermMaintainable.getBoService()
           
 BusinessObjectService AgendaEditorMaintainable.getBoService()
           
 

Uses of BusinessObjectService in org.kuali.rice.location.impl.campus
 

Methods in org.kuali.rice.location.impl.campus with parameters of type BusinessObjectService
 void CampusServiceImpl.setBusinessObjectService(BusinessObjectService boService)
           
 

Uses of BusinessObjectService in org.kuali.rice.location.impl.country
 

Methods in org.kuali.rice.location.impl.country with parameters of type BusinessObjectService
 void CountryServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectServiceMockFor attribute value.
 

Uses of BusinessObjectService in org.kuali.rice.location.impl.county
 

Methods in org.kuali.rice.location.impl.county with parameters of type BusinessObjectService
 void CountyServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.location.impl.postalcode
 

Methods in org.kuali.rice.location.impl.postalcode with parameters of type BusinessObjectService
 void PostalCodeServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 

Uses of BusinessObjectService in org.kuali.rice.location.impl.state
 

Methods in org.kuali.rice.location.impl.state with parameters of type BusinessObjectService
 void StateServiceImpl.setBusinessObjectService(BusinessObjectService businessObjectService)
           
 



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