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
Constructors -
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) voidsetFieldExternalDocuments(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, waitMethods inherited from interface org.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService
isDocumentSelectableMethods 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:
searchExternalDocumentsin 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:
getFieldExternalDocumentsin 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:
setFieldExternalDocumentsin interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentFieldService<PageStateInfo>
-
getDocumentDescription
public String getDocumentDescription(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) - Specified by:
getDocumentDescriptionin interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
-
getDocumentIconLink
public String getDocumentIconLink(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) - Specified by:
getDocumentIconLinkin interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
-
getDocumentTitle
public String getDocumentTitle(org.onehippo.forge.exdocpicker.api.ExternalDocumentServiceContext context, PageStateInfo pageState, Locale locale) - Specified by:
getDocumentTitlein interfaceorg.onehippo.forge.exdocpicker.api.ExternalDocumentDisplayService<PageStateInfo>
-