Class BGTableInfoBase
java.lang.Object
ru.bitel.bgbilling.kernel.table.server.bean.BGTableInfoBase
- All Implemented Interfaces:
BGTableInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ru.bitel.bgbilling.common.model.KeyValue>
protected BGUTableColumn[]
protected Page
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BGTableInfoBase
addAttribute
(String key, String value) protected void
addAttributes
(String[][] attributes) List<ru.bitel.bgbilling.common.model.KeyValue>
protected BGUTableRowValue
getComment
(String comment) protected ru.bitel.bgbilling.kernel.container.managed.ServerContext
protected BGUTableRowValue
protected BGUTableRowValue
getDateTime
(String name, Date value) protected BGUTableRowValue
getDateTime
(String name, Date value, String dateFormat) protected BGUTableRowValue
getDecimal
(String name, BigDecimal value) protected BGUTableRowValue
getId
(int id) getPage()
protected BGUTableRowValue
protected BGUTableRowValue
getUserName
(Directory<UserInfo> directory, int userId) void
setUserId
(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
-
usetId
protected int usetId -
page
-
columns
-
attributes
-
-
Constructor Details
-
BGTableInfoBase
public BGTableInfoBase()
-
-
Method Details
-
setUserId
public void setUserId(int userId) - Specified by:
setUserId
in interfaceBGTableInfo
-
getColumns
- Specified by:
getColumns
in interfaceBGTableInfo
- Throws:
Exception
-
getPage
- Specified by:
getPage
in interfaceBGTableInfo
-
getAttributes
- Specified by:
getAttributes
in interfaceBGTableInfo
-
addAttribute
-
addAttributes
-
toValueList
- Throws:
Exception
-
getUserName
- Throws:
Exception
-
getId
-
getPeriod
-
getComment
-
getDateTime
-
getDate
-
getDecimal
-
getDateTime
-
toTableDto
public ru.bitel.bgbilling.kernel.table.common.dto.TableDto toTableDto()- Specified by:
toTableDto
in interfaceBGTableInfo
-
getContext
protected ru.bitel.bgbilling.kernel.container.managed.ServerContext getContext()
-