org.kuali.rice.krms.impl.repository
Class ContextRepositoryServiceImpl

java.lang.Object
  extended by org.kuali.rice.krms.impl.repository.ContextRepositoryServiceImpl
All Implemented Interfaces:
ContextRepositoryService

public final class ContextRepositoryServiceImpl
extends Object
implements ContextRepositoryService


Constructor Summary
ContextRepositoryServiceImpl()
           
 
Method Summary
 void createContext(ContextDefinition context)
          This overridden method ...
 ContextDefinition getContextByContextId(String contextId)
          This overridden method ...
 ContextDefinition getContextByNameAndNamespace(String name, String namespace)
          This overridden method ...
 void setBusinessObjectService(BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void updateContext(ContextDefinition context)
          This overridden method ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextRepositoryServiceImpl

public ContextRepositoryServiceImpl()
Method Detail

createContext

public void createContext(ContextDefinition context)
This overridden method ...

Specified by:
createContext in interface ContextRepositoryService
See Also:
ContextRepositoryService.createContext(org.kuali.rice.krms.api.repository.ContextDefinition)

updateContext

public void updateContext(ContextDefinition context)
This overridden method ...

Specified by:
updateContext in interface ContextRepositoryService
See Also:
ContextRepositoryService.updateContext(org.kuali.rice.krms.api.repository.ContextDefinition)

getContextByContextId

public ContextDefinition getContextByContextId(String contextId)
This overridden method ...

Specified by:
getContextByContextId in interface ContextRepositoryService
See Also:
org.kuali.rice.krms.impl.repository.ContextRepositoryService#getContextsByRuleId(java.lang.String)

getContextByNameAndNamespace

public ContextDefinition getContextByNameAndNamespace(String name,
                                                      String namespace)
This overridden method ...

Specified by:
getContextByNameAndNamespace in interface ContextRepositoryService
See Also:
ContextRepositoryService.getContextByNameAndNamespace(java.lang.String, java.lang.String)

setBusinessObjectService

public void setBusinessObjectService(BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.

Parameters:
businessObjectService - The businessObjectService to set.


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