Difference between revisions of "Library"

From ADF Docs
Jump to: navigation, search
(CCAPI)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Ajax ==
+
__NOTOC__
[[AjaxService_1_0]]
 
  
 
== CCAPI ==
 
== CCAPI ==
 
[[CCAPI]]
 
[[CCAPI]]
 +
 +
Content Creation API component for working with the CCAPI.
  
 
[[CSContent_1_0]]
 
[[CSContent_1_0]]
 +
 +
Wrapper for the CCAPI ADF component for the populateContent CCAPI function.
  
 
[[CSPage_1_0]]
 
[[CSPage_1_0]]
 +
 +
Wrapper for the CCAPI ADF component for the createPage and deletePage CCAPI function.
  
 
[[CSSubsite_1_0]]
 
[[CSSubsite_1_0]]
 +
 +
Wrapper for the CCAPI ADF component for the createSubsite CCAPI function.  Additional function to build the subsites for a specific path.
  
 
[[CSUpload_1_0]]
 
[[CSUpload_1_0]]
 +
 +
Wrapper for the CCAPI ADF component for the uploadImage and uploadDocument CCAPI function.
 +
 +
== CEData ==
 +
[[CEData_1_0]]
 +
 +
Designed to work with Custom Element data records.  Functions exist to return custom element data records, filtering/sorting operations for custom element records, and functions to work directly with custom elements.
 +
 +
== CSData ==
 +
[[CSData_1_0]]
 +
 +
CommonSpot data component to connect with the CommonSpot site, subsite, page, metadata, uploaded files, and user data.
 +
 +
== CSSecurity ==
 +
[[CSSecurity_1_0]]
 +
 +
Security functions based on CommonSpot user roles and permissions for a CommonSpot site.
 +
 +
== Data ==
 +
[[Data_1_0]]
 +
 +
Data utility functions for sorting, filtering, and searching with simple and complex ColdFusion data types.  Specific ColdFusion functions that are not connected to CommonSpot data.
 +
 +
== Date ==
 +
[[Date_1_0]]
 +
 +
Date utility functions for working with ColdFusion date data types.  Functions contains operations for returning first/last day of the week, first/last day of the month, and formatting date for CommonSpot date format.
 +
 +
== Forms ==
 +
[[Forms_1_0]]
 +
 +
Designed to open add/edit/delete forms for custom elements and manipulating simple forms.
 +
 +
== Scheduler==
 +
[[Scheduler_1_0]]
 +
 +
A tool to schedule a series of processes to run as separate requests.
 +
 +
== Scripts ==
 +
[[Scripts_1_0]]
 +
 +
Tools to load third party JavaScripts scripts and ADF Lightbox framework into CommonSpot pages.  Provides function to load jquery, jquery UI, SWF Object, and many JavaScript functions. 
 +
 +
 +
[[ScriptsService_1_0]]
 +
 +
Service component for the Scripts to handle the monitoring of the loaded scripts.
 +
 +
== Taxonomy ==
 +
[[Taxonomy_1_0]]
 +
 +
Component to provide a layer for the CommonSpot Taxonomy API.  Easily create a taxonomy object for querying the CommonSpot sites taxonomy.
 +
 +
== Utils ==
 +
[[Utils_1_0]]
 +
 +
Utility functions for debugging, managing ColdFusion scheduled tasks, working with CommonSpot field types, and building pagination for rendering.

Latest revision as of 14:22, 27 September 2011


CCAPI

CCAPI

Content Creation API component for working with the CCAPI.

CSContent_1_0

Wrapper for the CCAPI ADF component for the populateContent CCAPI function.

CSPage_1_0

Wrapper for the CCAPI ADF component for the createPage and deletePage CCAPI function.

CSSubsite_1_0

Wrapper for the CCAPI ADF component for the createSubsite CCAPI function. Additional function to build the subsites for a specific path.

CSUpload_1_0

Wrapper for the CCAPI ADF component for the uploadImage and uploadDocument CCAPI function.

CEData

CEData_1_0

Designed to work with Custom Element data records. Functions exist to return custom element data records, filtering/sorting operations for custom element records, and functions to work directly with custom elements.

CSData

CSData_1_0

CommonSpot data component to connect with the CommonSpot site, subsite, page, metadata, uploaded files, and user data.

CSSecurity

CSSecurity_1_0

Security functions based on CommonSpot user roles and permissions for a CommonSpot site.

Data

Data_1_0

Data utility functions for sorting, filtering, and searching with simple and complex ColdFusion data types. Specific ColdFusion functions that are not connected to CommonSpot data.

Date

Date_1_0

Date utility functions for working with ColdFusion date data types. Functions contains operations for returning first/last day of the week, first/last day of the month, and formatting date for CommonSpot date format.

Forms

Forms_1_0

Designed to open add/edit/delete forms for custom elements and manipulating simple forms.

Scheduler

Scheduler_1_0

A tool to schedule a series of processes to run as separate requests.

Scripts

Scripts_1_0

Tools to load third party JavaScripts scripts and ADF Lightbox framework into CommonSpot pages. Provides function to load jquery, jquery UI, SWF Object, and many JavaScript functions.


ScriptsService_1_0

Service component for the Scripts to handle the monitoring of the loaded scripts.

Taxonomy

Taxonomy_1_0

Component to provide a layer for the CommonSpot Taxonomy API. Easily create a taxonomy object for querying the CommonSpot sites taxonomy.

Utils

Utils_1_0

Utility functions for debugging, managing ColdFusion scheduled tasks, working with CommonSpot field types, and building pagination for rendering.