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 Pageprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BGTableInfoBaseaddAttribute(String key, String value) protected voidaddAttributes(String[][] attributes) List<ru.bitel.bgbilling.common.model.KeyValue>protected BGUTableRowValuegetComment(String comment) protected ru.bitel.bgbilling.kernel.container.managed.ServerContextprotected BGUTableRowValueprotected BGUTableRowValuegetDateTime(String name, Date value) protected BGUTableRowValuegetDateTime(String name, Date value, String dateFormat) protected BGUTableRowValuegetDecimal(String name, BigDecimal value) protected BGUTableRowValuegetId(int id) getPage()protected BGUTableRowValueprotected BGUTableRowValuegetUserName(Directory<UserInfo> directory, int userId) voidsetUserId(int userId) ru.bitel.bgbilling.kernel.table.common.dto.TableDtoprotected List<BGUTableRowValue>toValueList(Object object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
setUserIdin interfaceBGTableInfo
-
getColumns
- Specified by:
getColumnsin interfaceBGTableInfo- Throws:
Exception
-
getPage
- Specified by:
getPagein interfaceBGTableInfo
-
getAttributes
- Specified by:
getAttributesin 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:
toTableDtoin interfaceBGTableInfo
-
getContext
protected ru.bitel.bgbilling.kernel.container.managed.ServerContext getContext()
-