|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krms.impl.repository.ContextBoServiceImpl
public final class ContextBoServiceImpl
This is the interface for accessing KRMS repository Context related business objects.
Field Summary | |
---|---|
private BusinessObjectService |
businessObjectService
|
Constructor Summary | |
---|---|
ContextBoServiceImpl()
|
Method Summary | |
---|---|
ContextDefinition |
createContext(ContextDefinition context)
This method will create a ContextDefintion 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 |
Field Detail |
---|
private BusinessObjectService businessObjectService
Constructor Detail |
---|
public ContextBoServiceImpl()
Method Detail |
---|
public ContextDefinition createContext(ContextDefinition context)
ContextDefintion
as described
by the parameter passed in.
createContext
in interface ContextBoService
context
- The Context to createContextBoService.createContext(org.kuali.rice.krms.api.repository.context.ContextDefinition)
public void updateContext(ContextDefinition context)
updateContext
in interface ContextBoService
context
- The Context to updateContextBoService.updateContext(org.kuali.rice.krms.api.repository.context.ContextDefinition)
public ContextDefinition getContextByContextId(String contextId)
getContextByContextId
in interface ContextBoService
contextId
- the id of the Context to retrieve
ContextDefinition
identified by the given contextId.
A null reference is returned if an invalid or non-existent id is supplied.org.kuali.rice.krms.impl.repository.ContextBoService#getContextsByRuleId(java.lang.String)
public ContextDefinition getContextByNameAndNamespace(String name, String namespace)
getContextByNameAndNamespace
in interface ContextBoService
name
- the name of the Context to retrieve.namespace
- the namespace that the context is under.
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.ContextBoService.getContextByNameAndNamespace(java.lang.String, java.lang.String)
public void setBusinessObjectService(BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |