com.liferay.portal.service.base
Class SubscriptionLocalServiceBaseImpl
java.lang.Object
com.liferay.portal.service.base.SubscriptionLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portal.service.SubscriptionLocalService
- Direct Known Subclasses:
- SubscriptionLocalServiceImpl
- public abstract class SubscriptionLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portal.service.SubscriptionLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portal.model.Subscription |
addSubscription(com.liferay.portal.model.Subscription model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portal.model.Subscription |
updateSubscription(com.liferay.portal.model.Subscription model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.SubscriptionLocalService |
addSubscription, addSubscription, deleteSubscription, deleteSubscription, deleteSubscriptions, deleteSubscriptions, getSubscription, getSubscriptions, isSubscribed |
SubscriptionLocalServiceBaseImpl
public SubscriptionLocalServiceBaseImpl()
addSubscription
public com.liferay.portal.model.Subscription addSubscription(com.liferay.portal.model.Subscription model)
throws com.liferay.portal.SystemException
- Specified by:
addSubscription
in interface com.liferay.portal.service.SubscriptionLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.SubscriptionLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portal.service.SubscriptionLocalService
- Throws:
com.liferay.portal.SystemException
updateSubscription
public com.liferay.portal.model.Subscription updateSubscription(com.liferay.portal.model.Subscription model)
throws com.liferay.portal.SystemException
- Specified by:
updateSubscription
in interface com.liferay.portal.service.SubscriptionLocalService
- Throws:
com.liferay.portal.SystemException