Class TransitionTargetPageStateServiceFacade
java.lang.Object
org.onehippo.forge.pageflow.cms.editor.field.TransitionTargetPageStateServiceFacade
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
,org.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>
,org.onehippo.forge.exdocpicker.api.ExternalDocumentSearchService<PageStateInfo>
,org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceFacade<PageStateInfo>
,org.onehippo.forge.exdocpicker.api.ExternalDocumentTreeService<PageStateInfo>
public class TransitionTargetPageStateServiceFacade
extends Object
implements org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceFacade<PageStateInfo>
ExternalDocumentServiceFacade
implementation to retrieve/select Page Flow Transition Target Page State.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDocumentDescription
(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) getDocumentIconLink
(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) getDocumentTitle
(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo>
getFieldExternalDocuments
(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context) org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo>
searchExternalDocuments
(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, String queryString) void
setFieldExternalDocuments
(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> pageStates) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService
isDocumentSelectable
Methods inherited from interface org.onehippo.forge.exdocpicker.api.ExternalDocumentTreeService
getChildren, getParent, hasChildren
-
Constructor Details
-
TransitionTargetPageStateServiceFacade
public TransitionTargetPageStateServiceFacade()
-
-
Method Details
-
searchExternalDocuments
public org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> searchExternalDocuments(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, String queryString) - Specified by:
searchExternalDocuments
in interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentSearchService<PageStateInfo>
-
getFieldExternalDocuments
public org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> getFieldExternalDocuments(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context) - Specified by:
getFieldExternalDocuments
in interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>
-
setFieldExternalDocuments
public void setFieldExternalDocuments(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, org.onehippo.forge.exdocpicker.api.ExternalDocumentCollection<PageStateInfo> pageStates) - Specified by:
setFieldExternalDocuments
in interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>
-
getDocumentDescription
public String getDocumentDescription(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) - Specified by:
getDocumentDescription
in interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
-
getDocumentIconLink
public String getDocumentIconLink(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) - Specified by:
getDocumentIconLink
in interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
-
getDocumentTitle
public String getDocumentTitle(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) - Specified by:
getDocumentTitle
in interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
-