Ignore:
Timestamp:
09/09/10 19:14:27 (21 months ago)
Author:
mattlevine
Message:
  1. Adding setAllValues and getAllValues to the rateBean.
  2. Changing extendObjectFeedBean.getQUery() from group by to select distinct
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/requirements/mura/content/rater/rateBean.cfc

    r1 r2816  
    9797</cffunction> 
    9898 
     99<cffunction name="setAllValues" returntype="any" access="public" output="false"> 
     100        <cfargument name="instance"> 
     101        <cfset variables.instance=arguments.instance/> 
     102        <cfreturn this> 
     103</cffunction> 
     104 
     105<cffunction name="getAllValues" returntype="any" access="public" output="false"> 
     106        <cfreturn variables.instance> 
     107</cffunction> 
     108 
    99109<cffunction name="setEntered" access="public" output="false"> 
    100110        <cfargument name="entered" /> 
Note: See TracChangeset for help on using the changeset viewer.