public final class SubscriptionUtil
extends java.lang.Object
Constructor and Description |
---|
SubscriptionUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
calcSubscriberIdCheckDigit(DataSource ds,
DBObject customer) |
static InvoiceProductItem |
findInvProductItem(DataSource ds,
Contact customer,
java.lang.String productCode) |
static InvoiceProductItem |
findInvProductItem(DataSource ds,
Contact customer,
java.lang.String productCode,
boolean getLastEnded) |
static InvoiceProductItem |
findInvProductItem(DataSource ds,
Contact customer,
java.lang.String productCode,
boolean searchAllInvoices,
boolean getLastEnded) |
public static InvoiceProductItem findInvProductItem(DataSource ds, Contact customer, java.lang.String productCode) throws java.lang.Exception
ds
- the data sourcecustomer
- the customerproductCode
- the product codejava.lang.Exception
- not foundpublic static InvoiceProductItem findInvProductItem(DataSource ds, Contact customer, java.lang.String productCode, boolean getLastEnded) throws java.lang.Exception
ds
- the data sourcecustomer
- the customerproductCode
- the product codejava.lang.Exception
- not foundpublic static InvoiceProductItem findInvProductItem(DataSource ds, Contact customer, java.lang.String productCode, boolean searchAllInvoices, boolean getLastEnded) throws java.lang.Exception
ds
- the data sourcecustomer
- productCode
- java.lang.Exception
- Exception A serious problempublic static java.lang.String calcSubscriberIdCheckDigit(DataSource ds, DBObject customer) throws java.lang.Exception
ds
- the data sourcecustomer
- java.lang.Exception
- Exception A serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.