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


java.lang.Object
   com.liferay.portlet.tags.service.base.TagsEntryLocalServiceBaseImpl
      com.liferay.portlet.tags.service.impl.TagsEntryLocalServiceImpl

TagsEntryLocalServiceImpl
public class TagsEntryLocalServiceImpl extends TagsEntryLocalServiceBaseImpl (Code)
View Source
author:
   Brian Wing Shun Chan


Field Summary
public static  String[]DEFAULT_PROPERTIES
    


Method Summary
public  TagsEntryaddEntry(long userId, String name)
    
public  TagsEntryaddEntry(long userId, String name, String[] properties)
    
public  voidcheckEntries(long userId, String[] names)
    
public  voiddeleteEntry(long entryId)
    
public  voiddeleteEntry(TagsEntry entry)
    
public  ListgetAssetEntries(long assetId)
    
public  ListgetEntries()
    
public  ListgetEntries(String className, long classPK)
    
public  ListgetEntries(long classNameId, long classPK)
    
public  TagsEntrygetEntry(long entryId)
    
public  TagsEntrygetEntry(long companyId, String name)
    
public  long[]getEntryIds(long companyId, String[] names)
    
public  String[]getEntryNames()
    
public  String[]getEntryNames(String className, long classPK)
    
public  String[]getEntryNames(long classNameId, long classPK)
    
protected  String[]getEntryNames(List entries)
    
public  booleanhasEntry(long companyId, String name)
    
public  Listsearch(long companyId, String name, String[] properties)
    
public  Listsearch(long companyId, String name, String[] properties, int begin, int end)
    
public  JSONArrayWrappersearchAutocomplete(long companyId, String name, String[] properties, int begin, int end)
    
public  intsearchCount(long companyId, String name, String[] properties)
    
public  TagsEntryupdateEntry(long entryId, String name)
    
public  TagsEntryupdateEntry(long userId, long entryId, String name, String[] properties)
    
protected  voidvalidate(String name)
    

Field Detail
DEFAULT_PROPERTIES
public static String[] DEFAULT_PROPERTIES(Code)





Method Detail
addEntry
public TagsEntry addEntry(long userId, String name) throws PortalException, SystemException(Code)



addEntry
public TagsEntry addEntry(long userId, String name, String[] properties) throws PortalException, SystemException(Code)



checkEntries
public void checkEntries(long userId, String[] names) throws PortalException, SystemException(Code)



deleteEntry
public void deleteEntry(long entryId) throws PortalException, SystemException(Code)



deleteEntry
public void deleteEntry(TagsEntry entry) throws PortalException, SystemException(Code)



getAssetEntries
public List getAssetEntries(long assetId) throws PortalException, SystemException(Code)



getEntries
public List getEntries() throws SystemException(Code)



getEntries
public List getEntries(String className, long classPK) throws PortalException, SystemException(Code)



getEntries
public List getEntries(long classNameId, long classPK) throws PortalException, SystemException(Code)



getEntry
public TagsEntry getEntry(long entryId) throws PortalException, SystemException(Code)



getEntry
public TagsEntry getEntry(long companyId, String name) throws PortalException, SystemException(Code)



getEntryIds
public long[] getEntryIds(long companyId, String[] names) throws PortalException, SystemException(Code)



getEntryNames
public String[] getEntryNames() throws SystemException(Code)



getEntryNames
public String[] getEntryNames(String className, long classPK) throws PortalException, SystemException(Code)



getEntryNames
public String[] getEntryNames(long classNameId, long classPK) throws PortalException, SystemException(Code)



getEntryNames
protected String[] getEntryNames(List entries)(Code)



hasEntry
public boolean hasEntry(long companyId, String name) throws PortalException, SystemException(Code)



search
public List search(long companyId, String name, String[] properties) throws SystemException(Code)



search
public List search(long companyId, String name, String[] properties, int begin, int end) throws SystemException(Code)



searchAutocomplete
public JSONArrayWrapper searchAutocomplete(long companyId, String name, String[] properties, int begin, int end) throws SystemException(Code)



searchCount
public int searchCount(long companyId, String name, String[] properties) throws SystemException(Code)



updateEntry
public TagsEntry updateEntry(long entryId, String name) throws PortalException, SystemException(Code)



updateEntry
public TagsEntry updateEntry(long userId, long entryId, String name, String[] properties) throws PortalException, SystemException(Code)



validate
protected void validate(String name) throws PortalException, SystemException(Code)



Fields inherited from com.liferay.portlet.tags.service.base.TagsEntryLocalServiceBaseImpl
protected CounterLocalService counterLocalService(Code)(Java Doc)
protected CounterService counterService(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 TagsEntryPersistence tagsEntryPersistence(Code)(Java Doc)
protected TagsPropertyFinder tagsPropertyFinder(Code)(Java Doc)
protected TagsPropertyKeyFinder tagsPropertyKeyFinder(Code)(Java Doc)
protected TagsPropertyLocalService tagsPropertyLocalService(Code)(Java Doc)
protected TagsPropertyPersistence tagsPropertyPersistence(Code)(Java Doc)
protected TagsPropertyService tagsPropertyService(Code)(Java Doc)
protected TagsSourceLocalService tagsSourceLocalService(Code)(Java Doc)
protected TagsSourcePersistence tagsSourcePersistence(Code)(Java Doc)
protected TagsSourceService tagsSourceService(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.tags.service.base.TagsEntryLocalServiceBaseImpl
public TagsEntry addTagsEntry(TagsEntry model) throws SystemException(Code)(Java Doc)
public void afterPropertiesSet()(Code)(Java Doc)
public List dynamicQuery(DynamicQueryInitializer queryInitializer) throws SystemException(Code)(Java Doc)
public List dynamicQuery(DynamicQueryInitializer queryInitializer, int begin, int end) throws SystemException(Code)(Java Doc)
public CounterLocalService getCounterLocalService()(Code)(Java Doc)
public CounterService getCounterService()(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 TagsEntryPersistence getTagsEntryPersistence()(Code)(Java Doc)
public TagsPropertyFinder getTagsPropertyFinder()(Code)(Java Doc)
public TagsPropertyKeyFinder getTagsPropertyKeyFinder()(Code)(Java Doc)
public TagsPropertyLocalService getTagsPropertyLocalService()(Code)(Java Doc)
public TagsPropertyPersistence getTagsPropertyPersistence()(Code)(Java Doc)
public TagsPropertyService getTagsPropertyService()(Code)(Java Doc)
public TagsSourceLocalService getTagsSourceLocalService()(Code)(Java Doc)
public TagsSourcePersistence getTagsSourcePersistence()(Code)(Java Doc)
public TagsSourceService getTagsSourceService()(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 setCounterLocalService(CounterLocalService counterLocalService)(Code)(Java Doc)
public void setCounterService(CounterService counterService)(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 setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)(Code)(Java Doc)
public void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)(Code)(Java Doc)
public void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)(Code)(Java Doc)
public void setTagsPropertyLocalService(TagsPropertyLocalService tagsPropertyLocalService)(Code)(Java Doc)
public void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)(Code)(Java Doc)
public void setTagsPropertyService(TagsPropertyService tagsPropertyService)(Code)(Java Doc)
public void setTagsSourceLocalService(TagsSourceLocalService tagsSourceLocalService)(Code)(Java Doc)
public void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)(Code)(Java Doc)
public void setTagsSourceService(TagsSourceService tagsSourceService)(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)
public TagsEntry updateTagsEntry(TagsEntry model) throws SystemException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.