
org.broadleafcommerce.cms.admin.client.datasource.CeilingEntities Maven / Gradle / Ivy
/*
* Copyright 2008-2009 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.cms.admin.client.datasource;
/**
* Created by IntelliJ IDEA.
* User: jfischer
* Date: 8/22/11
* Time: 7:35 PM
* To change this template use File | Settings | File Templates.
*/
public class CeilingEntities {
public static final String PAGE = "org.broadleafcommerce.cms.page.domain.Page";
public static final String PAGETEMPLATE = "org.broadleafcommerce.cms.page.domain.PageTemplate";
public static final String LOCALE = "org.broadleafcommerce.common.locale.domain.Locale";
public static final String STATICASSETS = "org.broadleafcommerce.cms.file.domain.StaticAsset";
public static final String STRUCTUREDCONTENT = "org.broadleafcommerce.cms.structure.domain.StructuredContent";
public static final String STRUCTUREDCONTENTTYPE = "org.broadleafcommerce.cms.structure.domain.StructuredContentType";
public static final String STRUCTUREDCONTENTFIELDTEMPLATE = "org.broadleafcommerce.cms.structure.domain.StructuredContentFieldTemplate";
public static final String SANDBOXITEM = "org.broadleafcommerce.openadmin.server.domain.SandBoxItem";
public static final String CUSTOMER = "org.broadleafcommerce.profile.core.domain.Customer";
public static final String TIMEDTO = "org.broadleafcommerce.common.TimeDTO";
public static final String REQUESTDTO = "org.broadleafcommerce.common.RequestDTOImpl";
public static final String ORDER_ITEM = "org.broadleafcommerce.core.order.domain.OrderItem";
public static final String PRODUCT = "org.broadleafcommerce.core.catalog.domain.Product";
public static final String STRUCTUREDCONTENTITEMCRITERIA = "org.broadleafcommerce.cms.structure.domain.StructuredContentItemCriteria";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy