Java Doc for RatingsEntryLocalService.java in  » Portal » liferay-portal-4.4.2 » com » liferay » portlet » ratings » service » 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.ratings.service 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.liferay.portlet.ratings.service.RatingsEntryLocalService

All known Subclasses:   com.liferay.portlet.ratings.service.base.RatingsEntryLocalServiceBaseImpl,
RatingsEntryLocalService
public interface RatingsEntryLocalService (Code)
View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portlet.ratings.service.impl.RatingsEntryLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.


author:
   Brian Wing Shun Chan
See Also:   com.liferay.portlet.ratings.service.RatingsEntryLocalServiceFactory
See Also:   com.liferay.portlet.ratings.service.RatingsEntryLocalServiceUtil




Method Summary
public  com.liferay.portlet.ratings.model.RatingsEntryaddRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model)
    
public  voidafterPropertiesSet()
    
public  java.util.ListdynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
    
public  java.util.ListdynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
    
public  com.liferay.portlet.blogs.service.persistence.BlogsEntryFindergetBlogsEntryFinder()
    
public  com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistencegetBlogsEntryPersistence()
    
public  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFindergetBlogsStatsUserFinder()
    
public  com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistencegetBlogsStatsUserPersistence()
    
public  java.util.ListgetEntries(java.lang.String className, long classPK)
    
public  com.liferay.portlet.ratings.model.RatingsEntrygetEntry(long userId, java.lang.String className, long classPK)
    
public  com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistencegetRatingsEntryPersistence()
    
public  com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistencegetRatingsStatsPersistence()
    
public  com.liferay.portal.service.persistence.UserFindergetUserFinder()
    
public  com.liferay.portal.service.persistence.UserPersistencegetUserPersistence()
    
public  voidsetBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)
    
public  voidsetBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)
    
public  voidsetBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)
    
public  voidsetBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)
    
public  voidsetRatingsEntryPersistence(com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence)
    
public  voidsetRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)
    
public  voidsetUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
    
public  voidsetUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
    
public  com.liferay.portlet.ratings.model.RatingsEntryupdateEntry(long userId, java.lang.String className, long classPK, double score)
    
public  com.liferay.portlet.ratings.model.RatingsEntryupdateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model)
    



Method Detail
addRatingsEntry
public com.liferay.portlet.ratings.model.RatingsEntry addRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model) throws com.liferay.portal.SystemException(Code)



afterPropertiesSet
public void afterPropertiesSet()(Code)



dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException(Code)



dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException(Code)



getBlogsEntryFinder
public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder getBlogsEntryFinder()(Code)



getBlogsEntryPersistence
public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence getBlogsEntryPersistence()(Code)



getBlogsStatsUserFinder
public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder getBlogsStatsUserFinder()(Code)



getBlogsStatsUserPersistence
public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence getBlogsStatsUserPersistence()(Code)



getEntries
public java.util.List getEntries(java.lang.String className, long classPK) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException(Code)



getEntry
public com.liferay.portlet.ratings.model.RatingsEntry getEntry(long userId, java.lang.String className, long classPK) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException(Code)



getRatingsEntryPersistence
public com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence getRatingsEntryPersistence()(Code)



getRatingsStatsPersistence
public com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()(Code)



getUserFinder
public com.liferay.portal.service.persistence.UserFinder getUserFinder()(Code)



getUserPersistence
public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()(Code)



setBlogsEntryFinder
public void setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder)(Code)



setBlogsEntryPersistence
public void setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence)(Code)



setBlogsStatsUserFinder
public void setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder)(Code)



setBlogsStatsUserPersistence
public void setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence)(Code)



setRatingsEntryPersistence
public void setRatingsEntryPersistence(com.liferay.portlet.ratings.service.persistence.RatingsEntryPersistence ratingsEntryPersistence)(Code)



setRatingsStatsPersistence
public void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)(Code)



setUserFinder
public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)(Code)



setUserPersistence
public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)(Code)



updateEntry
public com.liferay.portlet.ratings.model.RatingsEntry updateEntry(long userId, java.lang.String className, long classPK, double score) throws com.liferay.portal.SystemException, com.liferay.portal.PortalException(Code)



updateRatingsEntry
public com.liferay.portlet.ratings.model.RatingsEntry updateRatingsEntry(com.liferay.portlet.ratings.model.RatingsEntry model) throws com.liferay.portal.SystemException(Code)



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