Example usage for com.liferay.portal.kernel.model MVCCModel interface-usage

List of usage examples for com.liferay.portal.kernel.model MVCCModel interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.model MVCCModel interface-usage.

Usage

From source file com.liferay.subscription.model.impl.SubscriptionCacheModel.java

/**
 * The cache model class for representing Subscription in entity cache.
 *
 * @author Brian Wing Shun Chan
 * @see Subscription
 * @generated

From source file com.liferay.subscription.model.SubscriptionModel.java

/**
 * The base model interface for the Subscription service. Represents a row in the "Subscription" database table, with each column mapped to a property of this class.
 *
 * <p>
 * This interface and its corresponding implementation {@link com.liferay.subscription.model.impl.SubscriptionModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link com.liferay.subscription.model.impl.SubscriptionImpl}.
 * </p>