public class SchedulerPager extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
available |
String |
crawler |
String |
createdBy |
String |
createdTime |
String |
cronExpression |
static int |
DEFAULT_CURRENT_PAGE_NUMBER |
static int |
DEFAULT_PAGE_SIZE |
String |
id |
String |
jobLogging |
String |
name |
String |
scriptType |
String |
sortOrder |
String |
target |
String |
versionNo |
| Constructor and Description |
|---|
SchedulerPager() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getAllPageCount() |
int |
getAllRecordCount() |
int |
getCurrentPageNumber() |
protected int |
getDefaultCurrentPageNumber() |
protected int |
getDefaultPageSize() |
List<Integer> |
getPageNumberList() |
int |
getPageSize() |
boolean |
isExistNextPage() |
boolean |
isExistPrePage() |
void |
setAllPageCount(int allPageCount) |
void |
setAllRecordCount(int allRecordCount) |
void |
setCurrentPageNumber(int currentPageNumber) |
void |
setExistNextPage(boolean existNextPage) |
void |
setExistPrePage(boolean existPrePage) |
void |
setPageNumberList(List<Integer> pageNumberList) |
void |
setPageSize(int pageSize) |
public static final int DEFAULT_PAGE_SIZE
public static final int DEFAULT_CURRENT_PAGE_NUMBER
public String id
public String name
public String target
public String cronExpression
public String scriptType
public String crawler
public String jobLogging
public String available
public String sortOrder
public String createdBy
public String createdTime
public String versionNo
public void clear()
protected int getDefaultCurrentPageNumber()
public int getAllRecordCount()
public void setAllRecordCount(int allRecordCount)
public int getAllPageCount()
public void setAllPageCount(int allPageCount)
public boolean isExistPrePage()
public void setExistPrePage(boolean existPrePage)
public boolean isExistNextPage()
public void setExistNextPage(boolean existNextPage)
public int getPageSize()
public void setPageSize(int pageSize)
public int getCurrentPageNumber()
public void setCurrentPageNumber(int currentPageNumber)
protected int getDefaultPageSize()
Copyright © 2009–2017 CodeLibs. All rights reserved.