Methods
- 
			
<inner> getLinkCategories( db, callback )
 - 
	
Description
Get a list of all link category titles
Parameters
Name Type Description dbRightTrackDB The Right Track DB to query
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
categoriesArray.<string> <optional> The selected Link categories
Details
 - 
			
<inner> getLinks( db, callback )
 - 
	
Description
Get all of the Agency link information from the database
Parameters
Name Type Description dbRightTrackDB The Right Track Database to query
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
linksArray.<Link> <optional> The selected Links
Details
 - 
			
<inner> getLinksByCategory( db, category, callback )
 - 
	
Description
Get all of the Agency link information from the database with the specified link category title.
Parameters
Name Type Description dbRightTrackDB The Right Track Database to query
categorystring Link category title
callbackfunction Callback function
Name Type Attributes Description errorError Database Query Error
linksArray.<Link> <optional> The selected Links
Details