Package com.dotmarketing.util

Source Code of com.dotmarketing.util.CompanyUtils

package com.dotmarketing.util;

import com.dotmarketing.cms.factories.PublicCompanyFactory;
import com.liferay.portal.model.Company;

public class CompanyUtils {

  public static Company getDefaultCompany()
  {
    Company company = PublicCompanyFactory.getDefaultCompany();
    return company;
  }
}
TOP

Related Classes of com.dotmarketing.util.CompanyUtils

TOP
Copyright © 2018 www.massapi.com. 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.