com.dotmarketing.viewtools
Class VideoGalleryWebApi

java.lang.Object
  extended by com.dotmarketing.viewtools.VideoGalleryWebApi
All Implemented Interfaces:
org.apache.velocity.tools.view.tools.ViewTool

public class VideoGalleryWebApi
extends java.lang.Object
implements org.apache.velocity.tools.view.tools.ViewTool


Constructor Summary
VideoGalleryWebApi()
           
 
Method Summary
 java.util.List<IFileAsset> getVideoGalleryByPath(java.lang.String folderPath, Host host)
           
 java.util.List<IFileAsset> getVideoGalleryByPath(java.lang.String folderPath, long hostId)
          Deprecated. 
 java.util.List<IFileAsset> getVideoGalleryByPath(java.lang.String folderPath, java.lang.String hostId)
           
 java.util.List<IFileAsset> getVideoImages(java.lang.String videoURI, long hostId)
          Deprecated. 
 java.util.List<IFileAsset> getVideoImages(java.lang.String videoURI, java.lang.String hostId)
           
 void init(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoGalleryWebApi

public VideoGalleryWebApi()
Method Detail

init

public void init(java.lang.Object obj)
Specified by:
init in interface org.apache.velocity.tools.view.tools.ViewTool

getVideoGalleryByPath

public java.util.List<IFileAsset> getVideoGalleryByPath(java.lang.String folderPath,
                                                        Host host)

getVideoGalleryByPath

@Deprecated
public java.util.List<IFileAsset> getVideoGalleryByPath(java.lang.String folderPath,
                                                                   long hostId)
Deprecated. 


getVideoGalleryByPath

public java.util.List<IFileAsset> getVideoGalleryByPath(java.lang.String folderPath,
                                                        java.lang.String hostId)

getVideoImages

@Deprecated
public java.util.List<IFileAsset> getVideoImages(java.lang.String videoURI,
                                                            long hostId)
Deprecated. 


getVideoImages

public java.util.List<IFileAsset> getVideoImages(java.lang.String videoURI,
                                                 java.lang.String hostId)


Copyright © 2013 dotCMS Inc. All Rights Reserved.