|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.SubscriptionLocalServiceWrapper
public class SubscriptionLocalServiceWrapper
This class is a wrapper for SubscriptionLocalService
.
SubscriptionLocalService
Constructor Summary | |
---|---|
SubscriptionLocalServiceWrapper(SubscriptionLocalService subscriptionLocalService)
|
Method Summary | |
---|---|
Subscription |
addSubscription(long userId,
long groupId,
String className,
long classPK)
|
Subscription |
addSubscription(long userId,
long groupId,
String className,
long classPK,
String frequency)
|
Subscription |
addSubscription(Subscription subscription)
Adds the subscription to the database. |
Subscription |
createSubscription(long subscriptionId)
Creates a new subscription with the primary key. |
Subscription |
deleteSubscription(long subscriptionId)
Deletes the subscription with the primary key from the database. |
void |
deleteSubscription(long userId,
String className,
long classPK)
|
Subscription |
deleteSubscription(Subscription subscription)
Deletes the subscription from the database. |
void |
deleteSubscriptions(long userId)
|
void |
deleteSubscriptions(long companyId,
String className,
long classPK)
|
DynamicQuery |
dynamicQuery()
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query. |
Subscription |
fetchSubscription(long subscriptionId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
Subscription |
getSubscription(long subscriptionId)
Returns the subscription with the primary key. |
Subscription |
getSubscription(long companyId,
long userId,
String className,
long classPK)
|
List<Subscription> |
getSubscriptions(int start,
int end)
Returns a range of all the subscriptions. |
List<Subscription> |
getSubscriptions(long companyId,
String className,
long classPK)
|
int |
getSubscriptionsCount()
Returns the number of subscriptions. |
List<Subscription> |
getUserSubscriptions(long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<Subscription> |
getUserSubscriptions(long userId,
String className)
|
int |
getUserSubscriptionsCount(long userId)
|
SubscriptionLocalService |
getWrappedService()
|
SubscriptionLocalService |
getWrappedSubscriptionLocalService()
Deprecated. Renamed to getWrappedService() |
boolean |
isSubscribed(long companyId,
long userId,
String className,
long classPK)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(SubscriptionLocalService subscriptionLocalService)
|
void |
setWrappedSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.SubscriptionLocalService) |
Subscription |
updateSubscription(Subscription subscription)
Updates the subscription in the database or adds it if it does not yet exist. |
Subscription |
updateSubscription(Subscription subscription,
boolean merge)
Updates the subscription in the database or adds it if it does not yet exist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubscriptionLocalServiceWrapper(SubscriptionLocalService subscriptionLocalService)
Method Detail |
---|
public Subscription addSubscription(Subscription subscription) throws SystemException
addSubscription
in interface SubscriptionLocalService
subscription
- the subscription
SystemException
- if a system exception occurredpublic Subscription createSubscription(long subscriptionId)
createSubscription
in interface SubscriptionLocalService
subscriptionId
- the primary key for the new subscription
public Subscription deleteSubscription(long subscriptionId) throws PortalException, SystemException
deleteSubscription
in interface SubscriptionLocalService
subscriptionId
- the primary key of the subscription
PortalException
- if a subscription with the primary key could not be found
SystemException
- if a system exception occurredpublic Subscription deleteSubscription(Subscription subscription) throws PortalException, SystemException
deleteSubscription
in interface SubscriptionLocalService
subscription
- the subscription
PortalException
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface SubscriptionLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface SubscriptionLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface SubscriptionLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)
SystemException
- if a system exception occurredpublic List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
dynamicQuery
in interface SubscriptionLocalService
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQueryCount
in interface SubscriptionLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic Subscription fetchSubscription(long subscriptionId) throws SystemException
fetchSubscription
in interface SubscriptionLocalService
SystemException
public Subscription getSubscription(long subscriptionId) throws PortalException, SystemException
getSubscription
in interface SubscriptionLocalService
subscriptionId
- the primary key of the subscription
PortalException
- if a subscription with the primary key could not be found
SystemException
- if a system exception occurredpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel
in interface PersistedModelLocalService
getPersistedModel
in interface SubscriptionLocalService
PortalException
SystemException
public List<Subscription> getSubscriptions(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
getSubscriptions
in interface SubscriptionLocalService
start
- the lower bound of the range of subscriptionsend
- the upper bound of the range of subscriptions (not inclusive)
SystemException
- if a system exception occurredpublic int getSubscriptionsCount() throws SystemException
getSubscriptionsCount
in interface SubscriptionLocalService
SystemException
- if a system exception occurredpublic Subscription updateSubscription(Subscription subscription) throws SystemException
updateSubscription
in interface SubscriptionLocalService
subscription
- the subscription
SystemException
- if a system exception occurredpublic Subscription updateSubscription(Subscription subscription, boolean merge) throws SystemException
updateSubscription
in interface SubscriptionLocalService
subscription
- the subscriptionmerge
- whether to merge the subscription with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean)
for an explanation.
SystemException
- if a system exception occurredpublic String getBeanIdentifier()
getBeanIdentifier
in interface SubscriptionLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface SubscriptionLocalService
beanIdentifier
- the Spring bean ID for this beanpublic Subscription addSubscription(long userId, long groupId, String className, long classPK) throws PortalException, SystemException
addSubscription
in interface SubscriptionLocalService
PortalException
SystemException
public Subscription addSubscription(long userId, long groupId, String className, long classPK, String frequency) throws PortalException, SystemException
addSubscription
in interface SubscriptionLocalService
PortalException
SystemException
public void deleteSubscription(long userId, String className, long classPK) throws PortalException, SystemException
deleteSubscription
in interface SubscriptionLocalService
PortalException
SystemException
public void deleteSubscriptions(long userId) throws PortalException, SystemException
deleteSubscriptions
in interface SubscriptionLocalService
PortalException
SystemException
public void deleteSubscriptions(long companyId, String className, long classPK) throws PortalException, SystemException
deleteSubscriptions
in interface SubscriptionLocalService
PortalException
SystemException
public Subscription getSubscription(long companyId, long userId, String className, long classPK) throws PortalException, SystemException
getSubscription
in interface SubscriptionLocalService
PortalException
SystemException
public List<Subscription> getSubscriptions(long companyId, String className, long classPK) throws SystemException
getSubscriptions
in interface SubscriptionLocalService
SystemException
public List<Subscription> getUserSubscriptions(long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
getUserSubscriptions
in interface SubscriptionLocalService
SystemException
public List<Subscription> getUserSubscriptions(long userId, String className) throws SystemException
getUserSubscriptions
in interface SubscriptionLocalService
SystemException
public int getUserSubscriptionsCount(long userId) throws SystemException
getUserSubscriptionsCount
in interface SubscriptionLocalService
SystemException
public boolean isSubscribed(long companyId, long userId, String className, long classPK) throws SystemException
isSubscribed
in interface SubscriptionLocalService
SystemException
public SubscriptionLocalService getWrappedSubscriptionLocalService()
getWrappedService()
public void setWrappedSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)
setWrappedService(com.liferay.portal.service.SubscriptionLocalService)
public SubscriptionLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<SubscriptionLocalService>
public void setWrappedService(SubscriptionLocalService subscriptionLocalService)
setWrappedService
in interface ServiceWrapper<SubscriptionLocalService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |