Changeset 2821


Ignore:
Timestamp:
09/09/10 20:44:54 (17 months ago)
Author:
mattlevine
Message:
  1. Adding setAllValues and getAllValues to the rateBean.
File:
1 edited

Legend:

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

    r1 r2821  
    104104</cffunction> 
    105105 
     106<cffunction name="setAllValues" returntype="any" access="public" output="false"> 
     107        <cfargument name="instance"> 
     108        <cfset variables.instance=arguments.instance/> 
     109        <cfreturn this> 
     110</cffunction> 
     111 
     112<cffunction name="getAllValues" returntype="any" access="public" output="false"> 
     113        <cfreturn variables.instance> 
     114</cffunction> 
     115 
    106116<cffunction name="load"  access="public" output="false" returntype="void"> 
    107117        <cfset var rs=getQuery()> 
Note: See TracChangeset for help on using the changeset viewer.