Package clips.delegate.service.discount

Examples of clips.delegate.service.discount.Discounts


                    return;
                }
                return;
            }

            Discounts discounts = discountLocal.getDiscounts(discountCard);
            mainTable.setModel(new TableModelDiscount(discounts));
            mainTable.setEnabled(true);
            selectedCard = discountCard;
            delCardBtn.setEnabled(true);
        } catch (ClipsException ex) {
View Full Code Here

TOP

Related Classes of clips.delegate.service.discount.Discounts

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.