|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.BaseLocalServiceImpl com.liferay.portlet.social.service.base.SocialRequestLocalServiceBaseImpl
public abstract class SocialRequestLocalServiceBaseImpl
Provides the base implementation for the social request local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SocialRequestLocalServiceImpl
.
SocialRequestLocalServiceImpl
,
SocialRequestLocalServiceUtil
Fields inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
layoutPersistence |
Constructor Summary | |
---|---|
SocialRequestLocalServiceBaseImpl()
|
Method Summary | |
---|---|
SocialRequest |
addSocialRequest(SocialRequest socialRequest)
Adds the social request to the database. |
void |
afterPropertiesSet()
|
SocialRequest |
createSocialRequest(long requestId)
Creates a new social request with the primary key. |
SocialRequest |
deleteSocialRequest(long requestId)
Deletes the social request with the primary key from the database. |
SocialRequest |
deleteSocialRequest(SocialRequest socialRequest)
Deletes the social request from the database. |
void |
destroy()
|
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. |
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query. |
SocialRequest |
fetchSocialRequest(long requestId)
|
SocialRequest |
fetchSocialRequestByUuidAndCompanyId(String uuid,
long companyId)
Returns the social request with the matching UUID and company. |
SocialRequest |
fetchSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
protected Class<?> |
getModelClass()
|
protected String |
getModelClassName()
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
SocialActivityAchievementLocalService |
getSocialActivityAchievementLocalService()
Returns the social activity achievement local service. |
SocialActivityAchievementPersistence |
getSocialActivityAchievementPersistence()
Returns the social activity achievement persistence. |
SocialActivityCounterFinder |
getSocialActivityCounterFinder()
Returns the social activity counter finder. |
SocialActivityCounterLocalService |
getSocialActivityCounterLocalService()
Returns the social activity counter local service. |
SocialActivityCounterPersistence |
getSocialActivityCounterPersistence()
Returns the social activity counter persistence. |
SocialActivityFinder |
getSocialActivityFinder()
Returns the social activity finder. |
SocialActivityInterpreterLocalService |
getSocialActivityInterpreterLocalService()
Returns the social activity interpreter local service. |
SocialActivityLimitLocalService |
getSocialActivityLimitLocalService()
Returns the social activity limit local service. |
SocialActivityLimitPersistence |
getSocialActivityLimitPersistence()
Returns the social activity limit persistence. |
SocialActivityLocalService |
getSocialActivityLocalService()
Returns the social activity local service. |
SocialActivityPersistence |
getSocialActivityPersistence()
Returns the social activity persistence. |
SocialActivityService |
getSocialActivityService()
Returns the social activity remote service. |
SocialActivitySetFinder |
getSocialActivitySetFinder()
Returns the social activity set finder. |
SocialActivitySetLocalService |
getSocialActivitySetLocalService()
Returns the social activity set local service. |
SocialActivitySetPersistence |
getSocialActivitySetPersistence()
Returns the social activity set persistence. |
SocialActivitySettingLocalService |
getSocialActivitySettingLocalService()
Returns the social activity setting local service. |
SocialActivitySettingPersistence |
getSocialActivitySettingPersistence()
Returns the social activity setting persistence. |
SocialActivitySettingService |
getSocialActivitySettingService()
Returns the social activity setting remote service. |
SocialRelationLocalService |
getSocialRelationLocalService()
Returns the social relation local service. |
SocialRelationPersistence |
getSocialRelationPersistence()
Returns the social relation persistence. |
SocialRequest |
getSocialRequest(long requestId)
Returns the social request with the primary key. |
SocialRequest |
getSocialRequestByUuidAndCompanyId(String uuid,
long companyId)
Returns the social request with the matching UUID and company. |
SocialRequest |
getSocialRequestByUuidAndGroupId(String uuid,
long groupId)
Returns the social request matching the UUID and group. |
SocialRequestInterpreterLocalService |
getSocialRequestInterpreterLocalService()
Returns the social request interpreter local service. |
SocialRequestLocalService |
getSocialRequestLocalService()
Returns the social request local service. |
SocialRequestPersistence |
getSocialRequestPersistence()
Returns the social request persistence. |
List<SocialRequest> |
getSocialRequests(int start,
int end)
Returns a range of all the social requests. |
int |
getSocialRequestsCount()
Returns the number of social requests. |
SocialRequestService |
getSocialRequestService()
Returns the social request remote service. |
UserFinder |
getUserFinder()
Returns the user finder. |
UserLocalService |
getUserLocalService()
Returns the user local service. |
UserPersistence |
getUserPersistence()
Returns the user persistence. |
UserService |
getUserService()
Returns the user remote service. |
protected void |
runSQL(String sql)
Performs an SQL query. |
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service. |
void |
setSocialActivityAchievementLocalService(SocialActivityAchievementLocalService socialActivityAchievementLocalService)
Sets the social activity achievement local service. |
void |
setSocialActivityAchievementPersistence(SocialActivityAchievementPersistence socialActivityAchievementPersistence)
Sets the social activity achievement persistence. |
void |
setSocialActivityCounterFinder(SocialActivityCounterFinder socialActivityCounterFinder)
Sets the social activity counter finder. |
void |
setSocialActivityCounterLocalService(SocialActivityCounterLocalService socialActivityCounterLocalService)
Sets the social activity counter local service. |
void |
setSocialActivityCounterPersistence(SocialActivityCounterPersistence socialActivityCounterPersistence)
Sets the social activity counter persistence. |
void |
setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
Sets the social activity finder. |
void |
setSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
Sets the social activity interpreter local service. |
void |
setSocialActivityLimitLocalService(SocialActivityLimitLocalService socialActivityLimitLocalService)
Sets the social activity limit local service. |
void |
setSocialActivityLimitPersistence(SocialActivityLimitPersistence socialActivityLimitPersistence)
Sets the social activity limit persistence. |
void |
setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
Sets the social activity local service. |
void |
setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
Sets the social activity persistence. |
void |
setSocialActivityService(SocialActivityService socialActivityService)
Sets the social activity remote service. |
void |
setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
Sets the social activity set finder. |
void |
setSocialActivitySetLocalService(SocialActivitySetLocalService socialActivitySetLocalService)
Sets the social activity set local service. |
void |
setSocialActivitySetPersistence(SocialActivitySetPersistence socialActivitySetPersistence)
Sets the social activity set persistence. |
void |
setSocialActivitySettingLocalService(SocialActivitySettingLocalService socialActivitySettingLocalService)
Sets the social activity setting local service. |
void |
setSocialActivitySettingPersistence(SocialActivitySettingPersistence socialActivitySettingPersistence)
Sets the social activity setting persistence. |
void |
setSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
Sets the social activity setting remote service. |
void |
setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
Sets the social relation local service. |
void |
setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
Sets the social relation persistence. |
void |
setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
Sets the social request interpreter local service. |
void |
setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
Sets the social request local service. |
void |
setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
Sets the social request persistence. |
void |
setSocialRequestService(SocialRequestService socialRequestService)
Sets the social request remote service. |
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
void |
setUserService(UserService userService)
Sets the user remote service. |
SocialRequest |
updateSocialRequest(SocialRequest socialRequest)
Updates the social request in the database or adds it if it does not yet exist. |
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
---|
getClassLoader, getLayoutURL, getLayoutURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.social.service.SocialRequestLocalService |
---|
addRequest, deleteReceiverUserRequests, deleteRequest, deleteRequest, deleteUserRequests, getReceiverUserRequests, getReceiverUserRequests, getReceiverUserRequestsCount, getReceiverUserRequestsCount, getUserRequests, getUserRequests, getUserRequestsCount, getUserRequestsCount, hasRequest, hasRequest, updateRequest |
Field Detail |
---|
@BeanReference(type=SocialActivityLocalService.class) protected SocialActivityLocalService socialActivityLocalService
@BeanReference(type=SocialActivityService.class) protected SocialActivityService socialActivityService
@BeanReference(type=SocialActivityPersistence.class) protected SocialActivityPersistence socialActivityPersistence
@BeanReference(type=SocialActivityFinder.class) protected SocialActivityFinder socialActivityFinder
@BeanReference(type=SocialActivityAchievementLocalService.class) protected SocialActivityAchievementLocalService socialActivityAchievementLocalService
@BeanReference(type=SocialActivityAchievementPersistence.class) protected SocialActivityAchievementPersistence socialActivityAchievementPersistence
@BeanReference(type=SocialActivityCounterLocalService.class) protected SocialActivityCounterLocalService socialActivityCounterLocalService
@BeanReference(type=SocialActivityCounterPersistence.class) protected SocialActivityCounterPersistence socialActivityCounterPersistence
@BeanReference(type=SocialActivityCounterFinder.class) protected SocialActivityCounterFinder socialActivityCounterFinder
@BeanReference(type=SocialActivityInterpreterLocalService.class) protected SocialActivityInterpreterLocalService socialActivityInterpreterLocalService
@BeanReference(type=SocialActivityLimitLocalService.class) protected SocialActivityLimitLocalService socialActivityLimitLocalService
@BeanReference(type=SocialActivityLimitPersistence.class) protected SocialActivityLimitPersistence socialActivityLimitPersistence
@BeanReference(type=SocialActivitySetLocalService.class) protected SocialActivitySetLocalService socialActivitySetLocalService
@BeanReference(type=SocialActivitySetPersistence.class) protected SocialActivitySetPersistence socialActivitySetPersistence
@BeanReference(type=SocialActivitySetFinder.class) protected SocialActivitySetFinder socialActivitySetFinder
@BeanReference(type=SocialActivitySettingLocalService.class) protected SocialActivitySettingLocalService socialActivitySettingLocalService
@BeanReference(type=SocialActivitySettingService.class) protected SocialActivitySettingService socialActivitySettingService
@BeanReference(type=SocialActivitySettingPersistence.class) protected SocialActivitySettingPersistence socialActivitySettingPersistence
@BeanReference(type=SocialRelationLocalService.class) protected SocialRelationLocalService socialRelationLocalService
@BeanReference(type=SocialRelationPersistence.class) protected SocialRelationPersistence socialRelationPersistence
@BeanReference(type=SocialRequestLocalService.class) protected SocialRequestLocalService socialRequestLocalService
@BeanReference(type=SocialRequestService.class) protected SocialRequestService socialRequestService
@BeanReference(type=SocialRequestPersistence.class) protected SocialRequestPersistence socialRequestPersistence
@BeanReference(type=SocialRequestInterpreterLocalService.class) protected SocialRequestInterpreterLocalService socialRequestInterpreterLocalService
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail |
---|
public SocialRequestLocalServiceBaseImpl()
Method Detail |
---|
@Indexable(type=REINDEX) public SocialRequest addSocialRequest(SocialRequest socialRequest) throws SystemException
addSocialRequest
in interface SocialRequestLocalService
socialRequest
- the social request
SystemException
- if a system exception occurredpublic SocialRequest createSocialRequest(long requestId)
createSocialRequest
in interface SocialRequestLocalService
requestId
- the primary key for the new social request
@Indexable(type=DELETE) public SocialRequest deleteSocialRequest(long requestId) throws PortalException, SystemException
deleteSocialRequest
in interface SocialRequestLocalService
requestId
- the primary key of the social request
PortalException
- if a social request with the primary key could not be found
SystemException
- if a system exception occurred@Indexable(type=DELETE) public SocialRequest deleteSocialRequest(SocialRequest socialRequest) throws SystemException
deleteSocialRequest
in interface SocialRequestLocalService
socialRequest
- the social request
SystemException
- if a system exception occurredpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface SocialRequestLocalService
public List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery
in interface SocialRequestLocalService
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from SocialRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface SocialRequestLocalService
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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from SocialRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface SocialRequestLocalService
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 SocialRequestLocalService
dynamicQuery
- the dynamic query
SystemException
- if a system exception occurredpublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQueryCount
in interface SocialRequestLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query
SystemException
- if a system exception occurredpublic SocialRequest fetchSocialRequest(long requestId) throws SystemException
fetchSocialRequest
in interface SocialRequestLocalService
SystemException
public SocialRequest fetchSocialRequestByUuidAndCompanyId(String uuid, long companyId) throws SystemException
fetchSocialRequestByUuidAndCompanyId
in interface SocialRequestLocalService
uuid
- the social request's UUIDcompanyId
- the primary key of the company
null
if a matching social request could not be found
SystemException
- if a system exception occurredpublic SocialRequest fetchSocialRequestByUuidAndGroupId(String uuid, long groupId) throws SystemException
fetchSocialRequestByUuidAndGroupId
in interface SocialRequestLocalService
uuid
- the social request's UUIDgroupId
- the primary key of the group
null
if a matching social request could not be found
SystemException
- if a system exception occurredpublic SocialRequest getSocialRequest(long requestId) throws PortalException, SystemException
getSocialRequest
in interface SocialRequestLocalService
requestId
- the primary key of the social request
PortalException
- if a social request 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 SocialRequestLocalService
PortalException
SystemException
public SocialRequest getSocialRequestByUuidAndCompanyId(String uuid, long companyId) throws PortalException, SystemException
getSocialRequestByUuidAndCompanyId
in interface SocialRequestLocalService
uuid
- the social request's UUIDcompanyId
- the primary key of the company
PortalException
- if a matching social request could not be found
SystemException
- if a system exception occurredpublic SocialRequest getSocialRequestByUuidAndGroupId(String uuid, long groupId) throws PortalException, SystemException
getSocialRequestByUuidAndGroupId
in interface SocialRequestLocalService
uuid
- the social request's UUIDgroupId
- the primary key of the group
PortalException
- if a matching social request could not be found
SystemException
- if a system exception occurredpublic 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. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from SocialRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getSocialRequests
in interface SocialRequestLocalService
start
- the lower bound of the range of social requestsend
- the upper bound of the range of social requests (not inclusive)
SystemException
- if a system exception occurredpublic int getSocialRequestsCount() throws SystemException
getSocialRequestsCount
in interface SocialRequestLocalService
SystemException
- if a system exception occurred@Indexable(type=REINDEX) public SocialRequest updateSocialRequest(SocialRequest socialRequest) throws SystemException
updateSocialRequest
in interface SocialRequestLocalService
socialRequest
- the social request
SystemException
- if a system exception occurredpublic SocialActivityLocalService getSocialActivityLocalService()
public void setSocialActivityLocalService(SocialActivityLocalService socialActivityLocalService)
socialActivityLocalService
- the social activity local servicepublic SocialActivityService getSocialActivityService()
public void setSocialActivityService(SocialActivityService socialActivityService)
socialActivityService
- the social activity remote servicepublic SocialActivityPersistence getSocialActivityPersistence()
public void setSocialActivityPersistence(SocialActivityPersistence socialActivityPersistence)
socialActivityPersistence
- the social activity persistencepublic SocialActivityFinder getSocialActivityFinder()
public void setSocialActivityFinder(SocialActivityFinder socialActivityFinder)
socialActivityFinder
- the social activity finderpublic SocialActivityAchievementLocalService getSocialActivityAchievementLocalService()
public void setSocialActivityAchievementLocalService(SocialActivityAchievementLocalService socialActivityAchievementLocalService)
socialActivityAchievementLocalService
- the social activity achievement local servicepublic SocialActivityAchievementPersistence getSocialActivityAchievementPersistence()
public void setSocialActivityAchievementPersistence(SocialActivityAchievementPersistence socialActivityAchievementPersistence)
socialActivityAchievementPersistence
- the social activity achievement persistencepublic SocialActivityCounterLocalService getSocialActivityCounterLocalService()
public void setSocialActivityCounterLocalService(SocialActivityCounterLocalService socialActivityCounterLocalService)
socialActivityCounterLocalService
- the social activity counter local servicepublic SocialActivityCounterPersistence getSocialActivityCounterPersistence()
public void setSocialActivityCounterPersistence(SocialActivityCounterPersistence socialActivityCounterPersistence)
socialActivityCounterPersistence
- the social activity counter persistencepublic SocialActivityCounterFinder getSocialActivityCounterFinder()
public void setSocialActivityCounterFinder(SocialActivityCounterFinder socialActivityCounterFinder)
socialActivityCounterFinder
- the social activity counter finderpublic SocialActivityInterpreterLocalService getSocialActivityInterpreterLocalService()
public void setSocialActivityInterpreterLocalService(SocialActivityInterpreterLocalService socialActivityInterpreterLocalService)
socialActivityInterpreterLocalService
- the social activity interpreter local servicepublic SocialActivityLimitLocalService getSocialActivityLimitLocalService()
public void setSocialActivityLimitLocalService(SocialActivityLimitLocalService socialActivityLimitLocalService)
socialActivityLimitLocalService
- the social activity limit local servicepublic SocialActivityLimitPersistence getSocialActivityLimitPersistence()
public void setSocialActivityLimitPersistence(SocialActivityLimitPersistence socialActivityLimitPersistence)
socialActivityLimitPersistence
- the social activity limit persistencepublic SocialActivitySetLocalService getSocialActivitySetLocalService()
public void setSocialActivitySetLocalService(SocialActivitySetLocalService socialActivitySetLocalService)
socialActivitySetLocalService
- the social activity set local servicepublic SocialActivitySetPersistence getSocialActivitySetPersistence()
public void setSocialActivitySetPersistence(SocialActivitySetPersistence socialActivitySetPersistence)
socialActivitySetPersistence
- the social activity set persistencepublic SocialActivitySetFinder getSocialActivitySetFinder()
public void setSocialActivitySetFinder(SocialActivitySetFinder socialActivitySetFinder)
socialActivitySetFinder
- the social activity set finderpublic SocialActivitySettingLocalService getSocialActivitySettingLocalService()
public void setSocialActivitySettingLocalService(SocialActivitySettingLocalService socialActivitySettingLocalService)
socialActivitySettingLocalService
- the social activity setting local servicepublic SocialActivitySettingService getSocialActivitySettingService()
public void setSocialActivitySettingService(SocialActivitySettingService socialActivitySettingService)
socialActivitySettingService
- the social activity setting remote servicepublic SocialActivitySettingPersistence getSocialActivitySettingPersistence()
public void setSocialActivitySettingPersistence(SocialActivitySettingPersistence socialActivitySettingPersistence)
socialActivitySettingPersistence
- the social activity setting persistencepublic SocialRelationLocalService getSocialRelationLocalService()
public void setSocialRelationLocalService(SocialRelationLocalService socialRelationLocalService)
socialRelationLocalService
- the social relation local servicepublic SocialRelationPersistence getSocialRelationPersistence()
public void setSocialRelationPersistence(SocialRelationPersistence socialRelationPersistence)
socialRelationPersistence
- the social relation persistencepublic SocialRequestLocalService getSocialRequestLocalService()
public void setSocialRequestLocalService(SocialRequestLocalService socialRequestLocalService)
socialRequestLocalService
- the social request local servicepublic SocialRequestService getSocialRequestService()
public void setSocialRequestService(SocialRequestService socialRequestService)
socialRequestService
- the social request remote servicepublic SocialRequestPersistence getSocialRequestPersistence()
public void setSocialRequestPersistence(SocialRequestPersistence socialRequestPersistence)
socialRequestPersistence
- the social request persistencepublic SocialRequestInterpreterLocalService getSocialRequestInterpreterLocalService()
public void setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
socialRequestInterpreterLocalService
- the social request interpreter local servicepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService
- the resource local servicepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService
- the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService
- the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence
- the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder
- the user finderpublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier
in interface IdentifiableBean
getBeanIdentifier
in interface SocialRequestLocalService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface IdentifiableBean
setBeanIdentifier
in interface SocialRequestLocalService
beanIdentifier
- the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql) throws SystemException
sql
- the sql query
SystemException
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |