Menu

ViewUtil

Barry Goodsell

ViewUtil

Package [com.oaframework.toolkit.common.util]

clearQuery()

Removes all cached Rows from the supplied View Object.

getAttributeArray()

Returns an Array of Objects that represents a "vertical" slice of data from a VO, ie: all the data for a given Attribute across all records.

getNumberAttributeArray()

Returns a [oracle.jbo.domain.Number] Array that represents a "vertical" slice of data from a VO.

getStringAttributeArray()

Returns a [java.lang.String] Array that represents a "vertical" slice of data from a VO.

getDateAttributeArray()

Returns a [oracle.jbo.domain.Date] Array that represents a "vertical" slice of data from a VO.


Related

Wiki: com.oaframework.toolkit.common.util