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


com.liferay.portal.service.persistence.BasePersistence
   com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistenceImpl

SCProductEntryPersistenceImpl
public class SCProductEntryPersistenceImpl extends BasePersistence implements SCProductEntryPersistence(Code)
View Source
author:
   Brian Wing Shun Chan

Inner Class :protected class ContainsSCLicense extends MappingSqlQuery
Inner Class :protected class AddSCLicense extends SqlUpdate
Inner Class :protected class ClearSCLicenses extends SqlUpdate
Inner Class :protected class RemoveSCLicense extends SqlUpdate

Field Summary
protected  AddSCLicenseaddSCLicense
    
protected  ClearSCLicensesclearSCLicenses
    
protected  ContainsSCLicensecontainsSCLicense
    
protected  RemoveSCLicenseremoveSCLicense
    


Method Summary
public  voidaddSCLicense(long pk, long scLicensePK)
    
public  voidaddSCLicense(long pk, com.liferay.portlet.softwarecatalog.model.SCLicense scLicense)
    
public  voidaddSCLicenses(long pk, long[] scLicensePKs)
    
public  voidaddSCLicenses(long pk, List scLicenses)
    
public  voidclearSCLicenses(long pk)
    
public  booleancontainsSCLicense(long pk, long scLicensePK)
    
public  booleancontainsSCLicenses(long pk)
    
public  intcountAll()
    
public  intcountByCompanyId(long companyId)
    
public  intcountByG_U(long groupId, long userId)
    
public  intcountByGroupId(long groupId)
    
public  intcountByRG_RA(String repoGroupId, String repoArtifactId)
    
public  SCProductEntrycreate(long productEntryId)
    
public  SCProductEntryfetchByPrimaryKey(long productEntryId)
    
public  SCProductEntryfetchByRG_RA(String repoGroupId, String repoArtifactId)
    
public  ListfindAll()
    
public  ListfindAll(int begin, int end)
    
public  ListfindAll(int begin, int end, OrderByComparator obc)
    
public  ListfindByCompanyId(long companyId)
    
public  ListfindByCompanyId(long companyId, int begin, int end)
    
public  ListfindByCompanyId(long companyId, int begin, int end, OrderByComparator obc)
    
public  SCProductEntryfindByCompanyId_First(long companyId, OrderByComparator obc)
    
public  SCProductEntryfindByCompanyId_Last(long companyId, OrderByComparator obc)
    
public  SCProductEntry[]findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator obc)
    
public  ListfindByG_U(long groupId, long userId)
    
public  ListfindByG_U(long groupId, long userId, int begin, int end)
    
public  ListfindByG_U(long groupId, long userId, int begin, int end, OrderByComparator obc)
    
public  SCProductEntryfindByG_U_First(long groupId, long userId, OrderByComparator obc)
    
public  SCProductEntryfindByG_U_Last(long groupId, long userId, OrderByComparator obc)
    
public  SCProductEntry[]findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator obc)
    
public  ListfindByGroupId(long groupId)
    
public  ListfindByGroupId(long groupId, int begin, int end)
    
public  ListfindByGroupId(long groupId, int begin, int end, OrderByComparator obc)
    
public  SCProductEntryfindByGroupId_First(long groupId, OrderByComparator obc)
    
public  SCProductEntryfindByGroupId_Last(long groupId, OrderByComparator obc)
    
public  SCProductEntry[]findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator obc)
    
public  SCProductEntryfindByPrimaryKey(long productEntryId)
    
public  SCProductEntryfindByRG_RA(String repoGroupId, String repoArtifactId)
    
public  ListfindWithDynamicQuery(DynamicQueryInitializer queryInitializer)
    
public  ListfindWithDynamicQuery(DynamicQueryInitializer queryInitializer, int begin, int end)
    
public  ListgetSCLicenses(long pk)
    
public  ListgetSCLicenses(long pk, int begin, int end)
    
public  ListgetSCLicenses(long pk, int begin, int end, OrderByComparator obc)
    
public  intgetSCLicensesSize(long pk)
    
protected  voidinitDao()
    
public  SCProductEntryremove(long productEntryId)
    
public  SCProductEntryremove(SCProductEntry scProductEntry)
    
public  voidremoveAll()
    
public  voidremoveByCompanyId(long companyId)
    
public  voidremoveByG_U(long groupId, long userId)
    
public  voidremoveByGroupId(long groupId)
    
public  voidremoveByRG_RA(String repoGroupId, String repoArtifactId)
    
protected  SCProductEntryremoveImpl(SCProductEntry scProductEntry)
    
public  voidremoveSCLicense(long pk, long scLicensePK)
    
public  voidremoveSCLicense(long pk, com.liferay.portlet.softwarecatalog.model.SCLicense scLicense)
    
public  voidremoveSCLicenses(long pk, long[] scLicensePKs)
    
public  voidremoveSCLicenses(long pk, List scLicenses)
    
public  voidsetSCLicenses(long pk, long[] scLicensePKs)
    
public  voidsetSCLicenses(long pk, List scLicenses)
    
public  SCProductEntryupdate(SCProductEntry scProductEntry)
    
public  SCProductEntryupdate(SCProductEntry scProductEntry, boolean merge)
    
public  SCProductEntryupdateImpl(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry, boolean merge)
    

Field Detail
addSCLicense
protected AddSCLicense addSCLicense(Code)



clearSCLicenses
protected ClearSCLicenses clearSCLicenses(Code)



containsSCLicense
protected ContainsSCLicense containsSCLicense(Code)



removeSCLicense
protected RemoveSCLicense removeSCLicense(Code)





Method Detail
addSCLicense
public void addSCLicense(long pk, long scLicensePK) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



addSCLicense
public void addSCLicense(long pk, com.liferay.portlet.softwarecatalog.model.SCLicense scLicense) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



addSCLicenses
public void addSCLicenses(long pk, long[] scLicensePKs) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



addSCLicenses
public void addSCLicenses(long pk, List scLicenses) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



clearSCLicenses
public void clearSCLicenses(long pk) throws NoSuchProductEntryException, SystemException(Code)



containsSCLicense
public boolean containsSCLicense(long pk, long scLicensePK) throws SystemException(Code)



containsSCLicenses
public boolean containsSCLicenses(long pk) throws SystemException(Code)



countAll
public int countAll() throws SystemException(Code)



countByCompanyId
public int countByCompanyId(long companyId) throws SystemException(Code)



countByG_U
public int countByG_U(long groupId, long userId) throws SystemException(Code)



countByGroupId
public int countByGroupId(long groupId) throws SystemException(Code)



countByRG_RA
public int countByRG_RA(String repoGroupId, String repoArtifactId) throws SystemException(Code)



create
public SCProductEntry create(long productEntryId)(Code)



fetchByPrimaryKey
public SCProductEntry fetchByPrimaryKey(long productEntryId) throws SystemException(Code)



fetchByRG_RA
public SCProductEntry fetchByRG_RA(String repoGroupId, String repoArtifactId) throws SystemException(Code)



findAll
public List findAll() throws SystemException(Code)



findAll
public List findAll(int begin, int end) throws SystemException(Code)



findAll
public List findAll(int begin, int end, OrderByComparator obc) throws SystemException(Code)



findByCompanyId
public List findByCompanyId(long companyId) throws SystemException(Code)



findByCompanyId
public List findByCompanyId(long companyId, int begin, int end) throws SystemException(Code)



findByCompanyId
public List findByCompanyId(long companyId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



findByCompanyId_First
public SCProductEntry findByCompanyId_First(long companyId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByCompanyId_Last
public SCProductEntry findByCompanyId_Last(long companyId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByCompanyId_PrevAndNext
public SCProductEntry[] findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByG_U
public List findByG_U(long groupId, long userId) throws SystemException(Code)



findByG_U
public List findByG_U(long groupId, long userId, int begin, int end) throws SystemException(Code)



findByG_U
public List findByG_U(long groupId, long userId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



findByG_U_First
public SCProductEntry findByG_U_First(long groupId, long userId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByG_U_Last
public SCProductEntry findByG_U_Last(long groupId, long userId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByG_U_PrevAndNext
public SCProductEntry[] findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByGroupId
public List findByGroupId(long groupId) throws SystemException(Code)



findByGroupId
public List findByGroupId(long groupId, int begin, int end) throws SystemException(Code)



findByGroupId
public List findByGroupId(long groupId, int begin, int end, OrderByComparator obc) throws SystemException(Code)



findByGroupId_First
public SCProductEntry findByGroupId_First(long groupId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByGroupId_Last
public SCProductEntry findByGroupId_Last(long groupId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByGroupId_PrevAndNext
public SCProductEntry[] findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



findByPrimaryKey
public SCProductEntry findByPrimaryKey(long productEntryId) throws NoSuchProductEntryException, SystemException(Code)



findByRG_RA
public SCProductEntry findByRG_RA(String repoGroupId, String repoArtifactId) throws NoSuchProductEntryException, SystemException(Code)



findWithDynamicQuery
public List findWithDynamicQuery(DynamicQueryInitializer queryInitializer) throws SystemException(Code)



findWithDynamicQuery
public List findWithDynamicQuery(DynamicQueryInitializer queryInitializer, int begin, int end) throws SystemException(Code)



getSCLicenses
public List getSCLicenses(long pk) throws NoSuchProductEntryException, SystemException(Code)



getSCLicenses
public List getSCLicenses(long pk, int begin, int end) throws NoSuchProductEntryException, SystemException(Code)



getSCLicenses
public List getSCLicenses(long pk, int begin, int end, OrderByComparator obc) throws NoSuchProductEntryException, SystemException(Code)



getSCLicensesSize
public int getSCLicensesSize(long pk) throws SystemException(Code)



initDao
protected void initDao()(Code)



remove
public SCProductEntry remove(long productEntryId) throws NoSuchProductEntryException, SystemException(Code)



remove
public SCProductEntry remove(SCProductEntry scProductEntry) throws SystemException(Code)



removeAll
public void removeAll() throws SystemException(Code)



removeByCompanyId
public void removeByCompanyId(long companyId) throws SystemException(Code)



removeByG_U
public void removeByG_U(long groupId, long userId) throws SystemException(Code)



removeByGroupId
public void removeByGroupId(long groupId) throws SystemException(Code)



removeByRG_RA
public void removeByRG_RA(String repoGroupId, String repoArtifactId) throws NoSuchProductEntryException, SystemException(Code)



removeImpl
protected SCProductEntry removeImpl(SCProductEntry scProductEntry) throws SystemException(Code)



removeSCLicense
public void removeSCLicense(long pk, long scLicensePK) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



removeSCLicense
public void removeSCLicense(long pk, com.liferay.portlet.softwarecatalog.model.SCLicense scLicense) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



removeSCLicenses
public void removeSCLicenses(long pk, long[] scLicensePKs) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



removeSCLicenses
public void removeSCLicenses(long pk, List scLicenses) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



setSCLicenses
public void setSCLicenses(long pk, long[] scLicensePKs) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



setSCLicenses
public void setSCLicenses(long pk, List scLicenses) throws NoSuchProductEntryException, com.liferay.portlet.softwarecatalog.NoSuchLicenseException, SystemException(Code)



update
public SCProductEntry update(SCProductEntry scProductEntry) throws SystemException(Code)



update
public SCProductEntry update(SCProductEntry scProductEntry, boolean merge) throws SystemException(Code)



updateImpl
public SCProductEntry updateImpl(com.liferay.portlet.softwarecatalog.model.SCProductEntry scProductEntry, boolean merge) throws SystemException(Code)



Methods inherited from com.liferay.portal.service.persistence.BasePersistence
public void closeSession(Session session)(Code)(Java Doc)
protected Dialect getDialect()(Code)(Java Doc)
public SessionFactory getSessionFactory()(Code)(Java Doc)
protected Session openSession() throws HibernateException(Code)(Java Doc)
protected Session openSession(SessionFactory sessionFactory) throws HibernateException(Code)(Java Doc)
public void setSessionFactory(SessionFactory sessionFactory)(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.