Example usage for com.liferay.portal.kernel.service CompanyLocalServiceWrapper subclass-usage

List of usage examples for com.liferay.portal.kernel.service CompanyLocalServiceWrapper subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.service CompanyLocalServiceWrapper subclass-usage.

Usage

From source file com.liferay.adaptive.media.document.library.thumbnails.internal.service.AMThumbnailsCompanyLocalServiceWrapper.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, service = ServiceWrapper.class)
public class AMThumbnailsCompanyLocalServiceWrapper extends CompanyLocalServiceWrapper {

From source file org.lsug.quota.service.wrapper.QuotaCompanyServiceWrapper.java

/**
 *  DL quota service override for some company services
 *  @author Juan Gonzalez
 *
 */
@Component(immediate = true, property = {}, service = ServiceWrapper.class)