Liferay 6.0.3

com.liferay.portal.service.persistence
Class LayoutSetPrototypeUtil

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

public class LayoutSetPrototypeUtil
extends Object

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

Constructor Summary
LayoutSetPrototypeUtil()
           
 
Method Summary
static void cacheResult(LayoutSetPrototype layoutSetPrototype)
           
static void cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
           
static void clearCache()
           
static void clearCache(LayoutSetPrototype layoutSetPrototype)
           
static int countAll()
           
static int countByC_A(long companyId, boolean active)
           
static int countByCompanyId(long companyId)
           
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static LayoutSetPrototype create(long layoutSetPrototypeId)
           
static LayoutSetPrototype fetchByPrimaryKey(long layoutSetPrototypeId)
           
static List<LayoutSetPrototype> findAll()
           
static List<LayoutSetPrototype> findAll(int start, int end)
           
static List<LayoutSetPrototype> findAll(int start, int end, OrderByComparator orderByComparator)
           
static LayoutSetPrototype findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
           
static LayoutSetPrototype findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
static LayoutSetPrototype[] findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
           
static List<LayoutSetPrototype> findByC_A(long companyId, boolean active)
           
static List<LayoutSetPrototype> findByC_A(long companyId, boolean active, int start, int end)
           
static List<LayoutSetPrototype> findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
static LayoutSetPrototype findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static LayoutSetPrototype findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static LayoutSetPrototype[] findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator)
           
static List<LayoutSetPrototype> findByCompanyId(long companyId)
           
static List<LayoutSetPrototype> findByCompanyId(long companyId, int start, int end)
           
static List<LayoutSetPrototype> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static LayoutSetPrototype findByPrimaryKey(long layoutSetPrototypeId)
           
static List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static LayoutSetPrototypePersistence getPersistence()
           
static LayoutSetPrototype remove(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype remove(long layoutSetPrototypeId)
           
static void removeAll()
           
static void removeByC_A(long companyId, boolean active)
           
static void removeByCompanyId(long companyId)
           
 void setPersistence(LayoutSetPrototypePersistence persistence)
           
static LayoutSetPrototype update(LayoutSetPrototype layoutSetPrototype, boolean merge)
           
static LayoutSetPrototype update(LayoutSetPrototype layoutSetPrototype, boolean merge, ServiceContext serviceContext)
           
static LayoutSetPrototype updateImpl(LayoutSetPrototype layoutSetPrototype, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetPrototypeUtil

public LayoutSetPrototypeUtil()
Method Detail

clearCache

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

clearCache

public static void clearCache(LayoutSetPrototype layoutSetPrototype)
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<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                     throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

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

findWithDynamicQuery

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

remove

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

update

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

update

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

cacheResult

public static void cacheResult(LayoutSetPrototype layoutSetPrototype)

cacheResult

public static void cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)

create

public static LayoutSetPrototype create(long layoutSetPrototypeId)

remove

public static LayoutSetPrototype remove(long layoutSetPrototypeId)
                                 throws NoSuchLayoutSetPrototypeException,
                                        SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

updateImpl

public static LayoutSetPrototype updateImpl(LayoutSetPrototype layoutSetPrototype,
                                            boolean merge)
                                     throws SystemException
Throws:
SystemException

findByPrimaryKey

public static LayoutSetPrototype findByPrimaryKey(long layoutSetPrototypeId)
                                           throws NoSuchLayoutSetPrototypeException,
                                                  SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

fetchByPrimaryKey

public static LayoutSetPrototype fetchByPrimaryKey(long layoutSetPrototypeId)
                                            throws SystemException
Throws:
SystemException

findByCompanyId

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId_First

public static LayoutSetPrototype findByCompanyId_First(long companyId,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchLayoutSetPrototypeException,
                                                       SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

findByCompanyId_Last

public static LayoutSetPrototype findByCompanyId_Last(long companyId,
                                                      OrderByComparator orderByComparator)
                                               throws NoSuchLayoutSetPrototypeException,
                                                      SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

findByCompanyId_PrevAndNext

public static LayoutSetPrototype[] findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
                                                               long companyId,
                                                               OrderByComparator orderByComparator)
                                                        throws NoSuchLayoutSetPrototypeException,
                                                               SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

findByC_A

public static List<LayoutSetPrototype> findByC_A(long companyId,
                                                 boolean active)
                                          throws SystemException
Throws:
SystemException

findByC_A

public static List<LayoutSetPrototype> findByC_A(long companyId,
                                                 boolean active,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

findByC_A

public static List<LayoutSetPrototype> findByC_A(long companyId,
                                                 boolean active,
                                                 int start,
                                                 int end,
                                                 OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

findByC_A_First

public static LayoutSetPrototype findByC_A_First(long companyId,
                                                 boolean active,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchLayoutSetPrototypeException,
                                                 SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

findByC_A_Last

public static LayoutSetPrototype findByC_A_Last(long companyId,
                                                boolean active,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchLayoutSetPrototypeException,
                                                SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

findByC_A_PrevAndNext

public static LayoutSetPrototype[] findByC_A_PrevAndNext(long layoutSetPrototypeId,
                                                         long companyId,
                                                         boolean active,
                                                         OrderByComparator orderByComparator)
                                                  throws NoSuchLayoutSetPrototypeException,
                                                         SystemException
Throws:
NoSuchLayoutSetPrototypeException
SystemException

findAll

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

findAll

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

findAll

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

removeByCompanyId

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

removeByC_A

public static void removeByC_A(long companyId,
                               boolean active)
                        throws SystemException
Throws:
SystemException

removeAll

public static void removeAll()
                      throws SystemException
Throws:
SystemException

countByCompanyId

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

countByC_A

public static int countByC_A(long companyId,
                             boolean active)
                      throws SystemException
Throws:
SystemException

countAll

public static int countAll()
                    throws SystemException
Throws:
SystemException

getPersistence

public static LayoutSetPrototypePersistence getPersistence()

setPersistence

public void setPersistence(LayoutSetPrototypePersistence persistence)

Liferay 6.0.3