Java Doc for MBMessageServiceImpl.java in  » Portal » liferay-portal-4.4.2 » com » liferay » portlet » messageboards » service » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » liferay portal 4.4.2 » com.liferay.portlet.messageboards.service.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.liferay.portlet.messageboards.service.base.MBMessageServiceBaseImpl
   com.liferay.portlet.messageboards.service.impl.MBMessageServiceImpl

MBMessageServiceImpl
public class MBMessageServiceImpl extends MBMessageServiceBaseImpl (Code)
View Source
author:
   Brian Wing Shun Chan




Method Summary
public  MBMessageaddDiscussionMessage(long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ThemeDisplay themeDisplay)
    
public  MBMessageaddMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  MBMessageaddMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions)
    
public  MBMessageaddMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay)
    
public  MBMessageaddMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay)
    
public  MBMessageaddMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions)
    
public  MBMessageaddMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions)
    
public  MBMessageaddMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay)
    
public  MBMessageaddMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay)
    
protected  voidcheckReplyToPermission(long categoryId, long parentMessageId)
    
public  voiddeleteDiscussionMessage(long groupId, String className, long classPK, long messageId)
    
public  voiddeleteMessage(long messageId)
    
protected  StringexportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List messages)
    
public  ListgetCategoryMessages(long categoryId, int begin, int end)
    
public  intgetCategoryMessagesCount(long categoryId)
    
public  StringgetCategoryMessagesRSS(long categoryId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
    
public  StringgetCompanyMessagesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
    
public  StringgetGroupMessagesRSS(long groupId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
    
public  StringgetGroupMessagesRSS(long groupId, long userId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
    
public  MBMessagegetMessage(long messageId)
    
public  MBMessageDisplaygetMessageDisplay(long messageId)
    
public  StringgetThreadMessagesRSS(long threadId, int max, String type, double version, String displayStyle, String feedURL, String entryURL)
    
public  voidsubscribeMessage(long messageId)
    
public  voidunsubscribeMessage(long messageId)
    
public  MBMessageupdateDiscussionMessage(long groupId, String className, long classPK, long messageId, String subject, String body)
    
public  MBMessageupdateMessage(long messageId, String subject, String body, List files, double priority, String[] tagsEntries)
    
public  MBMessageupdateMessage(long messageId, String subject, String body, List files, double priority, String[] tagsEntries, PortletPreferences prefs, ThemeDisplay themeDisplay)
    



Method Detail
addDiscussionMessage
public MBMessage addDiscussionMessage(long groupId, String className, long classPK, long threadId, long parentMessageId, String subject, String body, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, String[] communityPermissions, String[] guestPermissions) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code)



addMessage
public MBMessage addMessage(long categoryId, long threadId, long parentMessageId, String subject, String body, List files, boolean anonymous, double priority, String[] tagsEntries, PortletPreferences prefs, String[] communityPermissions, String[] guestPermissions, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code)



checkReplyToPermission
protected void checkReplyToPermission(long categoryId, long parentMessageId) throws PortalException, SystemException(Code)



deleteDiscussionMessage
public void deleteDiscussionMessage(long groupId, String className, long classPK, long messageId) throws PortalException, SystemException(Code)



deleteMessage
public void deleteMessage(long messageId) throws PortalException, SystemException(Code)



exportToRSS
protected String exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List messages) throws SystemException(Code)



getCategoryMessages
public List getCategoryMessages(long categoryId, int begin, int end) throws PortalException, SystemException(Code)



getCategoryMessagesCount
public int getCategoryMessagesCount(long categoryId) throws PortalException, SystemException(Code)



getCategoryMessagesRSS
public String getCategoryMessagesRSS(long categoryId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) throws PortalException, SystemException(Code)



getCompanyMessagesRSS
public String getCompanyMessagesRSS(long companyId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) throws PortalException, SystemException(Code)



getGroupMessagesRSS
public String getGroupMessagesRSS(long groupId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) throws PortalException, SystemException(Code)



getGroupMessagesRSS
public String getGroupMessagesRSS(long groupId, long userId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) throws PortalException, SystemException(Code)



getMessage
public MBMessage getMessage(long messageId) throws PortalException, SystemException(Code)



getMessageDisplay
public MBMessageDisplay getMessageDisplay(long messageId) throws PortalException, SystemException(Code)



getThreadMessagesRSS
public String getThreadMessagesRSS(long threadId, int max, String type, double version, String displayStyle, String feedURL, String entryURL) throws PortalException, SystemException(Code)



subscribeMessage
public void subscribeMessage(long messageId) throws PortalException, SystemException(Code)



unsubscribeMessage
public void unsubscribeMessage(long messageId) throws PortalException, SystemException(Code)



updateDiscussionMessage
public MBMessage updateDiscussionMessage(long groupId, String className, long classPK, long messageId, String subject, String body) throws PortalException, SystemException(Code)



updateMessage
public MBMessage updateMessage(long messageId, String subject, String body, List files, double priority, String[] tagsEntries) throws PortalException, SystemException(Code)



updateMessage
public MBMessage updateMessage(long messageId, String subject, String body, List files, double priority, String[] tagsEntries, PortletPreferences prefs, ThemeDisplay themeDisplay) throws PortalException, SystemException(Code)



Fields inherited from com.liferay.portlet.messageboards.service.base.MBMessageServiceBaseImpl
protected ActivityTrackerFinder activityTrackerFinder(Code)(Java Doc)
protected ActivityTrackerLocalService activityTrackerLocalService(Code)(Java Doc)
protected ActivityTrackerPersistence activityTrackerPersistence(Code)(Java Doc)
protected BlogsEntryFinder blogsEntryFinder(Code)(Java Doc)
protected BlogsEntryLocalService blogsEntryLocalService(Code)(Java Doc)
protected BlogsEntryPersistence blogsEntryPersistence(Code)(Java Doc)
protected BlogsEntryService blogsEntryService(Code)(Java Doc)
protected CompanyLocalService companyLocalService(Code)(Java Doc)
protected CompanyPersistence companyPersistence(Code)(Java Doc)
protected CompanyService companyService(Code)(Java Doc)
protected CounterLocalService counterLocalService(Code)(Java Doc)
protected CounterService counterService(Code)(Java Doc)
protected DLLocalService dlLocalService(Code)(Java Doc)
protected DLService dlService(Code)(Java Doc)
protected GroupFinder groupFinder(Code)(Java Doc)
protected GroupLocalService groupLocalService(Code)(Java Doc)
protected GroupPersistence groupPersistence(Code)(Java Doc)
protected GroupService groupService(Code)(Java Doc)
protected MailService mailService(Code)(Java Doc)
protected MBBanLocalService mbBanLocalService(Code)(Java Doc)
protected MBBanPersistence mbBanPersistence(Code)(Java Doc)
protected MBBanService mbBanService(Code)(Java Doc)
protected MBCategoryFinder mbCategoryFinder(Code)(Java Doc)
protected MBCategoryLocalService mbCategoryLocalService(Code)(Java Doc)
protected MBCategoryPersistence mbCategoryPersistence(Code)(Java Doc)
protected MBCategoryService mbCategoryService(Code)(Java Doc)
protected MBDiscussionPersistence mbDiscussionPersistence(Code)(Java Doc)
protected MBMessageFinder mbMessageFinder(Code)(Java Doc)
protected MBMessageFlagFinder mbMessageFlagFinder(Code)(Java Doc)
protected MBMessageFlagLocalService mbMessageFlagLocalService(Code)(Java Doc)
protected MBMessageFlagPersistence mbMessageFlagPersistence(Code)(Java Doc)
protected MBMessageLocalService mbMessageLocalService(Code)(Java Doc)
protected MBMessagePersistence mbMessagePersistence(Code)(Java Doc)
protected MBStatsUserLocalService mbStatsUserLocalService(Code)(Java Doc)
protected MBStatsUserPersistence mbStatsUserPersistence(Code)(Java Doc)
protected MBThreadFinder mbThreadFinder(Code)(Java Doc)
protected MBThreadLocalService mbThreadLocalService(Code)(Java Doc)
protected MBThreadPersistence mbThreadPersistence(Code)(Java Doc)
protected MBThreadService mbThreadService(Code)(Java Doc)
protected PortletPreferencesFinder portletPreferencesFinder(Code)(Java Doc)
protected PortletPreferencesLocalService portletPreferencesLocalService(Code)(Java Doc)
protected PortletPreferencesPersistence portletPreferencesPersistence(Code)(Java Doc)
protected ResourceFinder resourceFinder(Code)(Java Doc)
protected ResourceLocalService resourceLocalService(Code)(Java Doc)
protected ResourcePersistence resourcePersistence(Code)(Java Doc)
protected ResourceService resourceService(Code)(Java Doc)
protected SubscriptionLocalService subscriptionLocalService(Code)(Java Doc)
protected SubscriptionPersistence subscriptionPersistence(Code)(Java Doc)
protected TagsAssetFinder tagsAssetFinder(Code)(Java Doc)
protected TagsAssetLocalService tagsAssetLocalService(Code)(Java Doc)
protected TagsAssetPersistence tagsAssetPersistence(Code)(Java Doc)
protected TagsAssetService tagsAssetService(Code)(Java Doc)
protected TagsEntryFinder tagsEntryFinder(Code)(Java Doc)
protected TagsEntryLocalService tagsEntryLocalService(Code)(Java Doc)
protected TagsEntryPersistence tagsEntryPersistence(Code)(Java Doc)
protected TagsEntryService tagsEntryService(Code)(Java Doc)
protected UserFinder userFinder(Code)(Java Doc)
protected UserLocalService userLocalService(Code)(Java Doc)
protected UserPersistence userPersistence(Code)(Java Doc)
protected UserService userService(Code)(Java Doc)

Methods inherited from com.liferay.portlet.messageboards.service.base.MBMessageServiceBaseImpl
public void afterPropertiesSet()(Code)(Java Doc)
public ActivityTrackerFinder getActivityTrackerFinder()(Code)(Java Doc)
public ActivityTrackerLocalService getActivityTrackerLocalService()(Code)(Java Doc)
public ActivityTrackerPersistence getActivityTrackerPersistence()(Code)(Java Doc)
public BlogsEntryFinder getBlogsEntryFinder()(Code)(Java Doc)
public BlogsEntryLocalService getBlogsEntryLocalService()(Code)(Java Doc)
public BlogsEntryPersistence getBlogsEntryPersistence()(Code)(Java Doc)
public BlogsEntryService getBlogsEntryService()(Code)(Java Doc)
public CompanyLocalService getCompanyLocalService()(Code)(Java Doc)
public CompanyPersistence getCompanyPersistence()(Code)(Java Doc)
public CompanyService getCompanyService()(Code)(Java Doc)
public CounterLocalService getCounterLocalService()(Code)(Java Doc)
public CounterService getCounterService()(Code)(Java Doc)
public DLLocalService getDLLocalService()(Code)(Java Doc)
public DLService getDLService()(Code)(Java Doc)
public GroupFinder getGroupFinder()(Code)(Java Doc)
public GroupLocalService getGroupLocalService()(Code)(Java Doc)
public GroupPersistence getGroupPersistence()(Code)(Java Doc)
public GroupService getGroupService()(Code)(Java Doc)
public MBBanLocalService getMBBanLocalService()(Code)(Java Doc)
public MBBanPersistence getMBBanPersistence()(Code)(Java Doc)
public MBBanService getMBBanService()(Code)(Java Doc)
public MBCategoryFinder getMBCategoryFinder()(Code)(Java Doc)
public MBCategoryLocalService getMBCategoryLocalService()(Code)(Java Doc)
public MBCategoryPersistence getMBCategoryPersistence()(Code)(Java Doc)
public MBCategoryService getMBCategoryService()(Code)(Java Doc)
public MBDiscussionPersistence getMBDiscussionPersistence()(Code)(Java Doc)
public MBMessageFinder getMBMessageFinder()(Code)(Java Doc)
public MBMessageFlagFinder getMBMessageFlagFinder()(Code)(Java Doc)
public MBMessageFlagLocalService getMBMessageFlagLocalService()(Code)(Java Doc)
public MBMessageFlagPersistence getMBMessageFlagPersistence()(Code)(Java Doc)
public MBMessageLocalService getMBMessageLocalService()(Code)(Java Doc)
public MBMessagePersistence getMBMessagePersistence()(Code)(Java Doc)
public MBStatsUserLocalService getMBStatsUserLocalService()(Code)(Java Doc)
public MBStatsUserPersistence getMBStatsUserPersistence()(Code)(Java Doc)
public MBThreadFinder getMBThreadFinder()(Code)(Java Doc)
public MBThreadLocalService getMBThreadLocalService()(Code)(Java Doc)
public MBThreadPersistence getMBThreadPersistence()(Code)(Java Doc)
public MBThreadService getMBThreadService()(Code)(Java Doc)
public MailService getMailService()(Code)(Java Doc)
public PortletPreferencesFinder getPortletPreferencesFinder()(Code)(Java Doc)
public PortletPreferencesLocalService getPortletPreferencesLocalService()(Code)(Java Doc)
public PortletPreferencesPersistence getPortletPreferencesPersistence()(Code)(Java Doc)
public ResourceFinder getResourceFinder()(Code)(Java Doc)
public ResourceLocalService getResourceLocalService()(Code)(Java Doc)
public ResourcePersistence getResourcePersistence()(Code)(Java Doc)
public ResourceService getResourceService()(Code)(Java Doc)
public SubscriptionLocalService getSubscriptionLocalService()(Code)(Java Doc)
public SubscriptionPersistence getSubscriptionPersistence()(Code)(Java Doc)
public TagsAssetFinder getTagsAssetFinder()(Code)(Java Doc)
public TagsAssetLocalService getTagsAssetLocalService()(Code)(Java Doc)
public TagsAssetPersistence getTagsAssetPersistence()(Code)(Java Doc)
public TagsAssetService getTagsAssetService()(Code)(Java Doc)
public TagsEntryFinder getTagsEntryFinder()(Code)(Java Doc)
public TagsEntryLocalService getTagsEntryLocalService()(Code)(Java Doc)
public TagsEntryPersistence getTagsEntryPersistence()(Code)(Java Doc)
public TagsEntryService getTagsEntryService()(Code)(Java Doc)
public UserFinder getUserFinder()(Code)(Java Doc)
public UserLocalService getUserLocalService()(Code)(Java Doc)
public UserPersistence getUserPersistence()(Code)(Java Doc)
public UserService getUserService()(Code)(Java Doc)
public void setActivityTrackerFinder(ActivityTrackerFinder activityTrackerFinder)(Code)(Java Doc)
public void setActivityTrackerLocalService(ActivityTrackerLocalService activityTrackerLocalService)(Code)(Java Doc)
public void setActivityTrackerPersistence(ActivityTrackerPersistence activityTrackerPersistence)(Code)(Java Doc)
public void setBlogsEntryFinder(BlogsEntryFinder blogsEntryFinder)(Code)(Java Doc)
public void setBlogsEntryLocalService(BlogsEntryLocalService blogsEntryLocalService)(Code)(Java Doc)
public void setBlogsEntryPersistence(BlogsEntryPersistence blogsEntryPersistence)(Code)(Java Doc)
public void setBlogsEntryService(BlogsEntryService blogsEntryService)(Code)(Java Doc)
public void setCompanyLocalService(CompanyLocalService companyLocalService)(Code)(Java Doc)
public void setCompanyPersistence(CompanyPersistence companyPersistence)(Code)(Java Doc)
public void setCompanyService(CompanyService companyService)(Code)(Java Doc)
public void setCounterLocalService(CounterLocalService counterLocalService)(Code)(Java Doc)
public void setCounterService(CounterService counterService)(Code)(Java Doc)
public void setDLLocalService(DLLocalService dlLocalService)(Code)(Java Doc)
public void setDLService(DLService dlService)(Code)(Java Doc)
public void setGroupFinder(GroupFinder groupFinder)(Code)(Java Doc)
public void setGroupLocalService(GroupLocalService groupLocalService)(Code)(Java Doc)
public void setGroupPersistence(GroupPersistence groupPersistence)(Code)(Java Doc)
public void setGroupService(GroupService groupService)(Code)(Java Doc)
public void setMBBanLocalService(MBBanLocalService mbBanLocalService)(Code)(Java Doc)
public void setMBBanPersistence(MBBanPersistence mbBanPersistence)(Code)(Java Doc)
public void setMBBanService(MBBanService mbBanService)(Code)(Java Doc)
public void setMBCategoryFinder(MBCategoryFinder mbCategoryFinder)(Code)(Java Doc)
public void setMBCategoryLocalService(MBCategoryLocalService mbCategoryLocalService)(Code)(Java Doc)
public void setMBCategoryPersistence(MBCategoryPersistence mbCategoryPersistence)(Code)(Java Doc)
public void setMBCategoryService(MBCategoryService mbCategoryService)(Code)(Java Doc)
public void setMBDiscussionPersistence(MBDiscussionPersistence mbDiscussionPersistence)(Code)(Java Doc)
public void setMBMessageFinder(MBMessageFinder mbMessageFinder)(Code)(Java Doc)
public void setMBMessageFlagFinder(MBMessageFlagFinder mbMessageFlagFinder)(Code)(Java Doc)
public void setMBMessageFlagLocalService(MBMessageFlagLocalService mbMessageFlagLocalService)(Code)(Java Doc)
public void setMBMessageFlagPersistence(MBMessageFlagPersistence mbMessageFlagPersistence)(Code)(Java Doc)
public void setMBMessageLocalService(MBMessageLocalService mbMessageLocalService)(Code)(Java Doc)
public void setMBMessagePersistence(MBMessagePersistence mbMessagePersistence)(Code)(Java Doc)
public void setMBStatsUserLocalService(MBStatsUserLocalService mbStatsUserLocalService)(Code)(Java Doc)
public void setMBStatsUserPersistence(MBStatsUserPersistence mbStatsUserPersistence)(Code)(Java Doc)
public void setMBThreadFinder(MBThreadFinder mbThreadFinder)(Code)(Java Doc)
public void setMBThreadLocalService(MBThreadLocalService mbThreadLocalService)(Code)(Java Doc)
public void setMBThreadPersistence(MBThreadPersistence mbThreadPersistence)(Code)(Java Doc)
public void setMBThreadService(MBThreadService mbThreadService)(Code)(Java Doc)
public void setMailService(MailService mailService)(Code)(Java Doc)
public void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)(Code)(Java Doc)
public void setPortletPreferencesLocalService(PortletPreferencesLocalService portletPreferencesLocalService)(Code)(Java Doc)
public void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)(Code)(Java Doc)
public void setResourceFinder(ResourceFinder resourceFinder)(Code)(Java Doc)
public void setResourceLocalService(ResourceLocalService resourceLocalService)(Code)(Java Doc)
public void setResourcePersistence(ResourcePersistence resourcePersistence)(Code)(Java Doc)
public void setResourceService(ResourceService resourceService)(Code)(Java Doc)
public void setSubscriptionLocalService(SubscriptionLocalService subscriptionLocalService)(Code)(Java Doc)
public void setSubscriptionPersistence(SubscriptionPersistence subscriptionPersistence)(Code)(Java Doc)
public void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)(Code)(Java Doc)
public void setTagsAssetLocalService(TagsAssetLocalService tagsAssetLocalService)(Code)(Java Doc)
public void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)(Code)(Java Doc)
public void setTagsAssetService(TagsAssetService tagsAssetService)(Code)(Java Doc)
public void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)(Code)(Java Doc)
public void setTagsEntryLocalService(TagsEntryLocalService tagsEntryLocalService)(Code)(Java Doc)
public void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)(Code)(Java Doc)
public void setTagsEntryService(TagsEntryService tagsEntryService)(Code)(Java Doc)
public void setUserFinder(UserFinder userFinder)(Code)(Java Doc)
public void setUserLocalService(UserLocalService userLocalService)(Code)(Java Doc)
public void setUserPersistence(UserPersistence userPersistence)(Code)(Java Doc)
public void setUserService(UserService userService)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.