SubscriptionLine wrapped object with camel case properties. Each properties maps to a field on the SObject that has _ for each capital letter. Ex. (salesOrderLine -> Sales_Order_Line__c)

Method Summary

Modifier and Type Method and Description
SubscriptionLine getInstance()
SubscriptionLine getInstance(OrderApi__Subscription_Line__c subLine)
List<SubscriptionLine> getInstance(List subLineObjs)
List<SubscriptionLine> getInstance(List subLineObjs,String className)
void SubscriptionLine()

Method Detail

This class supports the following methods:

global static SubscriptionLine getInstance()

Get base instance with no initial S0bject.


global static SubscriptionLine getInstance(OrderApi__Subscription_Line__c subLine)

Get base instance with an initial SObject.
Parameters

Name Type Description
subLine OrderApi__Subscription_Line__c OrderApi__Subscription_Line__c

global static List<SubscriptionLine> getInstance(List<OrderApi__Subscription_Line__c> subLineObjs)

Get base instance with list of initial SObjects.
Parameters

Name Type Description
subLineObjs List<OrderApi__Subscription_Line__c> List

global static List<SubscriptionLine> getInstance(List<OrderApi__Subscription_Line__c> subLineObjs,String className)

Get base instance with list of initial SObjects.
Parameters

Name Type Description
subLineObjs List<OrderApi__Subscription_Line__c> List
className String undefined

global SubscriptionLine()

SubscriptionLine Constructor that should not be called directly.


Properties

Name Type Description
id Id
subscription Id
subscriptionLine Id
salesOrderLine Id
item Id
itemClass Id
term Id