|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceInterfaceInContextEdit
In context edit handler. The implementations are responsible for dealing with in context edit actions.
Field Summary | |
---|---|
static String |
LUMIS_INTERFACE_IN_CONTEXT_EDIT_ATTRIBUTE_NAME
The interface instance in context edit attribute name; |
Method Summary | |
---|---|
String |
getInContextEditMenu(SessionConfig sessionConfig,
ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig,
String detailsLumItemId,
ITransaction transaction)
Returns in context edit menu XML string for the given service interface instance. |
String |
getInContextEditMenu(SessionConfig sessionConfig,
String itemId,
String sourcePageId,
ITransaction transaction)
Returns in context edit menu XML string for the given content (represented by a version's item id). |
String |
processInContextEditContent(ServiceContainerRenderRequest renderRequest,
ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig,
String outputHTML,
ITransaction transaction)
Process in context edit content related attributes. |
boolean |
removeInContextEditInterfaceInstance(SessionConfig sessionConfig,
IPortalMode portalMode,
ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig,
String html,
org.apache.wicket.util.string.AppendingStringBuffer sb,
String detailsLumItemId,
ITransaction transaction)
Removes in context editing interface instance related attributes if needed. |
Field Detail |
---|
static final String LUMIS_INTERFACE_IN_CONTEXT_EDIT_ATTRIBUTE_NAME
Method Detail |
---|
String getInContextEditMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, String detailsLumItemId, ITransaction transaction) throws PortalException
sessionConfig
- the session config.serviceInterfaceInstanceConfig
- the interface instance config.detailsLumItemId
- the lumItemId passed to the source page.transaction
- the transaction.
PortalException
String getInContextEditMenu(SessionConfig sessionConfig, String itemId, String sourcePageId, ITransaction transaction) throws PortalException
sessionConfig
- the session config.itemId
- the item id.sourcePageId
- the source page identifier.transaction
- the transaction.
PortalException
String processInContextEditContent(ServiceContainerRenderRequest renderRequest, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, String outputHTML, ITransaction transaction) throws PortalException
renderRequest
- the request.serviceInterfaceInstanceConfig
- the service interface instance.outputHTML
- the HTML to be processed.transaction
- the transaction.
PortalException
boolean removeInContextEditInterfaceInstance(SessionConfig sessionConfig, IPortalMode portalMode, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, String html, org.apache.wicket.util.string.AppendingStringBuffer sb, String detailsLumItemId, ITransaction transaction) throws PortalException
sessionConfig
- the session config.portalMode
- the portal mode.serviceInterfaceInstanceConfig
- the interface instance.html
- the HTML to be processed.sb
- the String Buffer to store processed version of HTML.detailsLumItemId
- the lumItemId passed to the details interface (if the
interface is details).transaction
- the transaction.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |