|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBusinessContextManagerSPI
Provides operations to manager the business context.
Method Summary | |
---|---|
IBusinessContextSPI |
getBusinessContext(HttpServletRequest request)
Get a businessContext previously built. |
IBusinessContextSPI |
getBusinessContext(IServiceInterfaceRequest request)
Get a businessContext previously built. |
void |
register(String id,
String name,
String xml)
Registers a new context |
void |
unregister(String id)
Deletes a selected context. |
void |
updateRegistration(String id,
String name,
String xml)
Updates a selected context. |
Method Detail |
---|
IBusinessContextSPI getBusinessContext(HttpServletRequest request)
request
-
IBusinessContextSPI getBusinessContext(IServiceInterfaceRequest request)
request
-
void register(String id, String name, String xml) throws PortalObjectAlreadyExistsException, PortalException
id
- context id.name
- context name.xml
- xml content.
PortalObjectAlreadyExistsException
- if some context already exists with the same id.
PortalException
void updateRegistration(String id, String name, String xml) throws PortalObjectNotFoundException, PortalException
id
- context id.name
- context name.xml
- xml content.
PortalObjectNotFoundException
- if the context was not found.
PortalException
void unregister(String id) throws PortalObjectNotFoundException, PortalException
id
- context id.
PortalObjectNotFoundException
- if the context was not found.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |