mura.formBuilder

Class datasetBean

lucee.Component
    extended by mura.cfobject
      extended by mura.formBuilder.datasetBean

This provides dataSetBean functionality

Class Attributes:
  • output : false
  •  
  • displayname : DatasetBean
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    Array DataRecordOrder


    • access = public
    • returntype = any
    true yes
    Struct DataRecords


    • access = public
    • returntype = any
    true yes
    uuid DatasetID


    • access = public
    • maxlength = 35
    • returntype = any
    true yes
    date DateCreate


    • access = public
    • returntype = any
    true yes
    date DateLastUpdate


    • access = public
    • returntype = any
    true yes
    string DefaultID


    • access = public
    • maxlength = 35
    • returntype = any
    true no
    Struct DeletedRecords


    • access = public
    • returntype = any
    true no
    boolean IsActive


    • access = public
    • returntype = any
    1 true yes
    boolean IsGlobal


    • access = public
    • returntype = any
    0 true yes
    boolean IsLocked


    • access = public
    • returntype = any
    0 true yes
    boolean IsSortChanged


    • access = public
    • returntype = any
    0 true yes
    boolean IsSorted


    • access = public
    • returntype = any
    0 true yes
    Struct Model


    • access = public
    • returntype = any
    true yes
    string Name


    • access = public
    • maxlength = 150
    • returntype = any
    true false
    uuid ParentID


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    string RemoteID


    • access = public
    • maxlength = 35
    • returntype = any
    true false
    string SiteID


    • access = public
    • maxlength = 25
    • returntype = any
    true yes
    string SortColumn


    • access = public
    • maxlength = 12
    • returntype = any
    orderby true yes
    string SortDirection


    • access = public
    • maxlength = 4
    • returntype = any
    asc true yes
    string SortType


    • access = public
    • maxlength = 10
    • returntype = any
    true false
    string Source


    • access = public
    • maxlength = 250
    • returntype = any
    true false
    string SourceType


    • access = public
    • maxlength = 50
    • returntype = any
    true false
    Constructor Summary
    init([uuid DatasetID='[runtime expression]'], [string ParentID=''], [string Name=''], [string SortColumn='orderby'], [string SortDirection='asc'], [string SortType=''], [boolean IsGlobal='0'], [boolean IsSorted='0'], [boolean IsLocked='0'], [boolean IsActive='1'], [string SourceType=''], [string Source=''], [string DefaultID=''], [string SiteID=''], [string RemoteID=''], [string DateCreate=''], [string DateLastUpdate=''], [Struct Model='[runtime expression]'], [Struct DataRecords='[runtime expression]'], [Array DataRecordOrder='[runtime expression]'], [boolean IsSortChanged='0'], [Struct DeletedRecords='[runtime expression]'])
    Method Summary
    struct getAllValues()
    any getDataRecord(struct DataRecordID)
    array getDataRecordOrder()
    struct getDataRecords()
    uuid getDatasetID()
    any getDateCreate()
    any getDateLastUpdate()
    any getDefaultID()
    struct getDeletedRecords()
    boolean getIsActive()
    boolean getIsGlobal()
    boolean getIsLocked()
    boolean getIsSortChanged()
    boolean getIsSorted()
    struct getModel()
    any getName()
    any getParentID()
    any getRemoteID()
    any getSiteID()
    any getSortColumn()
    any getSortDirection()
    any getSortType()
    any getSource()
    any getSourceType()
    datasetBean setAllValues(struct AllValues)
    any setDataRecordOrder(Array DataRecordOrder)
    any setDataRecords(struct DataRecords)
    any setDatasetID(uuid DatasetID)
    any setDateCreate(string DateCreate)
    any setDateLastUpdate(string DateLastUpdate)
    any setDefaultID(string DefaultID)
    any setDeletedRecords(struct DeletedRecords)
    any setIsActive(boolean IsActive)
    any setIsGlobal(boolean IsGlobal)
    any setIsLocked(boolean IsLocked)
    any setIsSortChanged(boolean IsSortChanged)
    any setIsSorted(boolean IsSorted)
    any setModel(Struct Model)
    any setName(string Name)
    any setParentID(string ParentID)
    any setRemoteID(string RemoteID)
    any setSiteID(string SiteID)
    any setSortColumn(string SortColumn)
    any setSortDirection(string SortDirection)
    any setSortType(string SortType)
    any setSource(string Source)
    any setSourceType(string SourceType)
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([uuid DatasetID='[runtime expression]'], [string ParentID=''], [string Name=''], [string SortColumn='orderby'], [string SortDirection='asc'], [string SortType=''], [boolean IsGlobal='0'], [boolean IsSorted='0'], [boolean IsLocked='0'], [boolean IsActive='1'], [string SourceType=''], [string Source=''], [string DefaultID=''], [string SiteID=''], [string RemoteID=''], [string DateCreate=''], [string DateLastUpdate=''], [Struct Model='[runtime expression]'], [Struct DataRecords='[runtime expression]'], [Array DataRecordOrder='[runtime expression]'], [boolean IsSortChanged='0'], [Struct DeletedRecords='[runtime expression]'])

    Parameters:
    DatasetID
    ParentID
    Name
    SortColumn
    SortDirection
    SortType
    IsGlobal
    IsSorted
    IsLocked
    IsActive
    SourceType
    Source
    DefaultID
    SiteID
    RemoteID
    DateCreate
    DateLastUpdate
    Model
    DataRecords
    DataRecordOrder
    IsSortChanged
    DeletedRecords

    Property Detail

    DataRecordOrder

    property Array DataRecordOrder

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    DataRecords

    property Struct DataRecords

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    DatasetID

    property uuid DatasetID

    Attributes:
    access - public
    required - yes
    maxlength - 35
    returntype - any
    serializable - true

    DateCreate

    property date DateCreate

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    DateLastUpdate

    property date DateLastUpdate

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    DefaultID

    property string DefaultID

    Attributes:
    access - public
    required - no
    maxlength - 35
    returntype - any
    serializable - true

    DeletedRecords

    property Struct DeletedRecords

    Attributes:
    access - public
    required - no
    returntype - any
    serializable - true

    IsActive

    property boolean IsActive = [1]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsGlobal

    property boolean IsGlobal = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsLocked

    property boolean IsLocked = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsSortChanged

    property boolean IsSortChanged = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    IsSorted

    property boolean IsSorted = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Model

    property Struct Model

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    Name

    property string Name

    Attributes:
    access - public
    required - false
    maxlength - 150
    returntype - any
    serializable - true

    ParentID

    property uuid ParentID

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    RemoteID

    property string RemoteID

    Attributes:
    access - public
    required - false
    maxlength - 35
    returntype - any
    serializable - true

    SiteID

    property string SiteID

    Attributes:
    access - public
    required - yes
    maxlength - 25
    returntype - any
    serializable - true

    SortColumn

    property string SortColumn = [orderby]

    Attributes:
    access - public
    required - yes
    maxlength - 12
    returntype - any
    serializable - true

    SortDirection

    property string SortDirection = [asc]

    Attributes:
    access - public
    required - yes
    maxlength - 4
    returntype - any
    serializable - true

    SortType

    property string SortType

    Attributes:
    access - public
    required - false
    maxlength - 10
    returntype - any
    serializable - true

    Source

    property string Source

    Attributes:
    access - public
    required - false
    maxlength - 250
    returntype - any
    serializable - true

    SourceType

    property string SourceType

    Attributes:
    access - public
    required - false
    maxlength - 50
    returntype - any
    serializable - true

    Method Detail

    getAllValues

    public struct getAllValues()


    getDataRecord

    public any getDataRecord(struct DataRecordID)

    Parameters:
    DataRecordID

    getDataRecordOrder

    public array getDataRecordOrder()


    getDataRecords

    public struct getDataRecords()


    getDatasetID

    public uuid getDatasetID()


    getDateCreate

    public any getDateCreate()


    getDateLastUpdate

    public any getDateLastUpdate()


    getDefaultID

    public any getDefaultID()


    getDeletedRecords

    public struct getDeletedRecords()


    getIsActive

    public boolean getIsActive()


    getIsGlobal

    public boolean getIsGlobal()


    getIsLocked

    public boolean getIsLocked()


    getIsSortChanged

    public boolean getIsSortChanged()


    getIsSorted

    public boolean getIsSorted()


    getModel

    public struct getModel()


    getName

    public any getName()


    getParentID

    public any getParentID()


    getRemoteID

    public any getRemoteID()


    getSiteID

    public any getSiteID()


    getSortColumn

    public any getSortColumn()


    getSortDirection

    public any getSortDirection()


    getSortType

    public any getSortType()


    getSource

    public any getSource()


    getSourceType

    public any getSourceType()


    setAllValues

    public datasetBean setAllValues(struct AllValues)

    Parameters:
    AllValues

    setDataRecordOrder

    public any setDataRecordOrder(Array DataRecordOrder)

    Parameters:
    DataRecordOrder

    setDataRecords

    public any setDataRecords(struct DataRecords)

    Parameters:
    DataRecords

    setDatasetID

    public any setDatasetID(uuid DatasetID)

    Parameters:
    DatasetID

    setDateCreate

    public any setDateCreate(string DateCreate)

    Parameters:
    DateCreate

    setDateLastUpdate

    public any setDateLastUpdate(string DateLastUpdate)

    Parameters:
    DateLastUpdate

    setDefaultID

    public any setDefaultID(string DefaultID)

    Parameters:
    DefaultID

    setDeletedRecords

    public any setDeletedRecords(struct DeletedRecords)

    Parameters:
    DeletedRecords

    setIsActive

    public any setIsActive(boolean IsActive)

    Parameters:
    IsActive

    setIsGlobal

    public any setIsGlobal(boolean IsGlobal)

    Parameters:
    IsGlobal

    setIsLocked

    public any setIsLocked(boolean IsLocked)

    Parameters:
    IsLocked

    setIsSortChanged

    public any setIsSortChanged(boolean IsSortChanged)

    Parameters:
    IsSortChanged

    setIsSorted

    public any setIsSorted(boolean IsSorted)

    Parameters:
    IsSorted

    setModel

    public any setModel(Struct Model)

    Parameters:
    Model

    setName

    public any setName(string Name)

    Parameters:
    Name

    setParentID

    public any setParentID(string ParentID)

    Parameters:
    ParentID

    setRemoteID

    public any setRemoteID(string RemoteID)

    Parameters:
    RemoteID

    setSiteID

    public any setSiteID(string SiteID)

    Parameters:
    SiteID

    setSortColumn

    public any setSortColumn(string SortColumn)

    Parameters:
    SortColumn

    setSortDirection

    public any setSortDirection(string SortDirection)

    Parameters:
    SortDirection

    setSortType

    public any setSortType(string SortType)

    Parameters:
    SortType

    setSource

    public any setSource(string Source)

    Parameters:
    Source

    setSourceType

    public any setSourceType(string SourceType)

    Parameters:
    SourceType