Class PaginatedLogFileInfo
- java.lang.Object
-
- org.wso2.carbon.logging.view.ui.data.PaginatedLogFileInfo
-
- All Implemented Interfaces:
org.wso2.carbon.utils.Pageable
public class PaginatedLogFileInfo extends Object implements org.wso2.carbon.utils.Pageable
Bean for paginated Logging Information
-
-
Constructor Summary
Constructors Constructor Description PaginatedLogFileInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogFileInfo[]
getLogFileInfo()
int
getNumberOfPages()
<T> void
set(List<T> items)
void
setLogFileInfo(LogFileInfo[] logFileInfo)
void
setNumberOfPages(int numberOfPages)
-
-
-
Method Detail
-
getNumberOfPages
public int getNumberOfPages()
- Specified by:
getNumberOfPages
in interfaceorg.wso2.carbon.utils.Pageable
-
setNumberOfPages
public void setNumberOfPages(int numberOfPages)
- Specified by:
setNumberOfPages
in interfaceorg.wso2.carbon.utils.Pageable
-
getLogFileInfo
public LogFileInfo[] getLogFileInfo()
-
setLogFileInfo
public void setLogFileInfo(LogFileInfo[] logFileInfo)
-
set
public <T> void set(List<T> items)
- Specified by:
set
in interfaceorg.wso2.carbon.utils.Pageable
-
-