Liferay 6.0.3

com.liferay.portal.service.persistence
Class LayoutUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.LayoutUtil

public class LayoutUtil
extends Object

See Also:
LayoutPersistence, LayoutPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
LayoutUtil()
           
 
Method Summary
static void cacheResult(Layout layout)
           
static void cacheResult(List<Layout> layouts)
           
static void clearCache()
           
static void clearCache(Layout layout)
           
static int countAll()
           
static int countByCompanyId(long companyId)
           
static int countByDLFolderId(long dlFolderId)
           
static int countByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
           
static int countByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
static int countByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
           
static int countByG_P_T(long groupId, boolean privateLayout, String type)
           
static int countByG_P(long groupId, boolean privateLayout)
           
static int countByGroupId(long groupId)
           
static int countByIconImageId(long iconImageId)
           
static int countByUUID_G(String uuid, long groupId)
           
static int countByUuid(String uuid)
           
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static Layout create(long plid)
           
static Layout fetchByDLFolderId(long dlFolderId)
           
static Layout fetchByDLFolderId(long dlFolderId, boolean retrieveFromCache)
           
static Layout fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
           
static Layout fetchByG_P_F(long groupId, boolean privateLayout, String friendlyURL, boolean retrieveFromCache)
           
static Layout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
static Layout fetchByG_P_L(long groupId, boolean privateLayout, long layoutId, boolean retrieveFromCache)
           
static Layout fetchByIconImageId(long iconImageId)
           
static Layout fetchByIconImageId(long iconImageId, boolean retrieveFromCache)
           
static Layout fetchByPrimaryKey(long plid)
           
static Layout fetchByUUID_G(String uuid, long groupId)
           
static Layout fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
static List<Layout> findAll()
           
static List<Layout> findAll(int start, int end)
           
static List<Layout> findAll(int start, int end, OrderByComparator orderByComparator)
           
static Layout findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static Layout findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static Layout[] findByCompanyId_PrevAndNext(long plid, long companyId, OrderByComparator orderByComparator)
           
static List<Layout> findByCompanyId(long companyId)
           
static List<Layout> findByCompanyId(long companyId, int start, int end)
           
static List<Layout> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static Layout findByDLFolderId(long dlFolderId)
           
static Layout findByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
           
static Layout findByG_P_First(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
           
static Layout findByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
static Layout findByG_P_Last(long groupId, boolean privateLayout, OrderByComparator orderByComparator)
           
static Layout findByG_P_P_First(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
           
static Layout findByG_P_P_Last(long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
           
static Layout[] findByG_P_P_PrevAndNext(long plid, long groupId, boolean privateLayout, long parentLayoutId, OrderByComparator orderByComparator)
           
static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
           
static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end)
           
static List<Layout> findByG_P_P(long groupId, boolean privateLayout, long parentLayoutId, int start, int end, OrderByComparator orderByComparator)
           
static Layout[] findByG_P_PrevAndNext(long plid, long groupId, boolean privateLayout, OrderByComparator orderByComparator)
           
static Layout findByG_P_T_First(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
           
static Layout findByG_P_T_Last(long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
           
static Layout[] findByG_P_T_PrevAndNext(long plid, long groupId, boolean privateLayout, String type, OrderByComparator orderByComparator)
           
static List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type)
           
static List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end)
           
static List<Layout> findByG_P_T(long groupId, boolean privateLayout, String type, int start, int end, OrderByComparator orderByComparator)
           
static List<Layout> findByG_P(long groupId, boolean privateLayout)
           
static List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end)
           
static List<Layout> findByG_P(long groupId, boolean privateLayout, int start, int end, OrderByComparator orderByComparator)
           
static Layout findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static Layout findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static Layout[] findByGroupId_PrevAndNext(long plid, long groupId, OrderByComparator orderByComparator)
           
static List<Layout> findByGroupId(long groupId)
           
static List<Layout> findByGroupId(long groupId, int start, int end)
           
static List<Layout> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static Layout findByIconImageId(long iconImageId)
           
static Layout findByPrimaryKey(long plid)
           
static Layout findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static Layout findByUUID_G(String uuid, long groupId)
           
static Layout findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static Layout[] findByUuid_PrevAndNext(long plid, String uuid, OrderByComparator orderByComparator)
           
static List<Layout> findByUuid(String uuid)
           
static List<Layout> findByUuid(String uuid, int start, int end)
           
static List<Layout> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static LayoutPersistence getPersistence()
           
static Layout remove(Layout layout)
           
static Layout remove(long plid)
           
static void removeAll()
           
static void removeByCompanyId(long companyId)
           
static void removeByDLFolderId(long dlFolderId)
           
static void removeByG_P_F(long groupId, boolean privateLayout, String friendlyURL)
           
static void removeByG_P_L(long groupId, boolean privateLayout, long layoutId)
           
static void removeByG_P_P(long groupId, boolean privateLayout, long parentLayoutId)
           
static void removeByG_P_T(long groupId, boolean privateLayout, String type)
           
static void removeByG_P(long groupId, boolean privateLayout)
           
static void removeByGroupId(long groupId)
           
static void removeByIconImageId(long iconImageId)
           
static void removeByUUID_G(String uuid, long groupId)
           
static void removeByUuid(String uuid)
           
 void setPersistence(LayoutPersistence persistence)
           
static Layout update(Layout layout, boolean merge)
           
static Layout update(Layout layout, boolean merge, ServiceContext serviceContext)
           
static Layout updateImpl(Layout layout, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutUtil

public LayoutUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(Layout layout)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                         throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                int start,
                                                int end)
                                         throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<Layout> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

remove

public static Layout remove(Layout layout)
                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static Layout update(Layout layout,
                            boolean merge)
                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

update

public static Layout update(Layout layout,
                            boolean merge,
                            ServiceContext serviceContext)
                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)

cacheResult

public static void cacheResult(Layout layout)

cacheResult

public static void cacheResult(List<Layout> layouts)

create

public static Layout create(long plid)

remove

public static Layout remove(long plid)
                     throws NoSuchLayoutException,
                            SystemException
Throws:
NoSuchLayoutException
SystemException

updateImpl

public static Layout updateImpl(Layout layout,
                                boolean merge)
                         throws SystemException
Throws:
SystemException

findByPrimaryKey

public static Layout findByPrimaryKey(long plid)
                               throws NoSuchLayoutException,
                                      SystemException
Throws:
NoSuchLayoutException
SystemException

fetchByPrimaryKey

public static Layout fetchByPrimaryKey(long plid)
                                throws SystemException
Throws:
SystemException

findByUuid

public static List<Layout> findByUuid(String uuid)
                               throws SystemException
Throws:
SystemException

findByUuid

public static List<Layout> findByUuid(String uuid,
                                      int start,
                                      int end)
                               throws SystemException
Throws:
SystemException

findByUuid

public static List<Layout> findByUuid(String uuid,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Throws:
SystemException

findByUuid_First

public static Layout findByUuid_First(String uuid,
                                      OrderByComparator orderByComparator)
                               throws NoSuchLayoutException,
                                      SystemException
Throws:
NoSuchLayoutException
SystemException

findByUuid_Last

public static Layout findByUuid_Last(String uuid,
                                     OrderByComparator orderByComparator)
                              throws NoSuchLayoutException,
                                     SystemException
Throws:
NoSuchLayoutException
SystemException

findByUuid_PrevAndNext

public static Layout[] findByUuid_PrevAndNext(long plid,
                                              String uuid,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchLayoutException,
                                              SystemException
Throws:
NoSuchLayoutException
SystemException

findByUUID_G

public static Layout findByUUID_G(String uuid,
                                  long groupId)
                           throws NoSuchLayoutException,
                                  SystemException
Throws:
NoSuchLayoutException
SystemException

fetchByUUID_G

public static Layout fetchByUUID_G(String uuid,
                                   long groupId)
                            throws SystemException
Throws:
SystemException

fetchByUUID_G

public static Layout fetchByUUID_G(String uuid,
                                   long groupId,
                                   boolean retrieveFromCache)
                            throws SystemException
Throws:
SystemException

findByGroupId

public static List<Layout> findByGroupId(long groupId)
                                  throws SystemException
Throws:
SystemException

findByGroupId

public static List<Layout> findByGroupId(long groupId,
                                         int start,
                                         int end)
                                  throws SystemException
Throws:
SystemException

findByGroupId

public static List<Layout> findByGroupId(long groupId,
                                         int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Throws:
SystemException

findByGroupId_First

public static Layout findByGroupId_First(long groupId,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchLayoutException,
                                         SystemException
Throws:
NoSuchLayoutException
SystemException

findByGroupId_Last

public static Layout findByGroupId_Last(long groupId,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchLayoutException,
                                        SystemException
Throws:
NoSuchLayoutException
SystemException

findByGroupId_PrevAndNext

public static Layout[] findByGroupId_PrevAndNext(long plid,
                                                 long groupId,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchLayoutException,
                                                 SystemException
Throws:
NoSuchLayoutException
SystemException

findByCompanyId

public static List<Layout> findByCompanyId(long companyId)
                                    throws SystemException
Throws:
SystemException

findByCompanyId

public static List<Layout> findByCompanyId(long companyId,
                                           int start,
                                           int end)
                                    throws SystemException
Throws:
SystemException

findByCompanyId

public static List<Layout> findByCompanyId(long companyId,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Throws:
SystemException

findByCompanyId_First

public static Layout findByCompanyId_First(long companyId,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchLayoutException,
                                           SystemException
Throws:
NoSuchLayoutException
SystemException

findByCompanyId_Last

public static Layout findByCompanyId_Last(long companyId,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchLayoutException,
                                          SystemException
Throws:
NoSuchLayoutException
SystemException

findByCompanyId_PrevAndNext

public static Layout[] findByCompanyId_PrevAndNext(long plid,
                                                   long companyId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchLayoutException,
                                                   SystemException
Throws:
NoSuchLayoutException
SystemException

findByDLFolderId

public static Layout findByDLFolderId(long dlFolderId)
                               throws NoSuchLayoutException,
                                      SystemException
Throws:
NoSuchLayoutException
SystemException

fetchByDLFolderId

public static Layout fetchByDLFolderId(long dlFolderId)
                                throws SystemException
Throws:
SystemException

fetchByDLFolderId

public static Layout fetchByDLFolderId(long dlFolderId,
                                       boolean retrieveFromCache)
                                throws SystemException
Throws:
SystemException

findByIconImageId

public static Layout findByIconImageId(long iconImageId)
                                throws NoSuchLayoutException,
                                       SystemException
Throws:
NoSuchLayoutException
SystemException

fetchByIconImageId

public static Layout fetchByIconImageId(long iconImageId)
                                 throws SystemException
Throws:
SystemException

fetchByIconImageId

public static Layout fetchByIconImageId(long iconImageId,
                                        boolean retrieveFromCache)
                                 throws SystemException
Throws:
SystemException

findByG_P

public static List<Layout> findByG_P(long groupId,
                                     boolean privateLayout)
                              throws SystemException
Throws:
SystemException

findByG_P

public static List<Layout> findByG_P(long groupId,
                                     boolean privateLayout,
                                     int start,
                                     int end)
                              throws SystemException
Throws:
SystemException

findByG_P

public static List<Layout> findByG_P(long groupId,
                                     boolean privateLayout,
                                     int start,
                                     int end,
                                     OrderByComparator orderByComparator)
                              throws SystemException
Throws:
SystemException

findByG_P_First

public static Layout findByG_P_First(long groupId,
                                     boolean privateLayout,
                                     OrderByComparator orderByComparator)
                              throws NoSuchLayoutException,
                                     SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_Last

public static Layout findByG_P_Last(long groupId,
                                    boolean privateLayout,
                                    OrderByComparator orderByComparator)
                             throws NoSuchLayoutException,
                                    SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_PrevAndNext

public static Layout[] findByG_P_PrevAndNext(long plid,
                                             long groupId,
                                             boolean privateLayout,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchLayoutException,
                                             SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_L

public static Layout findByG_P_L(long groupId,
                                 boolean privateLayout,
                                 long layoutId)
                          throws NoSuchLayoutException,
                                 SystemException
Throws:
NoSuchLayoutException
SystemException

fetchByG_P_L

public static Layout fetchByG_P_L(long groupId,
                                  boolean privateLayout,
                                  long layoutId)
                           throws SystemException
Throws:
SystemException

fetchByG_P_L

public static Layout fetchByG_P_L(long groupId,
                                  boolean privateLayout,
                                  long layoutId,
                                  boolean retrieveFromCache)
                           throws SystemException
Throws:
SystemException

findByG_P_P

public static List<Layout> findByG_P_P(long groupId,
                                       boolean privateLayout,
                                       long parentLayoutId)
                                throws SystemException
Throws:
SystemException

findByG_P_P

public static List<Layout> findByG_P_P(long groupId,
                                       boolean privateLayout,
                                       long parentLayoutId,
                                       int start,
                                       int end)
                                throws SystemException
Throws:
SystemException

findByG_P_P

public static List<Layout> findByG_P_P(long groupId,
                                       boolean privateLayout,
                                       long parentLayoutId,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Throws:
SystemException

findByG_P_P_First

public static Layout findByG_P_P_First(long groupId,
                                       boolean privateLayout,
                                       long parentLayoutId,
                                       OrderByComparator orderByComparator)
                                throws NoSuchLayoutException,
                                       SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_P_Last

public static Layout findByG_P_P_Last(long groupId,
                                      boolean privateLayout,
                                      long parentLayoutId,
                                      OrderByComparator orderByComparator)
                               throws NoSuchLayoutException,
                                      SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_P_PrevAndNext

public static Layout[] findByG_P_P_PrevAndNext(long plid,
                                               long groupId,
                                               boolean privateLayout,
                                               long parentLayoutId,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchLayoutException,
                                               SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_F

public static Layout findByG_P_F(long groupId,
                                 boolean privateLayout,
                                 String friendlyURL)
                          throws NoSuchLayoutException,
                                 SystemException
Throws:
NoSuchLayoutException
SystemException

fetchByG_P_F

public static Layout fetchByG_P_F(long groupId,
                                  boolean privateLayout,
                                  String friendlyURL)
                           throws SystemException
Throws:
SystemException

fetchByG_P_F

public static Layout fetchByG_P_F(long groupId,
                                  boolean privateLayout,
                                  String friendlyURL,
                                  boolean retrieveFromCache)
                           throws SystemException
Throws:
SystemException

findByG_P_T

public static List<Layout> findByG_P_T(long groupId,
                                       boolean privateLayout,
                                       String type)
                                throws SystemException
Throws:
SystemException

findByG_P_T

public static List<Layout> findByG_P_T(long groupId,
                                       boolean privateLayout,
                                       String type,
                                       int start,
                                       int end)
                                throws SystemException
Throws:
SystemException

findByG_P_T

public static List<Layout> findByG_P_T(long groupId,
                                       boolean privateLayout,
                                       String type,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Throws:
SystemException

findByG_P_T_First

public static Layout findByG_P_T_First(long groupId,
                                       boolean privateLayout,
                                       String type,
                                       OrderByComparator orderByComparator)
                                throws NoSuchLayoutException,
                                       SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_T_Last

public static Layout findByG_P_T_Last(long groupId,
                                      boolean privateLayout,
                                      String type,
                                      OrderByComparator orderByComparator)
                               throws NoSuchLayoutException,
                                      SystemException
Throws:
NoSuchLayoutException
SystemException

findByG_P_T_PrevAndNext

public static Layout[] findByG_P_T_PrevAndNext(long plid,
                                               long groupId,
                                               boolean privateLayout,
                                               String type,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchLayoutException,
                                               SystemException
Throws:
NoSuchLayoutException
SystemException

findAll

public static List<Layout> findAll()
                            throws SystemException
Throws:
SystemException

findAll

public static List<Layout> findAll(int start,
                                   int end)
                            throws SystemException
Throws:
SystemException

findAll

public static List<Layout> findAll(int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

removeByUuid

public static void removeByUuid(String uuid)
                         throws SystemException
Throws:
SystemException

removeByUUID_G

public static void removeByUUID_G(String uuid,
                                  long groupId)
                           throws NoSuchLayoutException,
                                  SystemException
Throws:
NoSuchLayoutException
SystemException

removeByGroupId

public static void removeByGroupId(long groupId)
                            throws SystemException
Throws:
SystemException

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Throws:
SystemException

removeByDLFolderId

public static void removeByDLFolderId(long dlFolderId)
                               throws NoSuchLayoutException,
                                      SystemException
Throws:
NoSuchLayoutException
SystemException

removeByIconImageId

public static void removeByIconImageId(long iconImageId)
                                throws NoSuchLayoutException,
                                       SystemException
Throws:
NoSuchLayoutException
SystemException

removeByG_P

public static void removeByG_P(long groupId,
                               boolean privateLayout)
                        throws SystemException
Throws:
SystemException

removeByG_P_L

public static void removeByG_P_L(long groupId,
                                 boolean privateLayout,
                                 long layoutId)
                          throws NoSuchLayoutException,
                                 SystemException
Throws:
NoSuchLayoutException
SystemException

removeByG_P_P

public static void removeByG_P_P(long groupId,
                                 boolean privateLayout,
                                 long parentLayoutId)
                          throws SystemException
Throws:
SystemException

removeByG_P_F

public static void removeByG_P_F(long groupId,
                                 boolean privateLayout,
                                 String friendlyURL)
                          throws NoSuchLayoutException,
                                 SystemException
Throws:
NoSuchLayoutException
SystemException

removeByG_P_T

public static void removeByG_P_T(long groupId,
                                 boolean privateLayout,
                                 String type)
                          throws SystemException
Throws:
SystemException

removeAll

public static void removeAll()
                      throws SystemException
Throws:
SystemException

countByUuid

public static int countByUuid(String uuid)
                       throws SystemException
Throws:
SystemException

countByUUID_G

public static int countByUUID_G(String uuid,
                                long groupId)
                         throws SystemException
Throws:
SystemException

countByGroupId

public static int countByGroupId(long groupId)
                          throws SystemException
Throws:
SystemException

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Throws:
SystemException

countByDLFolderId

public static int countByDLFolderId(long dlFolderId)
                             throws SystemException
Throws:
SystemException

countByIconImageId

public static int countByIconImageId(long iconImageId)
                              throws SystemException
Throws:
SystemException

countByG_P

public static int countByG_P(long groupId,
                             boolean privateLayout)
                      throws SystemException
Throws:
SystemException

countByG_P_L

public static int countByG_P_L(long groupId,
                               boolean privateLayout,
                               long layoutId)
                        throws SystemException
Throws:
SystemException

countByG_P_P

public static int countByG_P_P(long groupId,
                               boolean privateLayout,
                               long parentLayoutId)
                        throws SystemException
Throws:
SystemException

countByG_P_F

public static int countByG_P_F(long groupId,
                               boolean privateLayout,
                               String friendlyURL)
                        throws SystemException
Throws:
SystemException

countByG_P_T

public static int countByG_P_T(long groupId,
                               boolean privateLayout,
                               String type)
                        throws SystemException
Throws:
SystemException

countAll

public static int countAll()
                    throws SystemException
Throws:
SystemException

getPersistence

public static LayoutPersistence getPersistence()

setPersistence

public void setPersistence(LayoutPersistence persistence)

Liferay 6.0.3