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

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

public final class ContextBoServiceImpl
extends Object
implements ContextBoService

This is the interface for accessing KRMS repository Context related business objects.

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

Constructor Summary
ContextBoServiceImpl()
           
 
Method Summary
 ContextDefinition createContext(ContextDefinition context)
          This method will create a ContextDefinition as described by the parameter passed in.
 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 method updates an existing Context in the repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextBoServiceImpl

public ContextBoServiceImpl()
Method Detail

createContext

public ContextDefinition createContext(ContextDefinition context)
This method will create a ContextDefinition as described by the parameter passed in.

Specified by:
createContext in interface ContextBoService
Parameters:
context - The Context to create
See Also:
ContextBoService.createContext(org.kuali.rice.krms.api.repository.context.ContextDefinition)

updateContext

public void updateContext(ContextDefinition context)
This method updates an existing Context in the repository.

Specified by:
updateContext in interface ContextBoService
Parameters:
context - The Context to update

getContextByContextId

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

Specified by:
getContextByContextId in interface ContextBoService
Parameters:
contextId - the id of the Context to retrieve
Returns:
an ContextDefinition identified by the given contextId. A null reference is returned if an invalid or non-existent id is supplied.

getContextByNameAndNamespace

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

Specified by:
getContextByNameAndNamespace in interface ContextBoService
Parameters:
name - the name of the Context to retrieve.
namespace - the namespace that the context is under.
Returns:
an ContextDefinition identified by the given name and namespace. A null reference is returned if an invalid or non-existent name and namespace combination is supplied.

setBusinessObjectService

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

Parameters:
businessObjectService - The businessObjectService to set.


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