com.liferay.portlet.social.service
Class SocialRelationLocalServiceWrapper
java.lang.Object
com.liferay.portlet.social.service.SocialRelationLocalServiceWrapper
- All Implemented Interfaces:
- SocialRelationLocalService
public class SocialRelationLocalServiceWrapper
- extends Object
- implements SocialRelationLocalService
This class is a wrapper for SocialRelationLocalService.
- See Also:
SocialRelationLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
SocialRelation |
addRelation(long userId1,
long userId2,
int type)
|
SocialRelation |
addSocialRelation(SocialRelation socialRelation)
|
SocialRelation |
createSocialRelation(long relationId)
|
void |
deleteRelation(long relationId)
|
void |
deleteRelation(long userId1,
long userId2,
int type)
|
void |
deleteRelation(SocialRelation relation)
|
void |
deleteRelations(long userId)
|
void |
deleteSocialRelation(long relationId)
|
void |
deleteSocialRelation(SocialRelation socialRelation)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
SocialRelation |
getRelation(long relationId)
|
SocialRelation |
getRelation(long userId1,
long userId2,
int type)
|
List<SocialRelation> |
getRelations(long userId,
int type,
int start,
int end)
|
int |
getRelationsCount(long userId,
int type)
|
SocialRelation |
getSocialRelation(long relationId)
|
List<SocialRelation> |
getSocialRelations(int start,
int end)
|
int |
getSocialRelationsCount()
|
SocialRelationLocalService |
getWrappedSocialRelationLocalService()
|
boolean |
hasRelation(long userId1,
long userId2,
int type)
|
boolean |
isRelatable(long userId1,
long userId2,
int type)
|
SocialRelation |
updateSocialRelation(SocialRelation socialRelation)
|
SocialRelation |
updateSocialRelation(SocialRelation socialRelation,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialRelationLocalServiceWrapper
public SocialRelationLocalServiceWrapper(SocialRelationLocalService socialRelationLocalService)
addSocialRelation
public SocialRelation addSocialRelation(SocialRelation socialRelation)
throws SystemException
- Specified by:
addSocialRelation in interface SocialRelationLocalService
- Throws:
SystemException
createSocialRelation
public SocialRelation createSocialRelation(long relationId)
- Specified by:
createSocialRelation in interface SocialRelationLocalService
deleteSocialRelation
public void deleteSocialRelation(long relationId)
throws PortalException,
SystemException
- Specified by:
deleteSocialRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
deleteSocialRelation
public void deleteSocialRelation(SocialRelation socialRelation)
throws SystemException
- Specified by:
deleteSocialRelation in interface SocialRelationLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface SocialRelationLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface SocialRelationLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface SocialRelationLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface SocialRelationLocalService
- Throws:
SystemException
getSocialRelation
public SocialRelation getSocialRelation(long relationId)
throws PortalException,
SystemException
- Specified by:
getSocialRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
getSocialRelations
public List<SocialRelation> getSocialRelations(int start,
int end)
throws SystemException
- Specified by:
getSocialRelations in interface SocialRelationLocalService
- Throws:
SystemException
getSocialRelationsCount
public int getSocialRelationsCount()
throws SystemException
- Specified by:
getSocialRelationsCount in interface SocialRelationLocalService
- Throws:
SystemException
updateSocialRelation
public SocialRelation updateSocialRelation(SocialRelation socialRelation)
throws SystemException
- Specified by:
updateSocialRelation in interface SocialRelationLocalService
- Throws:
SystemException
updateSocialRelation
public SocialRelation updateSocialRelation(SocialRelation socialRelation,
boolean merge)
throws SystemException
- Specified by:
updateSocialRelation in interface SocialRelationLocalService
- Throws:
SystemException
addRelation
public SocialRelation addRelation(long userId1,
long userId2,
int type)
throws PortalException,
SystemException
- Specified by:
addRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
deleteRelation
public void deleteRelation(long relationId)
throws PortalException,
SystemException
- Specified by:
deleteRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
deleteRelation
public void deleteRelation(long userId1,
long userId2,
int type)
throws PortalException,
SystemException
- Specified by:
deleteRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
deleteRelation
public void deleteRelation(SocialRelation relation)
throws PortalException,
SystemException
- Specified by:
deleteRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
deleteRelations
public void deleteRelations(long userId)
throws SystemException
- Specified by:
deleteRelations in interface SocialRelationLocalService
- Throws:
SystemException
getRelation
public SocialRelation getRelation(long relationId)
throws PortalException,
SystemException
- Specified by:
getRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
getRelation
public SocialRelation getRelation(long userId1,
long userId2,
int type)
throws PortalException,
SystemException
- Specified by:
getRelation in interface SocialRelationLocalService
- Throws:
PortalException
SystemException
getRelations
public List<SocialRelation> getRelations(long userId,
int type,
int start,
int end)
throws SystemException
- Specified by:
getRelations in interface SocialRelationLocalService
- Throws:
SystemException
getRelationsCount
public int getRelationsCount(long userId,
int type)
throws SystemException
- Specified by:
getRelationsCount in interface SocialRelationLocalService
- Throws:
SystemException
hasRelation
public boolean hasRelation(long userId1,
long userId2,
int type)
throws SystemException
- Specified by:
hasRelation in interface SocialRelationLocalService
- Throws:
SystemException
isRelatable
public boolean isRelatable(long userId1,
long userId2,
int type)
throws SystemException
- Specified by:
isRelatable in interface SocialRelationLocalService
- Throws:
SystemException
getWrappedSocialRelationLocalService
public SocialRelationLocalService getWrappedSocialRelationLocalService()