com.force.sdk.codegen.selector
Interface DataSelector

All Known Implementing Classes:
DefaultDataSelector, ForceJPAClassDataSelector

public interface DataSelector

A class which selects data from a Force.com GetUserInfoResult object and a Force.com DescribeSObjectResult object and injects it into a code generation Template.

Author:
Tim Kral

Method Summary
 void select(com.sforce.soap.partner.GetUserInfoResult userInfo, com.sforce.soap.partner.DescribeSObjectResult dsr, Template template)
          Selects data from a GetUserInfoResult object and DescribeSObjectResult object and injects it into a Template.
 

Method Detail

select

void select(com.sforce.soap.partner.GetUserInfoResult userInfo,
            com.sforce.soap.partner.DescribeSObjectResult dsr,
            Template template)
Selects data from a GetUserInfoResult object and DescribeSObjectResult object and injects it into a Template.

Parameters:
userInfo - the Force.com user who is running the code generation
dsr - the Force.com schema object for which code will be generated
template - the Template object which represents the physical layout of the code that is to be generated


Copyright © 2011. All Rights Reserved.