Mura CMS 6.1

mura.formBuilder
Class datasetBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.formBuilder.datasetBean

public class datasetBean
extends cfobject

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()
 string getDateCreate()
 string getDateLastUpdate()
 string getDefaultID()
 struct getDeletedRecords()
 boolean getIsActive()
 boolean getIsGlobal()
 boolean getIsLocked()
 boolean getIsSortChanged()
 boolean getIsSorted()
 struct getModel()
 string getName()
 string getParentID()
 string getRemoteID()
 string getSiteID()
 string getSortColumn()
 string getSortDirection()
 string getSortType()
 string getSource()
 string getSourceType()
 datasetBean setAllValues(struct AllValues)
 void setDataRecordOrder(Array DataRecordOrder)
 void setDataRecords(struct DataRecords)
 void setDatasetID(uuid DatasetID)
 void setDateCreate(string DateCreate)
 void setDateLastUpdate(string DateLastUpdate)
 void setDefaultID(string DefaultID)
 void setDeletedRecords(struct DeletedRecords)
 void setIsActive(boolean IsActive)
 void setIsGlobal(boolean IsGlobal)
 void setIsLocked(boolean IsLocked)
 void setIsSortChanged(boolean IsSortChanged)
 void setIsSorted(boolean IsSorted)
 void setModel(Struct Model)
 void setName(string Name)
 void setParentID(string ParentID)
 void setRemoteID(string RemoteID)
 void setSiteID(string SiteID)
 void setSortColumn(string SortColumn)
 void setSortDirection(string SortDirection)
 void setSortType(string SortType)
 void setSource(string Source)
 void setSourceType(string SourceType)
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

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
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 string getDateCreate()


getDateLastUpdate

public string getDateLastUpdate()


getDefaultID

public string 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 string getName()


getParentID

public string getParentID()


getRemoteID

public string getRemoteID()


getSiteID

public string getSiteID()


getSortColumn

public string getSortColumn()


getSortDirection

public string getSortDirection()


getSortType

public string getSortType()


getSource

public string getSource()


getSourceType

public string getSourceType()


setAllValues

public datasetBean setAllValues(struct AllValues)

Parameters:
AllValues

setDataRecordOrder

public void setDataRecordOrder(Array DataRecordOrder)

Parameters:
DataRecordOrder

setDataRecords

public void setDataRecords(struct DataRecords)

Parameters:
DataRecords

setDatasetID

public void setDatasetID(uuid DatasetID)

Parameters:
DatasetID

setDateCreate

public void setDateCreate(string DateCreate)

Parameters:
DateCreate

setDateLastUpdate

public void setDateLastUpdate(string DateLastUpdate)

Parameters:
DateLastUpdate

setDefaultID

public void setDefaultID(string DefaultID)

Parameters:
DefaultID

setDeletedRecords

public void setDeletedRecords(struct DeletedRecords)

Parameters:
DeletedRecords

setIsActive

public void setIsActive(boolean IsActive)

Parameters:
IsActive

setIsGlobal

public void setIsGlobal(boolean IsGlobal)

Parameters:
IsGlobal

setIsLocked

public void setIsLocked(boolean IsLocked)

Parameters:
IsLocked

setIsSortChanged

public void setIsSortChanged(boolean IsSortChanged)

Parameters:
IsSortChanged

setIsSorted

public void setIsSorted(boolean IsSorted)

Parameters:
IsSorted

setModel

public void setModel(Struct Model)

Parameters:
Model

setName

public void setName(string Name)

Parameters:
Name

setParentID

public void setParentID(string ParentID)

Parameters:
ParentID

setRemoteID

public void setRemoteID(string RemoteID)

Parameters:
RemoteID

setSiteID

public void setSiteID(string SiteID)

Parameters:
SiteID

setSortColumn

public void setSortColumn(string SortColumn)

Parameters:
SortColumn

setSortDirection

public void setSortDirection(string SortDirection)

Parameters:
SortDirection

setSortType

public void setSortType(string SortType)

Parameters:
SortType

setSource

public void setSource(string Source)

Parameters:
Source

setSourceType

public void setSourceType(string SourceType)

Parameters:
SourceType

Mura CMS 6.1