Package org.simplecart.account.billing

Examples of org.simplecart.account.billing.InternetBillingDetails


     * @return
     * @param id
     * @param lock
     */
    public InternetBillingDetails findById(Long id, boolean lock) throws HibernateException {
        InternetBillingDetails billingDetails = null;
       
        billingDetails = (InternetBillingDetails) abstractFindById(id, lock);
        return billingDetails;
    }
View Full Code Here

TOP

Related Classes of org.simplecart.account.billing.InternetBillingDetails

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.