Class BGTableInfoBase
java.lang.Object
ru.bitel.bgbilling.kernel.table.server.bean.BGTableInfoBase
- All Implemented Interfaces:
BGTableInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected BGUTableRowValue
getComment
(String comment) protected BGUTableRowValue
getDateTime
(String name, Date value) protected BGUTableRowValue
getDateTime
(String name, Date value, String dateFormat) protected BGUTableRowValue
getId
(int id) getPage()
protected BGUTableRowValue
protected BGUTableRowValue
getUserName
(Directory<UserInfo> directory, int userId) ru.bitel.bgbilling.kernel.table.common.dto.TableDto
protected List<BGUTableRowValue>
toValueList
(Object object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.bitel.bgbilling.kernel.table.server.bean.BGTableInfo
getRows
-
Field Details
-
page
-
columns
-
-
Constructor Details
-
BGTableInfoBase
public BGTableInfoBase()
-
-
Method Details
-
getColumns
- Specified by:
getColumns
in interfaceBGTableInfo
- Throws:
ru.bitel.bgbilling.common.BGException
-
getPage
- Specified by:
getPage
in interfaceBGTableInfo
-
toValueList
protected List<BGUTableRowValue> toValueList(Object object) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getUserName
protected BGUTableRowValue getUserName(Directory<UserInfo> directory, int userId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getId
-
getPeriod
-
getComment
-
getDateTime
-
getDateTime
-
toTableDto
public ru.bitel.bgbilling.kernel.table.common.dto.TableDto toTableDto()- Specified by:
toTableDto
in interfaceBGTableInfo
-