All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.broadleafcommerce.admin.client.datasource.EntityImplementations Maven / Gradle / Ivy

/*
 * Copyright 2008-2012 the original author or authors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *       http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package org.broadleafcommerce.admin.client.datasource;


/**
 * 
 * @author jfischer
 *
 */
public class EntityImplementations {
    
    public static final String CATEGORY = "org.broadleafcommerce.core.catalog.domain.CategoryImpl";
    public static final String CATEGORY_XREF = "org.broadleafcommerce.core.catalog.domain.CategoryXrefImpl";
    public static final String FEATUREDPRODUCT = "org.broadleafcommerce.core.catalog.domain.FeaturedProductImpl";
    public static final String PRODUCT = "org.broadleafcommerce.core.catalog.domain.ProductImpl";
    public static final String PRODUCT_BUNDLE = "org.broadleafcommerce.core.catalog.domain.ProductBundleImpl";
    public static final String SKU = "org.broadleafcommerce.core.catalog.domain.SkuImpl";
    public static final String SKU_BUNDLE_ITEM = "org.broadleafcommerce.core.catalog.domain.SkuBundleItemImpl";
    public static final String MEDIA = "org.broadleafcommerce.core.media.domain.MediaImpl";
    public static final String CROSSSALEPRODUCT = "org.broadleafcommerce.core.catalog.domain.CrossSaleProductImpl";
    public static final String UPSALEPRODUCT = "org.broadleafcommerce.core.catalog.domain.UpSaleProductImpl";
    public static final String PRODUCT_ATTRIBUTE = "org.broadleafcommerce.core.catalog.domain.ProductAttributeImpl";
    public static final String PRODUCT_OPTION = "org.broadleafcommerce.core.catalog.domain.ProductOptionImpl";
    public static final String PRODUCT_OPTION_VALUE = "org.broadleafcommerce.core.catalog.domain.ProductOptionValueImpl";
    public static final String CATEGORY_PRODUCT = "org.broadleafcommerce.core.catalog.domain.CategoryProductXrefImpl";
    public static final String ORDER = "org.broadleafcommerce.core.order.domain.OrderImpl";
    public static final String ORDER_ITEM = "org.broadleafcommerce.core.order.domain.OrderItemImpl";
    public static final String FULFILLMENT_GROUP = "org.broadleafcommerce.core.order.domain.FulfillmentGroupImpl";
    public static final String BUNDLE_ORDER_ITEM = "org.broadleafcommerce.core.order.domain.BundleOrderItemImpl";
    public static final String STATE = "org.broadleafcommerce.profile.core.domain.StateImpl";
    public static final String COUNTRY = "org.broadleafcommerce.profile.core.domain.CountryImpl";
    public static final String PAYMENT_INFO = "org.broadleafcommerce.core.payment.domain.PaymentInfoImpl";
    public static final String OFFER_CODE = "org.broadleafcommerce.core.offer.domain.OfferCodeImpl";
    public static final String CHALLENGE_QUESTION = "org.broadleafcommerce.profile.core.domain.ChallengeQuestionImpl";
    public static final String OFFER = "org.broadleafcommerce.core.offer.domain.OfferImpl";
    public static final String DISCRETEORDERITEMFEEPRICE = "org.broadleafcommerce.core.order.domain.DiscreteOrderItemFeePriceImpl";
    public static final String DISCRETEORDERITEM = "org.broadleafcommerce.core.order.domain.DiscreteOrderItemImpl";
    public static final String LOCALE = "org.broadleafcommerce.common.locale.domain.LocaleImpl";
    public static final String CUSTOMER = "org.broadleafcommerce.profile.core.domain.CustomerImpl";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy