com.liferay.portal.service.persistence
Class LayoutSetPrototypeUtil
java.lang.Object
com.liferay.portal.service.persistence.LayoutSetPrototypeUtil
public class LayoutSetPrototypeUtil
- extends java.lang.Object
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:
LayoutSetPrototypePersistence
,
LayoutSetPrototypePersistenceImpl
- Generated:
Method Summary |
static void |
cacheResult(LayoutSetPrototype layoutSetPrototype)
|
static void |
cacheResult(java.util.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 java.util.List<LayoutSetPrototype> |
findAll()
|
static java.util.List<LayoutSetPrototype> |
findAll(int start,
int end)
|
static java.util.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 java.util.List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active)
|
static java.util.List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end)
|
static java.util.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 java.util.List<LayoutSetPrototype> |
findByCompanyId(long companyId)
|
static java.util.List<LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end)
|
static java.util.List<LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
static LayoutSetPrototype |
findByPrimaryKey(long layoutSetPrototypeId)
|
static java.util.List<LayoutSetPrototype> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List<LayoutSetPrototype> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
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 |
updateImpl(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutSetPrototypeUtil
public LayoutSetPrototypeUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(LayoutSetPrototype layoutSetPrototype)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(LayoutSetPrototype)
countWithDynamicQuery
public long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
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)
cacheResult
public static void cacheResult(LayoutSetPrototype layoutSetPrototype)
cacheResult
public static void cacheResult(java.util.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 java.util.List<LayoutSetPrototype> findByCompanyId(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.List<LayoutSetPrototype> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static java.util.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 java.util.List<LayoutSetPrototype> findByC_A(long companyId,
boolean active)
throws SystemException
- Throws:
SystemException
findByC_A
public static java.util.List<LayoutSetPrototype> findByC_A(long companyId,
boolean active,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByC_A
public static java.util.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 java.util.List<LayoutSetPrototype> findAll()
throws SystemException
- Throws:
SystemException
findAll
public static java.util.List<LayoutSetPrototype> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
public static java.util.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)