Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.base.MBMailingListLocalServiceBaseImpl
All Implemented Interfaces:
MBMailingListLocalService
Direct Known Subclasses:
MBMailingListLocalServiceImpl

public abstract class MBMailingListLocalServiceBaseImpl
extends Object
implements MBMailingListLocalService

The base implementation of the message boards mailing list 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 MBMailingListLocalServiceImpl.

Never modify or reference this class directly. Always use MBMailingListLocalServiceUtil to access the message boards mailing list local service.

See Also:
MBMailingListLocalServiceImpl, MBMailingListLocalServiceUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
protected  CounterLocalService counterLocalService
           
protected  MBBanLocalService mbBanLocalService
           
protected  MBBanPersistence mbBanPersistence
           
protected  MBBanService mbBanService
           
protected  MBCategoryFinder mbCategoryFinder
           
protected  MBCategoryLocalService mbCategoryLocalService
           
protected  MBCategoryPersistence mbCategoryPersistence
           
protected  MBCategoryService mbCategoryService
           
protected  MBDiscussionLocalService mbDiscussionLocalService
           
protected  MBDiscussionPersistence mbDiscussionPersistence
           
protected  MBMailingListLocalService mbMailingListLocalService
           
protected  MBMailingListPersistence mbMailingListPersistence
           
protected  MBMessageFinder mbMessageFinder
           
protected  MBMessageFlagLocalService mbMessageFlagLocalService
           
protected  MBMessageFlagPersistence mbMessageFlagPersistence
           
protected  MBMessageFlagService mbMessageFlagService
           
protected  MBMessageLocalService mbMessageLocalService
           
protected  MBMessagePersistence mbMessagePersistence
           
protected  MBMessageService mbMessageService
           
protected  MBStatsUserLocalService mbStatsUserLocalService
           
protected  MBStatsUserPersistence mbStatsUserPersistence
           
protected  MBThreadFinder mbThreadFinder
           
protected  MBThreadLocalService mbThreadLocalService
           
protected  MBThreadPersistence mbThreadPersistence
           
protected  MBThreadService mbThreadService
           
protected  ResourceFinder resourceFinder
           
protected  ResourceLocalService resourceLocalService
           
protected  ResourcePersistence resourcePersistence
           
protected  ResourceService resourceService
           
protected  UserFinder userFinder
           
protected  UserLocalService userLocalService
           
protected  UserPersistence userPersistence
           
protected  UserService userService
           
 
Constructor Summary
MBMailingListLocalServiceBaseImpl()
           
 
Method Summary
 MBMailingList addMBMailingList(MBMailingList mbMailingList)
          Adds the message boards mailing list to the database.
 MBMailingList createMBMailingList(long mailingListId)
          Creates a new message boards mailing list with the primary key.
 void deleteMBMailingList(long mailingListId)
          Deletes the message boards mailing list with the primary key from the database.
 void deleteMBMailingList(MBMailingList mbMailingList)
          Deletes the message boards mailing list from the database.
 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)
          Counts the number of rows that match the dynamic query.
 CounterLocalService getCounterLocalService()
          Gets the counter local service.
 MBBanLocalService getMBBanLocalService()
          Gets the message boards ban local service.
 MBBanPersistence getMBBanPersistence()
          Gets the message boards ban persistence.
 MBBanService getMBBanService()
          Gets the message boards ban remote service.
 MBCategoryFinder getMBCategoryFinder()
          Gets the message boards category finder.
 MBCategoryLocalService getMBCategoryLocalService()
          Gets the message boards category local service.
 MBCategoryPersistence getMBCategoryPersistence()
          Gets the message boards category persistence.
 MBCategoryService getMBCategoryService()
          Gets the message boards category remote service.
 MBDiscussionLocalService getMBDiscussionLocalService()
          Gets the message boards discussion local service.
 MBDiscussionPersistence getMBDiscussionPersistence()
          Gets the message boards discussion persistence.
 MBMailingList getMBMailingList(long mailingListId)
          Gets the message boards mailing list with the primary key.
 MBMailingList getMBMailingListByUuidAndGroupId(String uuid, long groupId)
          Gets the message boards mailing list with the UUID and group id.
 MBMailingListLocalService getMBMailingListLocalService()
          Gets the message boards mailing list local service.
 MBMailingListPersistence getMBMailingListPersistence()
          Gets the message boards mailing list persistence.
 List<MBMailingList> getMBMailingLists(int start, int end)
          Gets a range of all the message boards mailing lists.
 int getMBMailingListsCount()
          Gets the number of message boards mailing lists.
 MBMessageFinder getMBMessageFinder()
          Gets the message-boards message finder.
 MBMessageFlagLocalService getMBMessageFlagLocalService()
          Gets the message boards message flag local service.
 MBMessageFlagPersistence getMBMessageFlagPersistence()
          Gets the message boards message flag persistence.
 MBMessageFlagService getMBMessageFlagService()
          Gets the message boards message flag remote service.
 MBMessageLocalService getMBMessageLocalService()
          Gets the message-boards message local service.
 MBMessagePersistence getMBMessagePersistence()
          Gets the message-boards message persistence.
 MBMessageService getMBMessageService()
          Gets the message-boards message remote service.
 MBStatsUserLocalService getMBStatsUserLocalService()
          Gets the message boards stats user local service.
 MBStatsUserPersistence getMBStatsUserPersistence()
          Gets the message boards stats user persistence.
 MBThreadFinder getMBThreadFinder()
          Gets the message boards thread finder.
 MBThreadLocalService getMBThreadLocalService()
          Gets the message boards thread local service.
 MBThreadPersistence getMBThreadPersistence()
          Gets the message boards thread persistence.
 MBThreadService getMBThreadService()
          Gets the message boards thread remote service.
 ResourceFinder getResourceFinder()
          Gets the resource finder.
 ResourceLocalService getResourceLocalService()
          Gets the resource local service.
 ResourcePersistence getResourcePersistence()
          Gets the resource persistence.
 ResourceService getResourceService()
          Gets the resource remote service.
 UserFinder getUserFinder()
          Gets the user finder.
 UserLocalService getUserLocalService()
          Gets the user local service.
 UserPersistence getUserPersistence()
          Gets the user persistence.
 UserService getUserService()
          Gets the user remote service.
protected  void runSQL(String sql)
          Performs an SQL query.
 void setCounterLocalService(CounterLocalService counterLocalService)
          Sets the counter local service.
 void setMBBanLocalService(MBBanLocalService mbBanLocalService)
          Sets the message boards ban local service.
 void setMBBanPersistence(MBBanPersistence mbBanPersistence)
          Sets the message boards ban persistence.
 void setMBBanService(MBBanService mbBanService)
          Sets the message boards ban remote service.
 void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
          Sets the message boards category finder.
 void setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
          Sets the message boards category local service.
 void setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
          Sets the message boards category persistence.
 void setMBCategoryService(MBCategoryService mbCategoryService)
          Sets the message boards category remote service.
 void setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
          Sets the message boards discussion local service.
 void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
          Sets the message boards discussion persistence.
 void setMBMailingListLocalService(MBMailingListLocalService mbMailingListLocalService)
          Sets the message boards mailing list local service.
 void setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
          Sets the message boards mailing list persistence.
 void setMBMessageFinder(MBMessageFinder mbMessageFinder)
          Sets the message-boards message finder.
 void setMBMessageFlagLocalService(MBMessageFlagLocalService mbMessageFlagLocalService)
          Sets the message boards message flag local service.
 void setMBMessageFlagPersistence(MBMessageFlagPersistence mbMessageFlagPersistence)
          Sets the message boards message flag persistence.
 void setMBMessageFlagService(MBMessageFlagService mbMessageFlagService)
          Sets the message boards message flag remote service.
 void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)
          Sets the message-boards message local service.
 void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
          Sets the message-boards message persistence.
 void setMBMessageService(MBMessageService mbMessageService)
          Sets the message-boards message remote service.
 void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)
          Sets the message boards stats user local service.
 void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
          Sets the message boards stats user persistence.
 void setMBThreadFinder(MBThreadFinder mbThreadFinder)
          Sets the message boards thread finder.
 void setMBThreadLocalService(MBThreadLocalService mbThreadLocalService)
          Sets the message boards thread local service.
 void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
          Sets the message boards thread persistence.
 void setMBThreadService(MBThreadService mbThreadService)
          Sets the message boards thread remote service.
 void setResourceFinder(ResourceFinder resourceFinder)
          Sets the resource finder.
 void setResourceLocalService(ResourceLocalService resourceLocalService)
          Sets the resource local service.
 void setResourcePersistence(ResourcePersistence resourcePersistence)
          Sets the resource persistence.
 void setResourceService(ResourceService resourceService)
          Sets the resource 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.
 MBMailingList updateMBMailingList(MBMailingList mbMailingList)
          Updates the message boards mailing list in the database.
 MBMailingList updateMBMailingList(MBMailingList mbMailingList, boolean merge)
          Updates the message boards mailing list in the database.
 
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.messageboards.service.MBMailingListLocalService
addMailingList, deleteCategoryMailingList, deleteMailingList, deleteMailingList, getCategoryMailingList, updateMailingList
 

Field Detail

mbBanLocalService

@BeanReference(type=MBBanLocalService.class)
protected MBBanLocalService mbBanLocalService

mbBanService

@BeanReference(type=MBBanService.class)
protected MBBanService mbBanService

mbBanPersistence

@BeanReference(type=MBBanPersistence.class)
protected MBBanPersistence mbBanPersistence

mbCategoryLocalService

@BeanReference(type=MBCategoryLocalService.class)
protected MBCategoryLocalService mbCategoryLocalService

mbCategoryService

@BeanReference(type=MBCategoryService.class)
protected MBCategoryService mbCategoryService

mbCategoryPersistence

@BeanReference(type=MBCategoryPersistence.class)
protected MBCategoryPersistence mbCategoryPersistence

mbCategoryFinder

@BeanReference(type=MBCategoryFinder.class)
protected MBCategoryFinder mbCategoryFinder

mbDiscussionLocalService

@BeanReference(type=MBDiscussionLocalService.class)
protected MBDiscussionLocalService mbDiscussionLocalService

mbDiscussionPersistence

@BeanReference(type=MBDiscussionPersistence.class)
protected MBDiscussionPersistence mbDiscussionPersistence

mbMailingListLocalService

@BeanReference(type=MBMailingListLocalService.class)
protected MBMailingListLocalService mbMailingListLocalService

mbMailingListPersistence

@BeanReference(type=MBMailingListPersistence.class)
protected MBMailingListPersistence mbMailingListPersistence

mbMessageLocalService

@BeanReference(type=MBMessageLocalService.class)
protected MBMessageLocalService mbMessageLocalService

mbMessageService

@BeanReference(type=MBMessageService.class)
protected MBMessageService mbMessageService

mbMessagePersistence

@BeanReference(type=MBMessagePersistence.class)
protected MBMessagePersistence mbMessagePersistence

mbMessageFinder

@BeanReference(type=MBMessageFinder.class)
protected MBMessageFinder mbMessageFinder

mbMessageFlagLocalService

@BeanReference(type=MBMessageFlagLocalService.class)
protected MBMessageFlagLocalService mbMessageFlagLocalService

mbMessageFlagService

@BeanReference(type=MBMessageFlagService.class)
protected MBMessageFlagService mbMessageFlagService

mbMessageFlagPersistence

@BeanReference(type=MBMessageFlagPersistence.class)
protected MBMessageFlagPersistence mbMessageFlagPersistence

mbStatsUserLocalService

@BeanReference(type=MBStatsUserLocalService.class)
protected MBStatsUserLocalService mbStatsUserLocalService

mbStatsUserPersistence

@BeanReference(type=MBStatsUserPersistence.class)
protected MBStatsUserPersistence mbStatsUserPersistence

mbThreadLocalService

@BeanReference(type=MBThreadLocalService.class)
protected MBThreadLocalService mbThreadLocalService

mbThreadService

@BeanReference(type=MBThreadService.class)
protected MBThreadService mbThreadService

mbThreadPersistence

@BeanReference(type=MBThreadPersistence.class)
protected MBThreadPersistence mbThreadPersistence

mbThreadFinder

@BeanReference(type=MBThreadFinder.class)
protected MBThreadFinder mbThreadFinder

counterLocalService

@BeanReference(type=CounterLocalService.class)
protected CounterLocalService counterLocalService

resourceLocalService

@BeanReference(type=ResourceLocalService.class)
protected ResourceLocalService resourceLocalService

resourceService

@BeanReference(type=ResourceService.class)
protected ResourceService resourceService

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

resourceFinder

@BeanReference(type=ResourceFinder.class)
protected ResourceFinder resourceFinder

userLocalService

@BeanReference(type=UserLocalService.class)
protected UserLocalService userLocalService

userService

@BeanReference(type=UserService.class)
protected UserService userService

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence

userFinder

@BeanReference(type=UserFinder.class)
protected UserFinder userFinder
Constructor Detail

MBMailingListLocalServiceBaseImpl

public MBMailingListLocalServiceBaseImpl()
Method Detail

addMBMailingList

public MBMailingList addMBMailingList(MBMailingList mbMailingList)
                               throws SystemException
Adds the message boards mailing list to the database. Also notifies the appropriate model listeners.

Specified by:
addMBMailingList in interface MBMailingListLocalService
Parameters:
mbMailingList - the message boards mailing list to add
Returns:
the message boards mailing list that was added
Throws:
SystemException - if a system exception occurred

createMBMailingList

public MBMailingList createMBMailingList(long mailingListId)
Creates a new message boards mailing list with the primary key. Does not add the message boards mailing list to the database.

Specified by:
createMBMailingList in interface MBMailingListLocalService
Parameters:
mailingListId - the primary key for the new message boards mailing list
Returns:
the new message boards mailing list

deleteMBMailingList

public void deleteMBMailingList(long mailingListId)
                         throws PortalException,
                                SystemException
Deletes the message boards mailing list with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBMailingList in interface MBMailingListLocalService
Parameters:
mailingListId - the primary key of the message boards mailing list to delete
Throws:
PortalException - if a message boards mailing list with the primary key could not be found
SystemException - if a system exception occurred

deleteMBMailingList

public void deleteMBMailingList(MBMailingList mbMailingList)
                         throws SystemException
Deletes the message boards mailing list from the database. Also notifies the appropriate model listeners.

Specified by:
deleteMBMailingList in interface MBMailingListLocalService
Parameters:
mbMailingList - the message boards mailing list to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface MBMailingListLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
                  throws SystemException
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.

Specified by:
dynamicQuery in interface MBMailingListLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public List dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator orderByComparator)
                  throws SystemException
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.

Specified by:
dynamicQuery in interface MBMailingListLocalService
Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Counts the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface MBMailingListLocalService
Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getMBMailingList

public MBMailingList getMBMailingList(long mailingListId)
                               throws PortalException,
                                      SystemException
Gets the message boards mailing list with the primary key.

Specified by:
getMBMailingList in interface MBMailingListLocalService
Parameters:
mailingListId - the primary key of the message boards mailing list to get
Returns:
the message boards mailing list
Throws:
PortalException - if a message boards mailing list with the primary key could not be found
SystemException - if a system exception occurred

getMBMailingListByUuidAndGroupId

public MBMailingList getMBMailingListByUuidAndGroupId(String uuid,
                                                      long groupId)
                                               throws PortalException,
                                                      SystemException
Gets the message boards mailing list with the UUID and group id.

Specified by:
getMBMailingListByUuidAndGroupId in interface MBMailingListLocalService
Parameters:
uuid - the UUID of message boards mailing list to get
groupId - the group id of the message boards mailing list to get
Returns:
the message boards mailing list
Throws:
PortalException - if a message boards mailing list with the UUID and group id could not be found
SystemException - if a system exception occurred

getMBMailingLists

public List<MBMailingList> getMBMailingLists(int start,
                                             int end)
                                      throws SystemException
Gets a range of all the message boards mailing lists.

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.

Specified by:
getMBMailingLists in interface MBMailingListLocalService
Parameters:
start - the lower bound of the range of message boards mailing lists to return
end - the upper bound of the range of message boards mailing lists to return (not inclusive)
Returns:
the range of message boards mailing lists
Throws:
SystemException - if a system exception occurred

getMBMailingListsCount

public int getMBMailingListsCount()
                           throws SystemException
Gets the number of message boards mailing lists.

Specified by:
getMBMailingListsCount in interface MBMailingListLocalService
Returns:
the number of message boards mailing lists
Throws:
SystemException - if a system exception occurred

updateMBMailingList

public MBMailingList updateMBMailingList(MBMailingList mbMailingList)
                                  throws SystemException
Updates the message boards mailing list in the database. Also notifies the appropriate model listeners.

Specified by:
updateMBMailingList in interface MBMailingListLocalService
Parameters:
mbMailingList - the message boards mailing list to update
Returns:
the message boards mailing list that was updated
Throws:
SystemException - if a system exception occurred

updateMBMailingList

public MBMailingList updateMBMailingList(MBMailingList mbMailingList,
                                         boolean merge)
                                  throws SystemException
Updates the message boards mailing list in the database. Also notifies the appropriate model listeners.

Specified by:
updateMBMailingList in interface MBMailingListLocalService
Parameters:
mbMailingList - the message boards mailing list to update
merge - whether to merge the message boards mailing list with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the message boards mailing list that was updated
Throws:
SystemException - if a system exception occurred

getMBBanLocalService

public MBBanLocalService getMBBanLocalService()
Gets the message boards ban local service.

Returns:
the message boards ban local service

setMBBanLocalService

public void setMBBanLocalService(MBBanLocalService mbBanLocalService)
Sets the message boards ban local service.

Parameters:
mbBanLocalService - the message boards ban local service

getMBBanService

public MBBanService getMBBanService()
Gets the message boards ban remote service.

Returns:
the message boards ban remote service

setMBBanService

public void setMBBanService(MBBanService mbBanService)
Sets the message boards ban remote service.

Parameters:
mbBanService - the message boards ban remote service

getMBBanPersistence

public MBBanPersistence getMBBanPersistence()
Gets the message boards ban persistence.

Returns:
the message boards ban persistence

setMBBanPersistence

public void setMBBanPersistence(MBBanPersistence mbBanPersistence)
Sets the message boards ban persistence.

Parameters:
mbBanPersistence - the message boards ban persistence

getMBCategoryLocalService

public MBCategoryLocalService getMBCategoryLocalService()
Gets the message boards category local service.

Returns:
the message boards category local service

setMBCategoryLocalService

public void setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)
Sets the message boards category local service.

Parameters:
mbCategoryLocalService - the message boards category local service

getMBCategoryService

public MBCategoryService getMBCategoryService()
Gets the message boards category remote service.

Returns:
the message boards category remote service

setMBCategoryService

public void setMBCategoryService(MBCategoryService mbCategoryService)
Sets the message boards category remote service.

Parameters:
mbCategoryService - the message boards category remote service

getMBCategoryPersistence

public MBCategoryPersistence getMBCategoryPersistence()
Gets the message boards category persistence.

Returns:
the message boards category persistence

setMBCategoryPersistence

public void setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)
Sets the message boards category persistence.

Parameters:
mbCategoryPersistence - the message boards category persistence

getMBCategoryFinder

public MBCategoryFinder getMBCategoryFinder()
Gets the message boards category finder.

Returns:
the message boards category finder

setMBCategoryFinder

public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)
Sets the message boards category finder.

Parameters:
mbCategoryFinder - the message boards category finder

getMBDiscussionLocalService

public MBDiscussionLocalService getMBDiscussionLocalService()
Gets the message boards discussion local service.

Returns:
the message boards discussion local service

setMBDiscussionLocalService

public void setMBDiscussionLocalService(MBDiscussionLocalService mbDiscussionLocalService)
Sets the message boards discussion local service.

Parameters:
mbDiscussionLocalService - the message boards discussion local service

getMBDiscussionPersistence

public MBDiscussionPersistence getMBDiscussionPersistence()
Gets the message boards discussion persistence.

Returns:
the message boards discussion persistence

setMBDiscussionPersistence

public void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)
Sets the message boards discussion persistence.

Parameters:
mbDiscussionPersistence - the message boards discussion persistence

getMBMailingListLocalService

public MBMailingListLocalService getMBMailingListLocalService()
Gets the message boards mailing list local service.

Returns:
the message boards mailing list local service

setMBMailingListLocalService

public void setMBMailingListLocalService(MBMailingListLocalService mbMailingListLocalService)
Sets the message boards mailing list local service.

Parameters:
mbMailingListLocalService - the message boards mailing list local service

getMBMailingListPersistence

public MBMailingListPersistence getMBMailingListPersistence()
Gets the message boards mailing list persistence.

Returns:
the message boards mailing list persistence

setMBMailingListPersistence

public void setMBMailingListPersistence(MBMailingListPersistence mbMailingListPersistence)
Sets the message boards mailing list persistence.

Parameters:
mbMailingListPersistence - the message boards mailing list persistence

getMBMessageLocalService

public MBMessageLocalService getMBMessageLocalService()
Gets the message-boards message local service.

Returns:
the message-boards message local service

setMBMessageLocalService

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

Parameters:
mbMessageLocalService - the message-boards message local service

getMBMessageService

public MBMessageService getMBMessageService()
Gets the message-boards message remote service.

Returns:
the message-boards message remote service

setMBMessageService

public void setMBMessageService(MBMessageService mbMessageService)
Sets the message-boards message remote service.

Parameters:
mbMessageService - the message-boards message remote service

getMBMessagePersistence

public MBMessagePersistence getMBMessagePersistence()
Gets the message-boards message persistence.

Returns:
the message-boards message persistence

setMBMessagePersistence

public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)
Sets the message-boards message persistence.

Parameters:
mbMessagePersistence - the message-boards message persistence

getMBMessageFinder

public MBMessageFinder getMBMessageFinder()
Gets the message-boards message finder.

Returns:
the message-boards message finder

setMBMessageFinder

public void setMBMessageFinder(MBMessageFinder mbMessageFinder)
Sets the message-boards message finder.

Parameters:
mbMessageFinder - the message-boards message finder

getMBMessageFlagLocalService

public MBMessageFlagLocalService getMBMessageFlagLocalService()
Gets the message boards message flag local service.

Returns:
the message boards message flag local service

setMBMessageFlagLocalService

public void setMBMessageFlagLocalService(MBMessageFlagLocalService mbMessageFlagLocalService)
Sets the message boards message flag local service.

Parameters:
mbMessageFlagLocalService - the message boards message flag local service

getMBMessageFlagService

public MBMessageFlagService getMBMessageFlagService()
Gets the message boards message flag remote service.

Returns:
the message boards message flag remote service

setMBMessageFlagService

public void setMBMessageFlagService(MBMessageFlagService mbMessageFlagService)
Sets the message boards message flag remote service.

Parameters:
mbMessageFlagService - the message boards message flag remote service

getMBMessageFlagPersistence

public MBMessageFlagPersistence getMBMessageFlagPersistence()
Gets the message boards message flag persistence.

Returns:
the message boards message flag persistence

setMBMessageFlagPersistence

public void setMBMessageFlagPersistence(MBMessageFlagPersistence mbMessageFlagPersistence)
Sets the message boards message flag persistence.

Parameters:
mbMessageFlagPersistence - the message boards message flag persistence

getMBStatsUserLocalService

public MBStatsUserLocalService getMBStatsUserLocalService()
Gets the message boards stats user local service.

Returns:
the message boards stats user local service

setMBStatsUserLocalService

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

Parameters:
mbStatsUserLocalService - the message boards stats user local service

getMBStatsUserPersistence

public MBStatsUserPersistence getMBStatsUserPersistence()
Gets the message boards stats user persistence.

Returns:
the message boards stats user persistence

setMBStatsUserPersistence

public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)
Sets the message boards stats user persistence.

Parameters:
mbStatsUserPersistence - the message boards stats user persistence

getMBThreadLocalService

public MBThreadLocalService getMBThreadLocalService()
Gets the message boards thread local service.

Returns:
the message boards thread local service

setMBThreadLocalService

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

Parameters:
mbThreadLocalService - the message boards thread local service

getMBThreadService

public MBThreadService getMBThreadService()
Gets the message boards thread remote service.

Returns:
the message boards thread remote service

setMBThreadService

public void setMBThreadService(MBThreadService mbThreadService)
Sets the message boards thread remote service.

Parameters:
mbThreadService - the message boards thread remote service

getMBThreadPersistence

public MBThreadPersistence getMBThreadPersistence()
Gets the message boards thread persistence.

Returns:
the message boards thread persistence

setMBThreadPersistence

public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)
Sets the message boards thread persistence.

Parameters:
mbThreadPersistence - the message boards thread persistence

getMBThreadFinder

public MBThreadFinder getMBThreadFinder()
Gets the message boards thread finder.

Returns:
the message boards thread finder

setMBThreadFinder

public void setMBThreadFinder(MBThreadFinder mbThreadFinder)
Sets the message boards thread finder.

Parameters:
mbThreadFinder - the message boards thread finder

getCounterLocalService

public CounterLocalService getCounterLocalService()
Gets the counter local service.

Returns:
the counter local service

setCounterLocalService

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

Parameters:
counterLocalService - the counter local service

getResourceLocalService

public ResourceLocalService getResourceLocalService()
Gets the resource local service.

Returns:
the resource local service

setResourceLocalService

public void setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource local service.

Parameters:
resourceLocalService - the resource local service

getResourceService

public ResourceService getResourceService()
Gets the resource remote service.

Returns:
the resource remote service

setResourceService

public void setResourceService(ResourceService resourceService)
Sets the resource remote service.

Parameters:
resourceService - the resource remote service

getResourcePersistence

public ResourcePersistence getResourcePersistence()
Gets the resource persistence.

Returns:
the resource persistence

setResourcePersistence

public void setResourcePersistence(ResourcePersistence resourcePersistence)
Sets the resource persistence.

Parameters:
resourcePersistence - the resource persistence

getResourceFinder

public ResourceFinder getResourceFinder()
Gets the resource finder.

Returns:
the resource finder

setResourceFinder

public void setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder.

Parameters:
resourceFinder - the resource finder

getUserLocalService

public UserLocalService getUserLocalService()
Gets the user local service.

Returns:
the user local service

setUserLocalService

public void setUserLocalService(UserLocalService userLocalService)
Sets the user local service.

Parameters:
userLocalService - the user local service

getUserService

public UserService getUserService()
Gets the user remote service.

Returns:
the user remote service

setUserService

public void setUserService(UserService userService)
Sets the user remote service.

Parameters:
userService - the user remote service

getUserPersistence

public UserPersistence getUserPersistence()
Gets the user persistence.

Returns:
the user persistence

setUserPersistence

public void setUserPersistence(UserPersistence userPersistence)
Sets the user persistence.

Parameters:
userPersistence - the user persistence

getUserFinder

public UserFinder getUserFinder()
Gets the user finder.

Returns:
the user finder

setUserFinder

public void setUserFinder(UserFinder userFinder)
Sets the user finder.

Parameters:
userFinder - the user finder

runSQL

protected void runSQL(String sql)
               throws SystemException
Performs an SQL query.

Parameters:
sql - the sql query to perform
Throws:
SystemException

Liferay 6.0.5