Example usage for com.liferay.portal.aop AopService interface-usage

List of usage examples for com.liferay.portal.aop AopService interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.aop AopService interface-usage.

Usage

From source file com.liferay.docs.guestbook.service.base.GuestbookEntryLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the guestbook entry local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.docs.guestbook.service.impl.GuestbookEntryLocalServiceImpl}.
 * </p>

From source file com.liferay.docs.guestbook.service.base.GuestbookEntryServiceBaseImpl.java

/**
 * Provides the base implementation for the guestbook entry remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.docs.guestbook.service.impl.GuestbookEntryServiceImpl}.
 * </p>

From source file com.liferay.docs.guestbook.service.base.GuestbookLocalServiceBaseImpl.java

/**
 * Provides the base implementation for the guestbook local service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.docs.guestbook.service.impl.GuestbookLocalServiceImpl}.
 * </p>

From source file com.liferay.docs.guestbook.service.base.GuestbookServiceBaseImpl.java

/**
 * Provides the base implementation for the guestbook remote service.
 *
 * <p>
 * This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in {@link com.liferay.docs.guestbook.service.impl.GuestbookServiceImpl}.
 * </p>