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


com.liferay.portlet.tags.service.persistence.TagsPropertyPersistence

All known Subclasses:   com.liferay.portlet.tags.service.persistence.TagsPropertyPersistenceImpl,
TagsPropertyPersistence
public interface TagsPropertyPersistence (Code)
View Source
author:
   Brian Wing Shun Chan




Method Summary
public  intcountAll()
    
public  intcountByC_K(long companyId, java.lang.String key)
    
public  intcountByCompanyId(long companyId)
    
public  intcountByE_K(long entryId, java.lang.String key)
    
public  intcountByEntryId(long entryId)
    
public  com.liferay.portlet.tags.model.TagsPropertycreate(long propertyId)
    
public  com.liferay.portlet.tags.model.TagsPropertyfetchByE_K(long entryId, java.lang.String key)
    
public  com.liferay.portlet.tags.model.TagsPropertyfetchByPrimaryKey(long propertyId)
    
public  java.util.ListfindAll()
    
public  java.util.ListfindAll(int begin, int end)
    
public  java.util.ListfindAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  java.util.ListfindByC_K(long companyId, java.lang.String key)
    
public  java.util.ListfindByC_K(long companyId, java.lang.String key, int begin, int end)
    
public  java.util.ListfindByC_K(long companyId, java.lang.String key, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsProperty[]findByC_K_PrevAndNext(long propertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  java.util.ListfindByCompanyId(long companyId)
    
public  java.util.ListfindByCompanyId(long companyId, int begin, int end)
    
public  java.util.ListfindByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsProperty[]findByCompanyId_PrevAndNext(long propertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByE_K(long entryId, java.lang.String key)
    
public  java.util.ListfindByEntryId(long entryId)
    
public  java.util.ListfindByEntryId(long entryId, int begin, int end)
    
public  java.util.ListfindByEntryId(long entryId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByEntryId_First(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByEntryId_Last(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsProperty[]findByEntryId_PrevAndNext(long propertyId, long entryId, com.liferay.portal.kernel.util.OrderByComparator obc)
    
public  com.liferay.portlet.tags.model.TagsPropertyfindByPrimaryKey(long propertyId)
    
public  java.util.ListfindWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
    
public  java.util.ListfindWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
    
public  com.liferay.portlet.tags.model.TagsPropertyremove(long propertyId)
    
public  com.liferay.portlet.tags.model.TagsPropertyremove(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
    
public  voidremoveAll()
    
public  voidremoveByC_K(long companyId, java.lang.String key)
    
public  voidremoveByCompanyId(long companyId)
    
public  voidremoveByE_K(long entryId, java.lang.String key)
    
public  voidremoveByEntryId(long entryId)
    
public  com.liferay.portlet.tags.model.TagsPropertyupdate(com.liferay.portlet.tags.model.TagsProperty tagsProperty)
    
public  com.liferay.portlet.tags.model.TagsPropertyupdate(com.liferay.portlet.tags.model.TagsProperty tagsProperty, boolean merge)
    
public  com.liferay.portlet.tags.model.TagsPropertyupdateImpl(com.liferay.portlet.tags.model.TagsProperty tagsProperty, boolean merge)
    



Method Detail
countAll
public int countAll() throws com.liferay.portal.SystemException(Code)



countByC_K
public int countByC_K(long companyId, java.lang.String key) throws com.liferay.portal.SystemException(Code)



countByCompanyId
public int countByCompanyId(long companyId) throws com.liferay.portal.SystemException(Code)



countByE_K
public int countByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException(Code)



countByEntryId
public int countByEntryId(long entryId) throws com.liferay.portal.SystemException(Code)



create
public com.liferay.portlet.tags.model.TagsProperty create(long propertyId)(Code)



fetchByE_K
public com.liferay.portlet.tags.model.TagsProperty fetchByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException(Code)



fetchByPrimaryKey
public com.liferay.portlet.tags.model.TagsProperty fetchByPrimaryKey(long propertyId) throws com.liferay.portal.SystemException(Code)



findAll
public java.util.List findAll() throws com.liferay.portal.SystemException(Code)



findAll
public java.util.List findAll(int begin, int end) throws com.liferay.portal.SystemException(Code)



findAll
public java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByC_K
public java.util.List findByC_K(long companyId, java.lang.String key) throws com.liferay.portal.SystemException(Code)



findByC_K
public java.util.List findByC_K(long companyId, java.lang.String key, int begin, int end) throws com.liferay.portal.SystemException(Code)



findByC_K
public java.util.List findByC_K(long companyId, java.lang.String key, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByC_K_First
public com.liferay.portlet.tags.model.TagsProperty findByC_K_First(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByC_K_Last
public com.liferay.portlet.tags.model.TagsProperty findByC_K_Last(long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByC_K_PrevAndNext
public com.liferay.portlet.tags.model.TagsProperty[] findByC_K_PrevAndNext(long propertyId, long companyId, java.lang.String key, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByCompanyId
public java.util.List findByCompanyId(long companyId) throws com.liferay.portal.SystemException(Code)



findByCompanyId
public java.util.List findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException(Code)



findByCompanyId
public java.util.List findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByCompanyId_First
public com.liferay.portlet.tags.model.TagsProperty findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByCompanyId_Last
public com.liferay.portlet.tags.model.TagsProperty findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByCompanyId_PrevAndNext
public com.liferay.portlet.tags.model.TagsProperty[] findByCompanyId_PrevAndNext(long propertyId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByE_K
public com.liferay.portlet.tags.model.TagsProperty findByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByEntryId
public java.util.List findByEntryId(long entryId) throws com.liferay.portal.SystemException(Code)



findByEntryId
public java.util.List findByEntryId(long entryId, int begin, int end) throws com.liferay.portal.SystemException(Code)



findByEntryId
public java.util.List findByEntryId(long entryId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException(Code)



findByEntryId_First
public com.liferay.portlet.tags.model.TagsProperty findByEntryId_First(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByEntryId_Last
public com.liferay.portlet.tags.model.TagsProperty findByEntryId_Last(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByEntryId_PrevAndNext
public com.liferay.portlet.tags.model.TagsProperty[] findByEntryId_PrevAndNext(long propertyId, long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



findByPrimaryKey
public com.liferay.portlet.tags.model.TagsProperty findByPrimaryKey(long propertyId) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



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



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



remove
public com.liferay.portlet.tags.model.TagsProperty remove(long propertyId) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



remove
public com.liferay.portlet.tags.model.TagsProperty remove(com.liferay.portlet.tags.model.TagsProperty tagsProperty) throws com.liferay.portal.SystemException(Code)



removeAll
public void removeAll() throws com.liferay.portal.SystemException(Code)



removeByC_K
public void removeByC_K(long companyId, java.lang.String key) throws com.liferay.portal.SystemException(Code)



removeByCompanyId
public void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException(Code)



removeByE_K
public void removeByE_K(long entryId, java.lang.String key) throws com.liferay.portal.SystemException, com.liferay.portlet.tags.NoSuchPropertyException(Code)



removeByEntryId
public void removeByEntryId(long entryId) throws com.liferay.portal.SystemException(Code)



update
public com.liferay.portlet.tags.model.TagsProperty update(com.liferay.portlet.tags.model.TagsProperty tagsProperty) throws com.liferay.portal.SystemException(Code)



update
public com.liferay.portlet.tags.model.TagsProperty update(com.liferay.portlet.tags.model.TagsProperty tagsProperty, boolean merge) throws com.liferay.portal.SystemException(Code)



updateImpl
public com.liferay.portlet.tags.model.TagsProperty updateImpl(com.liferay.portlet.tags.model.TagsProperty tagsProperty, boolean merge) 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.