@Portable public class SocialPaged extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SocialPaged.Direction |
Constructor and Description |
---|
SocialPaged() |
SocialPaged(int pageSize) |
SocialPaged(SocialPaged socialPaged) |
Modifier and Type | Method and Description |
---|---|
void |
backward() |
boolean |
canIGoBackward() |
boolean |
canIGoForward() |
boolean |
firstFileRead() |
void |
forward() |
int |
freshIndex() |
SocialPaged |
getLastQuery() |
String |
getNextFileToRead() |
int |
getPageSize() |
SocialPaged |
goBackToLastQuery() |
boolean |
isANewQuery() |
boolean |
isBackward() |
boolean |
isLastEventFromLastFile() |
int |
lastFileIndex() |
String |
lastFileReaded() |
void |
setCanIGoForward(boolean canIGoForward) |
void |
setLastFileReaded(String lastFileReaded) |
void |
setLastQuery(SocialPaged socialPaged) |
void |
setNumberOfEventsOnFile(Integer numberOfEventsOnFile) |
void |
updateFreshIndex() |
void |
updateLastFileIndex() |
public SocialPaged()
public SocialPaged(int pageSize)
public SocialPaged(SocialPaged socialPaged)
public int getPageSize()
public void updateFreshIndex()
public void updateLastFileIndex()
public int freshIndex()
public int lastFileIndex()
public String lastFileReaded()
public boolean firstFileRead()
public void setLastFileReaded(String lastFileReaded)
public boolean isANewQuery()
public String getNextFileToRead()
public boolean canIGoForward()
public void setCanIGoForward(boolean canIGoForward)
public boolean canIGoBackward()
public void forward()
public void backward()
public boolean isBackward()
public SocialPaged getLastQuery()
public void setLastQuery(SocialPaged socialPaged)
public SocialPaged goBackToLastQuery()
public boolean isLastEventFromLastFile()
public void setNumberOfEventsOnFile(Integer numberOfEventsOnFile)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.