Liferay 6.0-ee

com.liferay.portal.model
Interface Subscription

All Superinterfaces:
BaseModel<Subscription>, Cloneable, Comparable<Subscription>, Serializable, SubscriptionModel
All Known Implementing Classes:
SubscriptionImpl, SubscriptionWrapper

public interface Subscription
extends SubscriptionModel

The model interface for the Subscription service. Represents a row in the "Subscription" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to SubscriptionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a subscription model instance should use the Subscription interface instead.

See Also:
SubscriptionModel, SubscriptionImpl, SubscriptionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.SubscriptionModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getFrequency, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getSubscriptionId, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFrequency, setModifiedDate, setNew, setPrimaryKey, setSubscriptionId, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0-ee