Liferay 7.0-ce-b7 portal-impl

com.liferay.portlet.messageboards.service.base
Class MBStatsUserLocalServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.message.boards.kernel.service.MBStatsUserLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
Direct Known Subclasses:
MBStatsUserLocalServiceImpl

@ProviderType
public abstract class MBStatsUserLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.message.boards.kernel.service.MBStatsUserLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService

Provides the base implementation for the message boards stats user 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 MBStatsUserLocalServiceImpl.

See Also:
MBStatsUserLocalServiceImpl, MBStatsUserLocalServiceUtil
{$generated.description}

Field Summary
protected  com.liferay.counter.kernel.service.CounterLocalService counterLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
           
protected  com.liferay.portal.kernel.service.GroupLocalService groupLocalService
           
protected  com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
           
protected  com.liferay.message.boards.kernel.service.persistence.MBMessageFinder mbMessageFinder
           
protected  com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService
           
protected  com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  com.liferay.message.boards.kernel.service.MBStatsUserLocalService mbStatsUserLocalService
           
protected  com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence mbStatsUserPersistence
           
protected  com.liferay.message.boards.kernel.service.persistence.MBThreadFinder mbThreadFinder
           
protected  com.liferay.message.boards.kernel.service.MBThreadLocalService mbThreadLocalService
           
protected  com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence mbThreadPersistence
           
protected  com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
           
protected  com.liferay.portal.kernel.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.kernel.service.UserLocalService userLocalService
           
protected  com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
           
 
Constructor Summary
MBStatsUserLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.message.boards.kernel.model.MBStatsUser addMBStatsUser(com.liferay.message.boards.kernel.model.MBStatsUser mbStatsUser)
          Adds the message boards stats user to the database.
 void afterPropertiesSet()
           
 com.liferay.message.boards.kernel.model.MBStatsUser createMBStatsUser(long statsUserId)
          Creates a new message boards stats user with the primary key.
 com.liferay.message.boards.kernel.model.MBStatsUser deleteMBStatsUser(long statsUserId)
          Deletes the message boards stats user with the primary key from the database.
 com.liferay.message.boards.kernel.model.MBStatsUser deleteMBStatsUser(com.liferay.message.boards.kernel.model.MBStatsUser mbStatsUser)
          Deletes the message boards stats user from the database.
 com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
           
 void destroy()
           
 com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> 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> 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.message.boards.kernel.model.MBStatsUser fetchMBStatsUser(long statsUserId)
           
 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
           
 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
          Returns the counter local service.
 com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
          Returns the group finder.
 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.message.boards.kernel.service.persistence.MBMessageFinder getMBMessageFinder()
          Returns the message-boards message finder.
 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.
 com.liferay.message.boards.kernel.model.MBStatsUser getMBStatsUser(long statsUserId)
          Returns the message boards stats user with the primary key.
 com.liferay.message.boards.kernel.service.MBStatsUserLocalService getMBStatsUserLocalService()
          Returns the message boards stats user local service.
 com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence getMBStatsUserPersistence()
          Returns the message boards stats user persistence.
 List<com.liferay.message.boards.kernel.model.MBStatsUser> getMBStatsUsers(int start, int end)
          Returns a range of all the message boards stats users.
 int getMBStatsUsersCount()
          Returns the number of message boards stats users.
 com.liferay.message.boards.kernel.service.persistence.MBThreadFinder getMBThreadFinder()
          Returns the message boards thread finder.
 com.liferay.message.boards.kernel.service.MBThreadLocalService getMBThreadLocalService()
          Returns the message boards thread local service.
 com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence getMBThreadPersistence()
          Returns the message boards thread persistence.
protected  Class<?> getModelClass()
           
protected  String getModelClassName()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
          Returns the user finder.
 com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
          Returns the user local service.
 com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
          Returns the user persistence.
protected  void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
           
protected  void runSQL(String sql)
          Performs a SQL query.
 void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
          Sets the counter local service.
 void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
          Sets the group finder.
 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 setMBMessageFinder(com.liferay.message.boards.kernel.service.persistence.MBMessageFinder mbMessageFinder)
          Sets the message-boards message finder.
 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 setMBStatsUserLocalService(com.liferay.message.boards.kernel.service.MBStatsUserLocalService mbStatsUserLocalService)
          Sets the message boards stats user local service.
 void setMBStatsUserPersistence(com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void setMBThreadFinder(com.liferay.message.boards.kernel.service.persistence.MBThreadFinder mbThreadFinder)
          Sets the message boards thread finder.
 void setMBThreadLocalService(com.liferay.message.boards.kernel.service.MBThreadLocalService mbThreadLocalService)
          Sets the message boards thread local service.
 void setMBThreadPersistence(com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence mbThreadPersistence)
          Sets the message boards thread persistence.
 void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
          Sets the user finder.
 void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
          Sets the user local service.
 void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
          Sets the user persistence.
 com.liferay.message.boards.kernel.model.MBStatsUser updateMBStatsUser(com.liferay.message.boards.kernel.model.MBStatsUser mbStatsUser)
          Updates the message boards stats user in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
addStatsUser, deleteStatsUser, deleteStatsUser, deleteStatsUsersByGroupId, deleteStatsUsersByUserId, getLastPostDateByUserId, getMessageCountByGroupId, getMessageCountByUserId, getStatsUser, getStatsUsersByGroupId, getStatsUsersByGroupIdCount, getStatsUsersByUserId, updateStatsUser, updateStatsUser, updateStatsUser
 

Field Detail

mbStatsUserLocalService

@BeanReference(type=com.liferay.message.boards.kernel.service.MBStatsUserLocalService.class)
protected com.liferay.message.boards.kernel.service.MBStatsUserLocalService mbStatsUserLocalService

mbStatsUserPersistence

@BeanReference(type=com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence.class)
protected com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence mbStatsUserPersistence

counterLocalService

@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class)
protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService

groupLocalService

@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class)
protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService

groupPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class)
protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence

groupFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class)
protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder

userLocalService

@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class)
protected com.liferay.portal.kernel.service.UserLocalService userLocalService

userPersistence

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class)
protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence

userFinder

@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class)
protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder

mbMessageLocalService

@BeanReference(type=com.liferay.message.boards.kernel.service.MBMessageLocalService.class)
protected com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService

mbMessagePersistence

@BeanReference(type=com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence.class)
protected com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(type=com.liferay.message.boards.kernel.service.persistence.MBMessageFinder.class)
protected com.liferay.message.boards.kernel.service.persistence.MBMessageFinder mbMessageFinder

mbThreadLocalService

@BeanReference(type=com.liferay.message.boards.kernel.service.MBThreadLocalService.class)
protected com.liferay.message.boards.kernel.service.MBThreadLocalService mbThreadLocalService

mbThreadPersistence

@BeanReference(type=com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence.class)
protected com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence mbThreadPersistence

mbThreadFinder

@BeanReference(type=com.liferay.message.boards.kernel.service.persistence.MBThreadFinder.class)
protected com.liferay.message.boards.kernel.service.persistence.MBThreadFinder mbThreadFinder

persistedModelLocalServiceRegistry

@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class)
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
Constructor Detail

MBStatsUserLocalServiceBaseImpl

public MBStatsUserLocalServiceBaseImpl()
Method Detail

addMBStatsUser

@Indexable(type=REINDEX)
public com.liferay.message.boards.kernel.model.MBStatsUser addMBStatsUser(com.liferay.message.boards.kernel.model.MBStatsUser mbStatsUser)
Adds the message boards stats user to the database. Also notifies the appropriate model listeners.

Specified by:
addMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
mbStatsUser - the message boards stats user
Returns:
the message boards stats user that was added

createMBStatsUser

public com.liferay.message.boards.kernel.model.MBStatsUser createMBStatsUser(long statsUserId)
Creates a new message boards stats user with the primary key. Does not add the message boards stats user to the database.

Specified by:
createMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
statsUserId - the primary key for the new message boards stats user
Returns:
the new message boards stats user

deleteMBStatsUser

@Indexable(type=DELETE)
public com.liferay.message.boards.kernel.model.MBStatsUser deleteMBStatsUser(long statsUserId)
                                                                      throws com.liferay.portal.kernel.exception.PortalException
Deletes the message boards stats user with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
statsUserId - the primary key of the message boards stats user
Returns:
the message boards stats user that was removed
Throws:
com.liferay.portal.kernel.exception.PortalException - if a message boards stats user with the primary key could not be found

deleteMBStatsUser

@Indexable(type=DELETE)
public com.liferay.message.boards.kernel.model.MBStatsUser deleteMBStatsUser(com.liferay.message.boards.kernel.model.MBStatsUser mbStatsUser)
Deletes the message boards stats user from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
mbStatsUser - the message boards stats user
Returns:
the message boards stats user that was removed

dynamicQuery

public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService

dynamicQuery

public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> 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.

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 MBStatsUserModelImpl. 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.

Specified by:
dynamicQuery in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> 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.

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 MBStatsUserModelImpl. 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.

Specified by:
dynamicQuery in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public 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.

Specified by:
dynamicQueryCount in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchMBStatsUser

public com.liferay.message.boards.kernel.model.MBStatsUser fetchMBStatsUser(long statsUserId)
Specified by:
fetchMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService

getMBStatsUser

public com.liferay.message.boards.kernel.model.MBStatsUser getMBStatsUser(long statsUserId)
                                                                   throws com.liferay.portal.kernel.exception.PortalException
Returns the message boards stats user with the primary key.

Specified by:
getMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
statsUserId - the primary key of the message boards stats user
Returns:
the message boards stats user
Throws:
com.liferay.portal.kernel.exception.PortalException - if a message boards stats user with the primary key could not be found

getActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService

getIndexableActionableDynamicQuery

public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
Specified by:
getIndexableActionableDynamicQuery in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService

initActionableDynamicQuery

protected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)

deletePersistedModel

public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
                                                                    throws com.liferay.portal.kernel.exception.PortalException
Specified by:
deletePersistedModel in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Specified by:
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getPersistedModel

public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                                                 throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getPersistedModel in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Specified by:
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException

getMBStatsUsers

public List<com.liferay.message.boards.kernel.model.MBStatsUser> getMBStatsUsers(int start,
                                                                                 int end)
Returns a range of all the message boards stats users.

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 MBStatsUserModelImpl. 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.

Specified by:
getMBStatsUsers in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
start - the lower bound of the range of message boards stats users
end - the upper bound of the range of message boards stats users (not inclusive)
Returns:
the range of message boards stats users

getMBStatsUsersCount

public int getMBStatsUsersCount()
Returns the number of message boards stats users.

Specified by:
getMBStatsUsersCount in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Returns:
the number of message boards stats users

updateMBStatsUser

@Indexable(type=REINDEX)
public com.liferay.message.boards.kernel.model.MBStatsUser updateMBStatsUser(com.liferay.message.boards.kernel.model.MBStatsUser mbStatsUser)
Updates the message boards stats user in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateMBStatsUser in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Parameters:
mbStatsUser - the message boards stats user
Returns:
the message boards stats user that was updated

getMBStatsUserLocalService

public com.liferay.message.boards.kernel.service.MBStatsUserLocalService getMBStatsUserLocalService()
Returns the message boards stats user local service.

Returns:
the message boards stats user local service

setMBStatsUserLocalService

public void setMBStatsUserLocalService(com.liferay.message.boards.kernel.service.MBStatsUserLocalService mbStatsUserLocalService)
Sets the message boards stats user local service.

Parameters:
mbStatsUserLocalService - the message boards stats user local service

getMBStatsUserPersistence

public com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence getMBStatsUserPersistence()
Returns the message boards stats user persistence.

Returns:
the message boards stats user persistence

setMBStatsUserPersistence

public void setMBStatsUserPersistence(com.liferay.message.boards.kernel.service.persistence.MBStatsUserPersistence mbStatsUserPersistence)
Sets the message boards stats user persistence.

Parameters:
mbStatsUserPersistence - the message boards stats user persistence

getCounterLocalService

public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
Returns the counter local service.

Returns:
the counter local service

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.

Parameters:
counterLocalService - the counter local service

getGroupLocalService

public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
Returns the group local service.

Returns:
the group local service

setGroupLocalService

public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.

Parameters:
groupLocalService - the group local service

getGroupPersistence

public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
Returns the group persistence.

Returns:
the group persistence

setGroupPersistence

public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.

Parameters:
groupPersistence - the group persistence

getGroupFinder

public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
Returns the group finder.

Returns:
the group finder

setGroupFinder

public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.

Parameters:
groupFinder - the group finder

getUserLocalService

public com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
Returns the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserPersistence

public com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
Returns the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
Returns the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

getMBMessageLocalService

public com.liferay.message.boards.kernel.service.MBMessageLocalService getMBMessageLocalService()
Returns the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

public void setMBMessageLocalService(com.liferay.message.boards.kernel.service.MBMessageLocalService mbMessageLocalService)
Sets the message-boards message local service.

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessagePersistence

public com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence getMBMessagePersistence()
Returns the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(com.liferay.message.boards.kernel.service.persistence.MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public com.liferay.message.boards.kernel.service.persistence.MBMessageFinder getMBMessageFinder()
Returns the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(com.liferay.message.boards.kernel.service.persistence.MBMessageFinder mbMessageFinder)
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getMBThreadLocalService

public com.liferay.message.boards.kernel.service.MBThreadLocalService getMBThreadLocalService()
Returns the message boards thread local service.

Returns:
the message boards thread local service

setMBThreadLocalService

public void setMBThreadLocalService(com.liferay.message.boards.kernel.service.MBThreadLocalService mbThreadLocalService)
Sets the message boards thread local service.

Parameters:
mbThreadLocalService - the message boards thread local service

getMBThreadPersistence

public com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence getMBThreadPersistence()
Returns the message boards thread persistence.

Returns:
the message boards thread persistence

setMBThreadPersistence

public void setMBThreadPersistence(com.liferay.message.boards.kernel.service.persistence.MBThreadPersistence mbThreadPersistence)
Sets the message boards thread persistence.

Parameters:
mbThreadPersistence - the message boards thread persistence

getMBThreadFinder

public com.liferay.message.boards.kernel.service.persistence.MBThreadFinder getMBThreadFinder()
Returns the message boards thread finder.

Returns:
the message boards thread finder

setMBThreadFinder

public void setMBThreadFinder(com.liferay.message.boards.kernel.service.persistence.MBThreadFinder mbThreadFinder)
Sets the message boards thread finder.

Parameters:
mbThreadFinder - the message boards thread finder

afterPropertiesSet

public void afterPropertiesSet()

destroy

public void destroy()

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface com.liferay.message.boards.kernel.service.MBStatsUserLocalService
Specified by:
getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Returns:
the OSGi service identifier

getModelClass

protected Class<?> getModelClass()

getModelClassName

protected String getModelClassName()

runSQL

protected void runSQL(String sql)
Performs a SQL query.

Parameters:
sql - the sql query

Liferay 7.0-ce-b7 portal-impl