|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.social.service.SocialRequestLocalServiceUtil
public class SocialRequestLocalServiceUtil
The utility for the social request local service. This utility wraps SocialRequestLocalServiceImpl
and is the primary access point for service operations in application layer code running on the local server.
Never modify this class directly. Add custom service methods to SocialRequestLocalServiceImpl
and rerun ServiceBuilder to regenerate this class.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
SocialRequestLocalService
,
SocialRequestLocalServiceBaseImpl
,
SocialRequestLocalServiceImpl
Constructor Summary | |
---|---|
SocialRequestLocalServiceUtil()
|
Method Summary | |
---|---|
static SocialRequest |
addRequest(long userId,
long groupId,
String className,
long classPK,
int type,
String extraData,
long receiverUserId)
|
static SocialRequest |
addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
static SocialRequest |
createSocialRequest(long requestId)
Creates a new social request with the primary key. |
static void |
deleteReceiverUserRequests(long receiverUserId)
|
static void |
deleteRequest(long requestId)
|
static void |
deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
static void |
deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
static void |
deleteUserRequests(long userId)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
static 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. |
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Counts the number of rows that match the dynamic query. |
static List<SocialRequest> |
getReceiverUserRequests(long receiverUserId,
int start,
int end)
|
static List<SocialRequest> |
getReceiverUserRequests(long receiverUserId,
int status,
int start,
int end)
|
static int |
getReceiverUserRequestsCount(long receiverUserId)
|
static int |
getReceiverUserRequestsCount(long receiverUserId,
int status)
|
static SocialRequestLocalService |
getService()
|
static SocialRequest |
getSocialRequest(long requestId)
Gets the social request with the primary key. |
static SocialRequest |
getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Gets the social request with the UUID and group id. |
static List<SocialRequest> |
getSocialRequests(int start,
int end)
Gets a range of all the social requests. |
static int |
getSocialRequestsCount()
Gets the number of social requests. |
static List<SocialRequest> |
getUserRequests(long userId,
int start,
int end)
|
static List<SocialRequest> |
getUserRequests(long userId,
int status,
int start,
int end)
|
static int |
getUserRequestsCount(long userId)
|
static int |
getUserRequestsCount(long userId,
int status)
|
static boolean |
hasRequest(long userId,
String className,
long classPK,
int type,
int status)
|
static boolean |
hasRequest(long userId,
String className,
long classPK,
int type,
long receiverUserId,
int status)
|
void |
setService(SocialRequestLocalService service)
|
static SocialRequest |
updateRequest(long requestId,
int status,
ThemeDisplay themeDisplay)
|
static SocialRequest |
updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database. |
static SocialRequest |
updateSocialRequest(SocialRequest socialRequest,
boolean merge)
Updates the social request in the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocialRequestLocalServiceUtil()
Method Detail |
---|
public static SocialRequest addSocialRequest(SocialRequest socialRequest) throws SystemException
socialRequest
- the social request to add
SystemException
- if a system exception occurredpublic static SocialRequest createSocialRequest(long requestId)
requestId
- the primary key for the new social request
public static void deleteSocialRequest(long requestId) throws PortalException, SystemException
requestId
- the primary key of the social request to delete
PortalException
- if a social request with the primary key could not be found
SystemException
- if a system exception occurredpublic static void deleteSocialRequest(SocialRequest socialRequest) throws SystemException
socialRequest
- the social request to delete
SystemException
- if a system exception occurredpublic static List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic static 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
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)
SystemException
- if a system exception occurredpublic static 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
- the dynamic query to search withstart
- the lower bound of the range of model instances to returnend
- the upper bound of the range of model instances to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
- the dynamic query to search with
SystemException
- if a system exception occurredpublic static SocialRequest getSocialRequest(long requestId) throws PortalException, SystemException
requestId
- the primary key of the social request to get
PortalException
- if a social request with the primary key could not be found
SystemException
- if a system exception occurredpublic static SocialRequest getSocialRequestByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
uuid
- the UUID of social request to getgroupId
- the group id of the social request to get
PortalException
- if a social request with the UUID and group id could not be found
SystemException
- if a system exception occurredpublic static List<SocialRequest> getSocialRequests(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.
start
- the lower bound of the range of social requests to returnend
- the upper bound of the range of social requests to return (not inclusive)
SystemException
- if a system exception occurredpublic static int getSocialRequestsCount() throws SystemException
SystemException
- if a system exception occurredpublic static SocialRequest updateSocialRequest(SocialRequest socialRequest) throws SystemException
socialRequest
- the social request to update
SystemException
- if a system exception occurredpublic static SocialRequest updateSocialRequest(SocialRequest socialRequest, boolean merge) throws SystemException
socialRequest
- the social request to updatemerge
- whether to merge the social request 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 static SocialRequest addRequest(long userId, long groupId, String className, long classPK, int type, String extraData, long receiverUserId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteReceiverUserRequests(long receiverUserId) throws SystemException
SystemException
public static void deleteRequest(long requestId) throws PortalException, SystemException
PortalException
SystemException
public static void deleteUserRequests(long userId) throws SystemException
SystemException
public static List<SocialRequest> getReceiverUserRequests(long receiverUserId, int start, int end) throws SystemException
SystemException
public static List<SocialRequest> getReceiverUserRequests(long receiverUserId, int status, int start, int end) throws SystemException
SystemException
public static int getReceiverUserRequestsCount(long receiverUserId) throws SystemException
SystemException
public static int getReceiverUserRequestsCount(long receiverUserId, int status) throws SystemException
SystemException
public static List<SocialRequest> getUserRequests(long userId, int start, int end) throws SystemException
SystemException
public static List<SocialRequest> getUserRequests(long userId, int status, int start, int end) throws SystemException
SystemException
public static int getUserRequestsCount(long userId) throws SystemException
SystemException
public static int getUserRequestsCount(long userId, int status) throws SystemException
SystemException
public static boolean hasRequest(long userId, String className, long classPK, int type, int status) throws SystemException
SystemException
public static boolean hasRequest(long userId, String className, long classPK, int type, long receiverUserId, int status) throws SystemException
SystemException
public static SocialRequest updateRequest(long requestId, int status, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
public static SocialRequestLocalService getService()
public void setService(SocialRequestLocalService service)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |