com.liferay.portal.service.impl
Class SubscriptionLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.SubscriptionLocalServiceBaseImpl
com.liferay.portal.service.impl.SubscriptionLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.SubscriptionLocalService
- public class SubscriptionLocalServiceImpl
- extends SubscriptionLocalServiceBaseImpl
View Source
- Author:
- Charles May
Method Summary |
com.liferay.portal.model.Subscription |
addSubscription(long userId,
java.lang.String className,
long classPK)
|
com.liferay.portal.model.Subscription |
addSubscription(long userId,
java.lang.String className,
long classPK,
java.lang.String frequency)
|
void |
deleteSubscription(long subscriptionId)
|
void |
deleteSubscription(long userId,
java.lang.String className,
long classPK)
|
void |
deleteSubscriptions(long userId)
|
void |
deleteSubscriptions(long companyId,
java.lang.String className,
long classPK)
|
com.liferay.portal.model.Subscription |
getSubscription(long companyId,
long userId,
java.lang.String className,
long classPK)
|
java.util.List |
getSubscriptions(long companyId,
java.lang.String className,
long classPK)
|
boolean |
isSubscribed(long companyId,
long userId,
java.lang.String className,
long classPK)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubscriptionLocalServiceImpl
public SubscriptionLocalServiceImpl()
addSubscription
public com.liferay.portal.model.Subscription addSubscription(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addSubscription
public com.liferay.portal.model.Subscription addSubscription(long userId,
java.lang.String className,
long classPK,
java.lang.String frequency)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteSubscription
public void deleteSubscription(long subscriptionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteSubscription
public void deleteSubscription(long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteSubscriptions
public void deleteSubscriptions(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteSubscriptions
public void deleteSubscriptions(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getSubscription
public com.liferay.portal.model.Subscription getSubscription(long companyId,
long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getSubscriptions
public java.util.List getSubscriptions(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isSubscribed
public boolean isSubscribed(long companyId,
long userId,
java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException