@ProviderType
public abstract class UserThreadLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.social.privatemessaging.service.UserThreadLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in UserThreadLocalServiceImpl.
UserThreadLocalServiceImpl,
UserThreadLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.portal.kernel.service.CompanyLocalService |
companyLocalService |
protected com.liferay.portal.kernel.service.persistence.CompanyPersistence |
companyPersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.LayoutLocalService |
layoutLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutPersistence |
layoutPersistence |
protected com.liferay.message.boards.kernel.service.MBMessageLocalService |
mbMessageLocalService |
protected com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence |
mbMessagePersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.ResourceLocalService |
resourceLocalService |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.UserNotificationEventLocalService |
userNotificationEventLocalService |
protected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence |
userNotificationEventPersistence |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
protected com.liferay.social.privatemessaging.service.UserThreadLocalService |
userThreadLocalService |
protected com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence |
userThreadPersistence |
| Constructor and Description |
|---|
UserThreadLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.social.privatemessaging.model.UserThread |
addUserThread(com.liferay.social.privatemessaging.model.UserThread userThread)
Adds the user thread to the database.
|
void |
afterPropertiesSet() |
com.liferay.social.privatemessaging.model.UserThread |
createUserThread(long userThreadId)
Creates a new user thread with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.social.privatemessaging.model.UserThread |
deleteUserThread(long userThreadId)
Deletes the user thread with the primary key from the database.
|
com.liferay.social.privatemessaging.model.UserThread |
deleteUserThread(com.liferay.social.privatemessaging.model.UserThread userThread)
Deletes the user thread from the database.
|
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
com.liferay.social.privatemessaging.model.UserThread |
fetchUserThread(long userThreadId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.portal.kernel.service.CompanyLocalService |
getCompanyLocalService()
Returns the company local service.
|
com.liferay.portal.kernel.service.persistence.CompanyPersistence |
getCompanyPersistence()
Returns the company persistence.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
com.liferay.portal.kernel.service.LayoutLocalService |
getLayoutLocalService()
Returns the layout local service.
|
com.liferay.portal.kernel.service.persistence.LayoutPersistence |
getLayoutPersistence()
Returns the layout persistence.
|
com.liferay.message.boards.kernel.service.MBMessageLocalService |
getMBMessageLocalService()
Returns the message-boards message local service.
|
com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence |
getMBMessagePersistence()
Returns the message-boards message persistence.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
com.liferay.portal.kernel.service.ResourceLocalService |
getResourceLocalService()
Returns the resource local service.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.UserNotificationEventLocalService |
getUserNotificationEventLocalService()
Returns the user notification event local service.
|
com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence |
getUserNotificationEventPersistence()
Returns the user notification event persistence.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
com.liferay.social.privatemessaging.model.UserThread |
getUserThread(long userThreadId)
Returns the user thread with the primary key.
|
com.liferay.social.privatemessaging.service.UserThreadLocalService |
getUserThreadLocalService()
Returns the user thread local service.
|
com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence |
getUserThreadPersistence()
Returns the user thread persistence.
|
java.util.List<com.liferay.social.privatemessaging.model.UserThread> |
getUserThreads(int start,
int end)
Returns a range of all the user threads.
|
int |
getUserThreadsCount()
Returns the number of user threads.
|
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
Sets the company local service.
|
void |
setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
Sets the company persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
Sets the layout local service.
|
void |
setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
Sets the layout persistence.
|
void |
setMBMessageLocalService(com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service.
|
void |
setMBMessagePersistence(com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.
|
void |
setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
Sets the resource local service.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserNotificationEventLocalService(com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService)
Sets the user notification event local service.
|
void |
setUserNotificationEventPersistence(com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence)
Sets the user notification event persistence.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
void |
setUserThreadLocalService(com.liferay.social.privatemessaging.service.UserThreadLocalService userThreadLocalService)
Sets the user thread local service.
|
void |
setUserThreadPersistence(com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence userThreadPersistence)
Sets the user thread persistence.
|
com.liferay.social.privatemessaging.model.UserThread |
updateUserThread(com.liferay.social.privatemessaging.model.UserThread userThread)
Updates the user thread in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPrivateMessage, addPrivateMessageBranch, addUserThread, deleteUser, deleteUserThread, fetchUserThread, getMBThreadUserThreads, getUserThread, getUserUserThreadCount, getUserUserThreadCount, getUserUserThreads, getUserUserThreads, getUserUserThreads, markUserThreadAsRead, markUserThreadAsUnread, updateUserName@BeanReference(type=com.liferay.social.privatemessaging.service.UserThreadLocalService.class) protected com.liferay.social.privatemessaging.service.UserThreadLocalService userThreadLocalService
@BeanReference(type=com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence.class) protected com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence userThreadPersistence
@ServiceReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
@ServiceReference(type=com.liferay.portal.kernel.service.CompanyLocalService.class) protected com.liferay.portal.kernel.service.CompanyLocalService companyLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.CompanyPersistence.class) protected com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence
@ServiceReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@ServiceReference(type=com.liferay.portal.kernel.service.LayoutLocalService.class) protected com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.LayoutPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence
@ServiceReference(type=com.liferay.portal.kernel.service.ResourceLocalService.class) protected com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@ServiceReference(type=com.liferay.portal.kernel.service.UserNotificationEventLocalService.class) protected com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService
@ServiceReference(type=com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence
@ServiceReference(type=com.liferay.message.boards.kernel.service.MBMessageLocalService.class) protected com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService
@ServiceReference(type=com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence.class) protected com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence mbMessagePersistence
@ServiceReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.social.privatemessaging.model.UserThread addUserThread(com.liferay.social.privatemessaging.model.UserThread userThread)
addUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceuserThread - the user threadpublic com.liferay.social.privatemessaging.model.UserThread createUserThread(long userThreadId)
createUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceuserThreadId - the primary key for the new user thread@Indexable(type=DELETE)
public com.liferay.social.privatemessaging.model.UserThread deleteUserThread(long userThreadId)
throws com.liferay.portal.kernel.exception.PortalException
deleteUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceuserThreadId - the primary key of the user threadcom.liferay.portal.kernel.exception.PortalException - if a user thread with the primary key could not be found@Indexable(type=DELETE) public com.liferay.social.privatemessaging.model.UserThread deleteUserThread(com.liferay.social.privatemessaging.model.UserThread userThread)
deleteUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceuserThread - the user threadpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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 UserThreadModelImpl. 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 com.liferay.social.privatemessaging.service.UserThreadLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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 UserThreadModelImpl. 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 com.liferay.social.privatemessaging.service.UserThreadLocalServicedynamicQuery - 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)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.social.privatemessaging.model.UserThread fetchUserThread(long userThreadId)
fetchUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicepublic com.liferay.social.privatemessaging.model.UserThread getUserThread(long userThreadId)
throws com.liferay.portal.kernel.exception.PortalException
getUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceuserThreadId - the primary key of the user threadcom.liferay.portal.kernel.exception.PortalException - if a user thread with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.social.privatemessaging.model.UserThread> getUserThreads(int start,
int end)
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 UserThreadModelImpl. 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.
getUserThreads in interface com.liferay.social.privatemessaging.service.UserThreadLocalServicestart - the lower bound of the range of user threadsend - the upper bound of the range of user threads (not inclusive)public int getUserThreadsCount()
getUserThreadsCount in interface com.liferay.social.privatemessaging.service.UserThreadLocalService@Indexable(type=REINDEX) public com.liferay.social.privatemessaging.model.UserThread updateUserThread(com.liferay.social.privatemessaging.model.UserThread userThread)
updateUserThread in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceuserThread - the user threadpublic com.liferay.social.privatemessaging.service.UserThreadLocalService getUserThreadLocalService()
public void setUserThreadLocalService(com.liferay.social.privatemessaging.service.UserThreadLocalService userThreadLocalService)
userThreadLocalService - the user thread local servicepublic com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence getUserThreadPersistence()
public void setUserThreadPersistence(com.liferay.social.privatemessaging.service.persistence.UserThreadPersistence userThreadPersistence)
userThreadPersistence - the user thread persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.kernel.service.CompanyLocalService getCompanyLocalService()
public void setCompanyLocalService(com.liferay.portal.kernel.service.CompanyLocalService companyLocalService)
companyLocalService - the company local servicepublic com.liferay.portal.kernel.service.persistence.CompanyPersistence getCompanyPersistence()
public void setCompanyPersistence(com.liferay.portal.kernel.service.persistence.CompanyPersistence companyPersistence)
companyPersistence - the company persistencepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.kernel.service.LayoutLocalService getLayoutLocalService()
public void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
layoutLocalService - the layout local servicepublic com.liferay.portal.kernel.service.persistence.LayoutPersistence getLayoutPersistence()
public void setLayoutPersistence(com.liferay.portal.kernel.service.persistence.LayoutPersistence layoutPersistence)
layoutPersistence - the layout persistencepublic com.liferay.portal.kernel.service.ResourceLocalService getResourceLocalService()
public void setResourceLocalService(com.liferay.portal.kernel.service.ResourceLocalService resourceLocalService)
resourceLocalService - the resource local servicepublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.kernel.service.UserNotificationEventLocalService getUserNotificationEventLocalService()
public void setUserNotificationEventLocalService(com.liferay.portal.kernel.service.UserNotificationEventLocalService userNotificationEventLocalService)
userNotificationEventLocalService - the user notification event local servicepublic com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence getUserNotificationEventPersistence()
public void setUserNotificationEventPersistence(com.liferay.portal.kernel.service.persistence.UserNotificationEventPersistence userNotificationEventPersistence)
userNotificationEventPersistence - the user notification event persistencepublic com.liferay.message.boards.kernel.service.MBMessageLocalService getMBMessageLocalService()
public void setMBMessageLocalService(com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService)
mbMessageLocalService - the message-boards message local servicepublic com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence getMBMessagePersistence()
public void setMBMessagePersistence(com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence mbMessagePersistence)
mbMessagePersistence - the message-boards message persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.social.privatemessaging.service.UserThreadLocalServiceprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query