Difference between revisions of "CEData 1 0"
From ADF Docs
Line 7: | Line 7: | ||
:type = singleton | :type = singleton | ||
− | == Functions == | + | == Functions == |
+ | :[[CEData_1_0-arrayOfCEDataSort|arrayOfCEDataSort]] | ||
− | + | ||
+ | :[[CEData_1_0-compareCEDataArray|compareCEDataArray]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-containsFieldType|containsFieldType]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-defaultFieldStruct|defaultFieldStruct]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-deleteByElementName|deleteByElementName]] | ||
+ | ::Delete the Custom Element records from the data_fieldvalue table given a Custom Element name | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-deleteCacheInstances|deleteCacheInstances]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-deleteCE|deleteCE]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-diffCEDataArray|diffCEDataArray]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-elementExists|elementExists]] | ||
+ | ::Determines whether or not an element exists | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getAllCustomElements|getAllCustomElements]] | ||
+ | ::Returns all the Custom Elements for the site. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCEData|getCEData]] | ||
+ | ::Returns array of structs for all data matching the Custom Element. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCEDataByFieldID|getCEDataByFieldID]] | ||
+ | ::Returns Custom Element Data records for a given FieldID | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCEDataField|getCEDataField]] | ||
+ | ::Returns the single field data value for the custom element record. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCEDataFieldUUID|getCEDataFieldUUID]] | ||
+ | ::Returns the single field data value by the custom element UUID data value. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCEFieldValues|getCEFieldValues]] | ||
+ | ::Returns all values for a particular field in a particular custom element. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCEForCategory|getCEForCategory]] | ||
+ | ::Returns a query of the CE's name and form ID that are in the Category argument. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCENameByFormID|getCENameByFormID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getCountForElementField|getCountForElementField]] | ||
+ | :: | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getDataFieldValueByPageID|getDataFieldValueByPageID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getElementFieldID|getElementFieldID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getElementFieldsByFormID|getElementFieldsByFormID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getElementInfoByPageID|getElementInfoByPageID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getElementInfoVersionsByPageID|getElementInfoVersionsByPageID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getElementVersionsForPageID|getElementVersionsForPageID]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getFieldIdsByType|getFieldIdsByType]] | ||
+ | ::Returns a list of fieldID's for a given Field Type | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getFormIDByCEName|getFormIDByCEName]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getFormIDFromPageID|getFormIDFromPageID]] | ||
+ | ::Returns the Form ID for the Page ID. | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-getPageIDForElement|getPageIDForElement]] | ||
+ | ::Returns Page ID Query in Data_FieldValue matching Form ID | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-invalidateElementCache|invalidateElementCache]] | ||
+ | |||
+ | |||
+ | :[[CEData_1_0-sortArrayByIDList|sortArrayByIDList]] |
Revision as of 03:22, 24 March 2010
Description
Custom Element Data functions for the ADF Library
Properties
- dependency = CSSecurity_1_0
- version = 1_0_0
- type = singleton
Functions
- deleteByElementName
- Delete the Custom Element records from the data_fieldvalue table given a Custom Element name
- elementExists
- Determines whether or not an element exists
- getAllCustomElements
- Returns all the Custom Elements for the site.
- getCEData
- Returns array of structs for all data matching the Custom Element.
- getCEDataByFieldID
- Returns Custom Element Data records for a given FieldID
- getCEDataField
- Returns the single field data value for the custom element record.
- getCEDataFieldUUID
- Returns the single field data value by the custom element UUID data value.
- getCEFieldValues
- Returns all values for a particular field in a particular custom element.
- getCEForCategory
- Returns a query of the CE's name and form ID that are in the Category argument.
- getFieldIdsByType
- Returns a list of fieldID's for a given Field Type
- getFormIDFromPageID
- Returns the Form ID for the Page ID.
- getPageIDForElement
- Returns Page ID Query in Data_FieldValue matching Form ID