Liferay 6.1.2-ce-ga3

com.liferay.portal.googleapps
Class GetNextItems

java.lang.Object
  extended by com.liferay.portal.googleapps.GetNextItems

public abstract class GetNextItems
extends Object


Constructor Summary
GetNextItems(String url, Element atomFeedElement)
           
 
Method Summary
abstract  void getNextItems(String nextURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNextItems

public GetNextItems(String url,
                    Element atomFeedElement)
             throws GoogleAppsException
Throws:
GoogleAppsException
Method Detail

getNextItems

public abstract void getNextItems(String nextURL)
                           throws GoogleAppsException
Throws:
GoogleAppsException

Liferay 6.1.2-ce-ga3