|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditionServiceHome
Portal service interface of the EditionService. An instance can be obtained as follows:
Context ctx = new InitialContext(); EditionServiceHome myHome = (EditionServiceHome) ctx.lookup(EditionServiceHome.JNDI_NAME);
| Field Summary | |
|---|---|
static java.lang.String |
JNDI_NAME
The JNDI name used to bind the EditionServiceHome. |
| Method Summary | |
|---|---|
EditionService |
getEditionService(HttpServletRequest request,
HttpServletResponse response)
Gets an instance of the EditionService. |
EditionService |
getEditionService(HttpServletRequest request,
HttpServletResponse response,
Workspace workspace)
Gets an instance of the EditionService. |
| Field Detail |
|---|
static final java.lang.String JNDI_NAME
EditionServiceHome.
| Method Detail |
|---|
EditionService getEditionService(HttpServletRequest request,
HttpServletResponse response)
throws EditionServiceNotAvailableException
EditionService.
request - HttpServletRequestresponse - HttpServletResponse
EditionService
EditionServiceNotAvailableException
EditionService getEditionService(HttpServletRequest request,
HttpServletResponse response,
Workspace workspace)
throws EditionServiceNotAvailableException
EditionService.
request - HttpServletRequestresponse - HttpServletResponseworkspace - WCM workspace to be used by the service.
EditionService
EditionServiceNotAvailableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||