コード例 #1
0
ファイル: IdeasSettings.java プロジェクト: abhishekbunty/g2
 protected void writeFields(
     com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     throws java.io.IOException {
   super.writeFields(__out, __typeMapper);
   __typeMapper.writeBoolean(
       __out, enableIdeaThemes__typeInfo, enableIdeaThemes, enableIdeaThemes__is_set);
   __typeMapper.writeBoolean(__out, enableIdeas__typeInfo, enableIdeas, enableIdeas__is_set);
   __typeMapper.writeDouble(__out, halfLife__typeInfo, halfLife, halfLife__is_set);
 }
コード例 #2
0
 protected void writeFields(
     com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     throws java.io.IOException {
   super.writeFields(__out, __typeMapper);
   __typeMapper.writeBoolean(
       __out,
       assetLookupLimitedToActiveEntitlementsOnAccount__typeInfo,
       assetLookupLimitedToActiveEntitlementsOnAccount,
       assetLookupLimitedToActiveEntitlementsOnAccount__is_set);
   __typeMapper.writeBoolean(
       __out,
       assetLookupLimitedToActiveEntitlementsOnContact__typeInfo,
       assetLookupLimitedToActiveEntitlementsOnContact,
       assetLookupLimitedToActiveEntitlementsOnContact__is_set);
   __typeMapper.writeBoolean(
       __out,
       assetLookupLimitedToSameAccount__typeInfo,
       assetLookupLimitedToSameAccount,
       assetLookupLimitedToSameAccount__is_set);
   __typeMapper.writeBoolean(
       __out,
       assetLookupLimitedToSameContact__typeInfo,
       assetLookupLimitedToSameContact,
       assetLookupLimitedToSameContact__is_set);
   __typeMapper.writeBoolean(
       __out, enableEntitlements__typeInfo, enableEntitlements, enableEntitlements__is_set);
   __typeMapper.writeBoolean(
       __out,
       entitlementLookupLimitedToActiveStatus__typeInfo,
       entitlementLookupLimitedToActiveStatus,
       entitlementLookupLimitedToActiveStatus__is_set);
   __typeMapper.writeBoolean(
       __out,
       entitlementLookupLimitedToSameAccount__typeInfo,
       entitlementLookupLimitedToSameAccount,
       entitlementLookupLimitedToSameAccount__is_set);
   __typeMapper.writeBoolean(
       __out,
       entitlementLookupLimitedToSameAsset__typeInfo,
       entitlementLookupLimitedToSameAsset,
       entitlementLookupLimitedToSameAsset__is_set);
   __typeMapper.writeBoolean(
       __out,
       entitlementLookupLimitedToSameContact__typeInfo,
       entitlementLookupLimitedToSameContact,
       entitlementLookupLimitedToSameContact__is_set);
 }
コード例 #3
0
ファイル: RoleOrTerritory.java プロジェクト: abhishekbunty/g2
 protected void writeFields(
     com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     throws java.io.IOException {
   super.writeFields(__out, __typeMapper);
   __typeMapper.writeString(
       __out, caseAccessLevel__typeInfo, caseAccessLevel, caseAccessLevel__is_set);
   __typeMapper.writeString(
       __out, contactAccessLevel__typeInfo, contactAccessLevel, contactAccessLevel__is_set);
   __typeMapper.writeString(__out, description__typeInfo, description, description__is_set);
   __typeMapper.writeBoolean(
       __out,
       mayForecastManagerShare__typeInfo,
       mayForecastManagerShare,
       mayForecastManagerShare__is_set);
   __typeMapper.writeString(__out, name__typeInfo, name, name__is_set);
   __typeMapper.writeString(
       __out,
       opportunityAccessLevel__typeInfo,
       opportunityAccessLevel,
       opportunityAccessLevel__is_set);
 }