Difference between revisions of "Utils 1 0"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
:type = singleton
 
:type = singleton
  
== Functions ==
+
== Functions ==  
 +
:[[Utils_1_0-abort|abort]]
  
Functions
+
 
 +
:[[Utils_1_0-buildPagination|buildPagination]]
 +
 
 +
 
 +
:[[Utils_1_0-bulkLogAppend|bulkLogAppend]]
 +
::Takes an array of log writes and calls log append with each write
 +
 
 +
 
 +
:[[Utils_1_0-createUniqueFileName|createUniqueFileName]]
 +
 
 +
 
 +
:[[Utils_1_0-deleteScheduledTask|deleteScheduledTask]]
 +
 
 +
 
 +
:[[Utils_1_0-directoryFiles|directoryFiles]]
 +
::Returns the files for the directory.
 +
 
 +
 
 +
:[[Utils_1_0-doDump|doDump]]
 +
::ColdFusion dump of the variable argument.
 +
 
 +
 
 +
:[[Utils_1_0-exit|exit]]
 +
 
 +
 
 +
:[[Utils_1_0-fieldTypeIsList|fieldTypeIsList]]
 +
::Determines if the field type is a 'list' field type
 +
 
 +
 
 +
:[[Utils_1_0-filterDirectoryQueryByType|filterDirectoryQueryByType]]
 +
::Filters the query to find the CFC file name.
 +
 
 +
 
 +
:[[Utils_1_0-getFieldTypes|getFieldTypes]]
 +
::Returns back the details for any custom field type that is currently a list
 +
 
 +
 
 +
:[[Utils_1_0-HTMLSafeFormattedTextBox|HTMLSafeFormattedTextBox]]
 +
 
 +
 
 +
:[[Utils_1_0-ListRandomElements|ListRandomElements]]
 +
::Returns specified number of random list elements without repeats.
 +
 
 +
 
 +
:[[Utils_1_0-logAppend|logAppend]]
 +
 
 +
 
 +
:[[Utils_1_0-scriptExists|scriptExists]]
 +
::
 +
 
 +
 
 +
:[[Utils_1_0-setScheduledTask|setScheduledTask]]
 +
 
 +
 
 +
:[[Utils_1_0-unzipFile|unzipFile]]
 +
::
 +
 
 +
 
 +
:[[Utils_1_0-updateCustomFieldType|updateCustomFieldType]]
 +
::Updates a custom field type record
 +
 
 +
 
 +
:[[Utils_1_0-updateListItems|updateListItems]]
 +
::Given a fieldType update the fields that use that field type to have list items

Revision as of 04:05, 24 March 2010

Description

Util functions for the ADF Library

Properties

dependency = CEData_1_0
version = 1_0_0
type = singleton

Functions

abort


buildPagination


bulkLogAppend
Takes an array of log writes and calls log append with each write


createUniqueFileName


deleteScheduledTask


directoryFiles
Returns the files for the directory.


doDump
ColdFusion dump of the variable argument.


exit


fieldTypeIsList
Determines if the field type is a 'list' field type


filterDirectoryQueryByType
Filters the query to find the CFC file name.


getFieldTypes
Returns back the details for any custom field type that is currently a list


HTMLSafeFormattedTextBox


ListRandomElements
Returns specified number of random list elements without repeats.


logAppend


scriptExists


setScheduledTask


unzipFile


updateCustomFieldType
Updates a custom field type record


updateListItems
Given a fieldType update the fields that use that field type to have list items