com.liferay.portlet.journal.service.persistence
Interface JournalContentSearchPersistence


public interface JournalContentSearchPersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 int countByG_A(long groupId, java.lang.String articleId)
           
 int countByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId)
           
 int countByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
 int countByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId)
           
 int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 int countByG_P(long groupId, boolean privateLayout)
           
 JournalContentSearch create(long contentSearchId)
           
 JournalContentSearch fetchByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
 JournalContentSearch fetchByPrimaryKey(long contentSearchId)
           
 java.util.List findAll()
           
 java.util.List findAll(int begin, int end)
           
 java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_A_First(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_A_Last(long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId, long groupId, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByG_A(long groupId, java.lang.String articleId)
           
 java.util.List findByG_A(long groupId, java.lang.String articleId, int begin, int end)
           
 java.util.List findByG_A(long groupId, java.lang.String articleId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_A_First(long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_A_Last(long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch[] findByG_P_A_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, java.lang.String articleId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId)
           
 java.util.List findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId, int begin, int end)
           
 java.util.List findByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_First(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_L_First(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_L_Last(long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
 JournalContentSearch findByG_P_L_P_First(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_L_P_Last(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch[] findByG_P_L_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId)
           
 java.util.List findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, int begin, int end)
           
 java.util.List findByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, long layoutId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 java.util.List findByG_P_L(long groupId, boolean privateLayout, long layoutId, int begin, int end)
           
 java.util.List findByG_P_L(long groupId, boolean privateLayout, long layoutId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByG_P_Last(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List findByG_P(long groupId, boolean privateLayout)
           
 java.util.List findByG_P(long groupId, boolean privateLayout, int begin, int end)
           
 java.util.List findByG_P(long groupId, boolean privateLayout, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 JournalContentSearch findByPrimaryKey(long contentSearchId)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 JournalContentSearch remove(JournalContentSearch journalContentSearch)
           
 JournalContentSearch remove(long contentSearchId)
           
 void removeAll()
           
 void removeByG_A(long groupId, java.lang.String articleId)
           
 void removeByG_P_A(long groupId, boolean privateLayout, java.lang.String articleId)
           
 void removeByG_P_L_P_A(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
 void removeByG_P_L_P(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId)
           
 void removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 void removeByG_P(long groupId, boolean privateLayout)
           
 JournalContentSearch update(JournalContentSearch journalContentSearch)
           
 JournalContentSearch update(JournalContentSearch journalContentSearch, boolean merge)
           
 JournalContentSearch updateImpl(JournalContentSearch journalContentSearch, boolean merge)
           
 

Method Detail

create

public JournalContentSearch create(long contentSearchId)

remove

public JournalContentSearch remove(long contentSearchId)
                            throws com.liferay.portal.SystemException,
                                   NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

remove

public JournalContentSearch remove(JournalContentSearch journalContentSearch)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public JournalContentSearch update(JournalContentSearch journalContentSearch)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public JournalContentSearch update(JournalContentSearch journalContentSearch,
                                   boolean merge)
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateImpl

public JournalContentSearch updateImpl(JournalContentSearch journalContentSearch,
                                       boolean merge)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByPrimaryKey

public JournalContentSearch findByPrimaryKey(long contentSearchId)
                                      throws com.liferay.portal.SystemException,
                                             NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

fetchByPrimaryKey

public JournalContentSearch fetchByPrimaryKey(long contentSearchId)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P

public java.util.List findByG_P(long groupId,
                                boolean privateLayout)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P

public java.util.List findByG_P(long groupId,
                                boolean privateLayout,
                                int begin,
                                int end)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P

public java.util.List findByG_P(long groupId,
                                boolean privateLayout,
                                int begin,
                                int end,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_First

public JournalContentSearch findByG_P_First(long groupId,
                                            boolean privateLayout,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.SystemException,
                                            NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_Last

public JournalContentSearch findByG_P_Last(long groupId,
                                           boolean privateLayout,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_PrevAndNext

public JournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId,
                                                    long groupId,
                                                    boolean privateLayout,
                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                             throws com.liferay.portal.SystemException,
                                                    NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_A

public java.util.List findByG_A(long groupId,
                                java.lang.String articleId)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_A

public java.util.List findByG_A(long groupId,
                                java.lang.String articleId,
                                int begin,
                                int end)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_A

public java.util.List findByG_A(long groupId,
                                java.lang.String articleId,
                                int begin,
                                int end,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_A_First

public JournalContentSearch findByG_A_First(long groupId,
                                            java.lang.String articleId,
                                            com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.SystemException,
                                            NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_A_Last

public JournalContentSearch findByG_A_Last(long groupId,
                                           java.lang.String articleId,
                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.SystemException,
                                           NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_A_PrevAndNext

public JournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId,
                                                    long groupId,
                                                    java.lang.String articleId,
                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                             throws com.liferay.portal.SystemException,
                                                    NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L

public java.util.List findByG_P_L(long groupId,
                                  boolean privateLayout,
                                  long layoutId)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_L

public java.util.List findByG_P_L(long groupId,
                                  boolean privateLayout,
                                  long layoutId,
                                  int begin,
                                  int end)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_L

public java.util.List findByG_P_L(long groupId,
                                  boolean privateLayout,
                                  long layoutId,
                                  int begin,
                                  int end,
                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_L_First

public JournalContentSearch findByG_P_L_First(long groupId,
                                              boolean privateLayout,
                                              long layoutId,
                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.SystemException,
                                              NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L_Last

public JournalContentSearch findByG_P_L_Last(long groupId,
                                             boolean privateLayout,
                                             long layoutId,
                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.SystemException,
                                             NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L_PrevAndNext

public JournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId,
                                                      long groupId,
                                                      boolean privateLayout,
                                                      long layoutId,
                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.SystemException,
                                                      NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_A

public java.util.List findByG_P_A(long groupId,
                                  boolean privateLayout,
                                  java.lang.String articleId)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_A

public java.util.List findByG_P_A(long groupId,
                                  boolean privateLayout,
                                  java.lang.String articleId,
                                  int begin,
                                  int end)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_A

public java.util.List findByG_P_A(long groupId,
                                  boolean privateLayout,
                                  java.lang.String articleId,
                                  int begin,
                                  int end,
                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_A_First

public JournalContentSearch findByG_P_A_First(long groupId,
                                              boolean privateLayout,
                                              java.lang.String articleId,
                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.SystemException,
                                              NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_A_Last

public JournalContentSearch findByG_P_A_Last(long groupId,
                                             boolean privateLayout,
                                             java.lang.String articleId,
                                             com.liferay.portal.kernel.util.OrderByComparator obc)
                                      throws com.liferay.portal.SystemException,
                                             NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_A_PrevAndNext

public JournalContentSearch[] findByG_P_A_PrevAndNext(long contentSearchId,
                                                      long groupId,
                                                      boolean privateLayout,
                                                      java.lang.String articleId,
                                                      com.liferay.portal.kernel.util.OrderByComparator obc)
                                               throws com.liferay.portal.SystemException,
                                                      NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L_P

public java.util.List findByG_P_L_P(long groupId,
                                    boolean privateLayout,
                                    long layoutId,
                                    java.lang.String portletId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_L_P

public java.util.List findByG_P_L_P(long groupId,
                                    boolean privateLayout,
                                    long layoutId,
                                    java.lang.String portletId,
                                    int begin,
                                    int end)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_L_P

public java.util.List findByG_P_L_P(long groupId,
                                    boolean privateLayout,
                                    long layoutId,
                                    java.lang.String portletId,
                                    int begin,
                                    int end,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_P_L_P_First

public JournalContentSearch findByG_P_L_P_First(long groupId,
                                                boolean privateLayout,
                                                long layoutId,
                                                java.lang.String portletId,
                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                         throws com.liferay.portal.SystemException,
                                                NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L_P_Last

public JournalContentSearch findByG_P_L_P_Last(long groupId,
                                               boolean privateLayout,
                                               long layoutId,
                                               java.lang.String portletId,
                                               com.liferay.portal.kernel.util.OrderByComparator obc)
                                        throws com.liferay.portal.SystemException,
                                               NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L_P_PrevAndNext

public JournalContentSearch[] findByG_P_L_P_PrevAndNext(long contentSearchId,
                                                        long groupId,
                                                        boolean privateLayout,
                                                        long layoutId,
                                                        java.lang.String portletId,
                                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                                 throws com.liferay.portal.SystemException,
                                                        NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

findByG_P_L_P_A

public JournalContentSearch findByG_P_L_P_A(long groupId,
                                            boolean privateLayout,
                                            long layoutId,
                                            java.lang.String portletId,
                                            java.lang.String articleId)
                                     throws com.liferay.portal.SystemException,
                                            NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

fetchByG_P_L_P_A

public JournalContentSearch fetchByG_P_L_P_A(long groupId,
                                             boolean privateLayout,
                                             long layoutId,
                                             java.lang.String portletId,
                                             java.lang.String articleId)
                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

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

findWithDynamicQuery

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

findAll

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

findAll

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

findAll

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

removeByG_P

public void removeByG_P(long groupId,
                        boolean privateLayout)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_A

public void removeByG_A(long groupId,
                        java.lang.String articleId)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_P_L

public void removeByG_P_L(long groupId,
                          boolean privateLayout,
                          long layoutId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_P_A

public void removeByG_P_A(long groupId,
                          boolean privateLayout,
                          java.lang.String articleId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_P_L_P

public void removeByG_P_L_P(long groupId,
                            boolean privateLayout,
                            long layoutId,
                            java.lang.String portletId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByG_P_L_P_A

public void removeByG_P_L_P_A(long groupId,
                              boolean privateLayout,
                              long layoutId,
                              java.lang.String portletId,
                              java.lang.String articleId)
                       throws com.liferay.portal.SystemException,
                              NoSuchContentSearchException
Throws:
com.liferay.portal.SystemException
NoSuchContentSearchException

removeAll

public void removeAll()
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_P

public int countByG_P(long groupId,
                      boolean privateLayout)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_A

public int countByG_A(long groupId,
                      java.lang.String articleId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_P_L

public int countByG_P_L(long groupId,
                        boolean privateLayout,
                        long layoutId)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_P_A

public int countByG_P_A(long groupId,
                        boolean privateLayout,
                        java.lang.String articleId)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_P_L_P

public int countByG_P_L_P(long groupId,
                          boolean privateLayout,
                          long layoutId,
                          java.lang.String portletId)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByG_P_L_P_A

public int countByG_P_L_P_A(long groupId,
                            boolean privateLayout,
                            long layoutId,
                            java.lang.String portletId,
                            java.lang.String articleId)
                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countAll

public int countAll()
             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException