com.liferay.portal.service.persistence
Interface LayoutPersistence

All Superinterfaces:
BasePersistence<Layout>

public interface LayoutPersistence
extends BasePersistence<Layout>

View Source

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

Author:
Brian Wing Shun Chan
See Also:
LayoutPersistenceImpl, LayoutUtil
Generated:

Method Summary
 void cacheResult(Layout layout)
           
 void cacheResult(java.util.List<Layout> layouts)
           
 int countAll()
           
 int countByCompanyId(long companyId)
           
 int countByDLFolderId(long dlFolderId)
           
 int countByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
           
 int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
           
 int countByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
           
 int countByG_P(long groupId, boolean privateLayout)
           
 int countByGroupId(long groupId)
           
 int countByIconImageId(long iconImageId)
           
 Layout create(long plid)
           
 Layout fetchByDLFolderId(long dlFolderId)
           
 Layout fetchByDLFolderId(long dlFolderId, boolean retrieveFromCache)
           
 Layout fetchByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
           
 Layout fetchByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL, boolean retrieveFromCache)
           
 Layout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 Layout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean retrieveFromCache)
           
 Layout fetchByIconImageId(long iconImageId)
           
 Layout fetchByIconImageId(long iconImageId, boolean retrieveFromCache)
           
 Layout fetchByPrimaryKey(long plid)
           
 java.util.List<Layout> findAll()
           
 java.util.List<Layout> findAll(int start, int end)
           
 java.util.List<Layout> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout[] findByCompanyId_PrevAndNext(long plid, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<Layout> findByCompanyId(long companyId)
           
 java.util.List<Layout> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<Layout> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByDLFolderId(long dlFolderId)
           
 Layout findByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
           
 Layout findByG_P_First(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 Layout findByG_P_Last(long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout[] findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
           
 java.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
           
 java.util.List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout[] findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByG_P_T_First(long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByG_P_T_Last(long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout[] findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, java.lang.String type, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
           
 java.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end)
           
 java.util.List<Layout> findByG_P_T(long groupId, boolean privateLayout, java.lang.String type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<Layout> findByG_P(long groupId, boolean privateLayout)
           
 java.util.List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end)
           
 java.util.List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout[] findByGroupId_PrevAndNext(long plid, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 java.util.List<Layout> findByGroupId(long groupId)
           
 java.util.List<Layout> findByGroupId(long groupId, int start, int end)
           
 java.util.List<Layout> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Layout findByIconImageId(long iconImageId)
           
 Layout findByPrimaryKey(long plid)
           
 Layout remove(long plid)
           
 void removeAll()
           
 void removeByCompanyId(long companyId)
           
 void removeByDLFolderId(long dlFolderId)
           
 void removeByG_P_F(long groupId, boolean privateLayout, java.lang.String friendlyURL)
           
 void removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
 void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
           
 void removeByG_P_T(long groupId, boolean privateLayout, java.lang.String type)
           
 void removeByG_P(long groupId, boolean privateLayout)
           
 void removeByGroupId(long groupId)
           
 void removeByIconImageId(long iconImageId)
           
 Layout updateImpl(Layout layout, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(Layout layout)

cacheResult

void cacheResult(java.util.List<Layout> layouts)

create

Layout create(long plid)

remove

Layout remove(long plid)
              throws NoSuchLayoutException,
                     com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

updateImpl

Layout updateImpl(Layout layout,
                  boolean merge)
                  throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

Layout findByPrimaryKey(long plid)
                        throws NoSuchLayoutException,
                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

Layout fetchByPrimaryKey(long plid)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

java.util.List<Layout> findByGroupId(long groupId)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

java.util.List<Layout> findByGroupId(long groupId,
                                     int start,
                                     int end)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId

java.util.List<Layout> findByGroupId(long groupId,
                                     int start,
                                     int end,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByGroupId_First

Layout findByGroupId_First(long groupId,
                           com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws NoSuchLayoutException,
                                  com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByGroupId_Last

Layout findByGroupId_Last(long groupId,
                          com.liferay.portal.kernel.util.OrderByComparator obc)
                          throws NoSuchLayoutException,
                                 com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByGroupId_PrevAndNext

Layout[] findByGroupId_PrevAndNext(long plid,
                                   long groupId,
                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws NoSuchLayoutException,
                                          com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<Layout> findByCompanyId(long companyId)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<Layout> findByCompanyId(long companyId,
                                       int start,
                                       int end)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId

java.util.List<Layout> findByCompanyId(long companyId,
                                       int start,
                                       int end,
                                       com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_First

Layout findByCompanyId_First(long companyId,
                             com.liferay.portal.kernel.util.OrderByComparator obc)
                             throws NoSuchLayoutException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_Last

Layout findByCompanyId_Last(long companyId,
                            com.liferay.portal.kernel.util.OrderByComparator obc)
                            throws NoSuchLayoutException,
                                   com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByCompanyId_PrevAndNext

Layout[] findByCompanyId_PrevAndNext(long plid,
                                     long companyId,
                                     com.liferay.portal.kernel.util.OrderByComparator obc)
                                     throws NoSuchLayoutException,
                                            com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByDLFolderId

Layout findByDLFolderId(long dlFolderId)
                        throws NoSuchLayoutException,
                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

fetchByDLFolderId

Layout fetchByDLFolderId(long dlFolderId)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByDLFolderId

Layout fetchByDLFolderId(long dlFolderId,
                         boolean retrieveFromCache)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByIconImageId

Layout findByIconImageId(long iconImageId)
                         throws NoSuchLayoutException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

fetchByIconImageId

Layout fetchByIconImageId(long iconImageId)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByIconImageId

Layout fetchByIconImageId(long iconImageId,
                          boolean retrieveFromCache)
                          throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P

java.util.List<Layout> findByG_P(long groupId,
                                 boolean privateLayout)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P

java.util.List<Layout> findByG_P(long groupId,
                                 boolean privateLayout,
                                 int start,
                                 int end)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P

java.util.List<Layout> findByG_P(long groupId,
                                 boolean privateLayout,
                                 int start,
                                 int end,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_First

Layout findByG_P_First(long groupId,
                       boolean privateLayout,
                       com.liferay.portal.kernel.util.OrderByComparator obc)
                       throws NoSuchLayoutException,
                              com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_Last

Layout findByG_P_Last(long groupId,
                      boolean privateLayout,
                      com.liferay.portal.kernel.util.OrderByComparator obc)
                      throws NoSuchLayoutException,
                             com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_PrevAndNext

Layout[] findByG_P_PrevAndNext(long plid,
                               long groupId,
                               boolean privateLayout,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws NoSuchLayoutException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_L

Layout findByG_P_L(long groupId,
                   boolean privateLayout,
                   long layoutId)
                   throws NoSuchLayoutException,
                          com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

fetchByG_P_L

Layout fetchByG_P_L(long groupId,
                    boolean privateLayout,
                    long layoutId)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByG_P_L

Layout fetchByG_P_L(long groupId,
                    boolean privateLayout,
                    long layoutId,
                    boolean retrieveFromCache)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_P

java.util.List<Layout> findByG_P_P(long groupId,
                                   boolean privateLayout,
                                   long parentLayoutId)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_P

java.util.List<Layout> findByG_P_P(long groupId,
                                   boolean privateLayout,
                                   long parentLayoutId,
                                   int start,
                                   int end)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_P

java.util.List<Layout> findByG_P_P(long groupId,
                                   boolean privateLayout,
                                   long parentLayoutId,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_P_First

Layout findByG_P_P_First(long groupId,
                         boolean privateLayout,
                         long parentLayoutId,
                         com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws NoSuchLayoutException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_P_Last

Layout findByG_P_P_Last(long groupId,
                        boolean privateLayout,
                        long parentLayoutId,
                        com.liferay.portal.kernel.util.OrderByComparator obc)
                        throws NoSuchLayoutException,
                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_P_PrevAndNext

Layout[] findByG_P_P_PrevAndNext(long plid,
                                 long groupId,
                                 boolean privateLayout,
                                 long parentLayoutId,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws NoSuchLayoutException,
                                        com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_F

Layout findByG_P_F(long groupId,
                   boolean privateLayout,
                   java.lang.String friendlyURL)
                   throws NoSuchLayoutException,
                          com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

fetchByG_P_F

Layout fetchByG_P_F(long groupId,
                    boolean privateLayout,
                    java.lang.String friendlyURL)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByG_P_F

Layout fetchByG_P_F(long groupId,
                    boolean privateLayout,
                    java.lang.String friendlyURL,
                    boolean retrieveFromCache)
                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_T

java.util.List<Layout> findByG_P_T(long groupId,
                                   boolean privateLayout,
                                   java.lang.String type)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_T

java.util.List<Layout> findByG_P_T(long groupId,
                                   boolean privateLayout,
                                   java.lang.String type,
                                   int start,
                                   int end)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_T

java.util.List<Layout> findByG_P_T(long groupId,
                                   boolean privateLayout,
                                   java.lang.String type,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator obc)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByG_P_T_First

Layout findByG_P_T_First(long groupId,
                         boolean privateLayout,
                         java.lang.String type,
                         com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws NoSuchLayoutException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_T_Last

Layout findByG_P_T_Last(long groupId,
                        boolean privateLayout,
                        java.lang.String type,
                        com.liferay.portal.kernel.util.OrderByComparator obc)
                        throws NoSuchLayoutException,
                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findByG_P_T_PrevAndNext

Layout[] findByG_P_T_PrevAndNext(long plid,
                                 long groupId,
                                 boolean privateLayout,
                                 java.lang.String type,
                                 com.liferay.portal.kernel.util.OrderByComparator obc)
                                 throws NoSuchLayoutException,
                                        com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<Layout> findAll()
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<Layout> findAll(int start,
                               int end)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<Layout> findAll(int start,
                               int end,
                               com.liferay.portal.kernel.util.OrderByComparator obc)
                               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByGroupId

void removeByGroupId(long groupId)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByDLFolderId

void removeByDLFolderId(long dlFolderId)
                        throws NoSuchLayoutException,
                               com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

removeByIconImageId

void removeByIconImageId(long iconImageId)
                         throws NoSuchLayoutException,
                                com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

removeByG_P

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

removeByG_P_L

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

removeByG_P_P

void removeByG_P_P(long groupId,
                   boolean privateLayout,
                   long parentLayoutId)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByG_P_F

void removeByG_P_F(long groupId,
                   boolean privateLayout,
                   java.lang.String friendlyURL)
                   throws NoSuchLayoutException,
                          com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchLayoutException
com.liferay.portal.kernel.exception.SystemException

removeByG_P_T

void removeByG_P_T(long groupId,
                   boolean privateLayout,
                   java.lang.String type)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeAll

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

countByGroupId

int countByGroupId(long groupId)
                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByDLFolderId

int countByDLFolderId(long dlFolderId)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByIconImageId

int countByIconImageId(long iconImageId)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_P

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

countByG_P_L

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

countByG_P_P

int countByG_P_P(long groupId,
                 boolean privateLayout,
                 long parentLayoutId)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_P_F

int countByG_P_F(long groupId,
                 boolean privateLayout,
                 java.lang.String friendlyURL)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByG_P_T

int countByG_P_T(long groupId,
                 boolean privateLayout,
                 java.lang.String type)
                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

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