|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.service.persistence.LayoutSetPrototypeUtil
public class LayoutSetPrototypeUtil
The persistence utility for the layout set prototype service. This utility wraps LayoutSetPrototypePersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Never modify this class directly. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
LayoutSetPrototypePersistence
,
LayoutSetPrototypePersistenceImpl
Constructor Summary | |
---|---|
LayoutSetPrototypeUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled. |
static void |
cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(LayoutSetPrototype layoutSetPrototype)
|
static int |
countAll()
Counts all the layout set prototypes. |
static int |
countByC_A(long companyId,
boolean active)
Counts all the layout set prototypes where companyId = ? and active = ?. |
static int |
countByCompanyId(long companyId)
Counts all the layout set prototypes where companyId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static LayoutSetPrototype |
create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
static LayoutSetPrototype |
fetchByPrimaryKey(long layoutSetPrototypeId)
Finds the layout set prototype with the primary key or returns null if it could not be found. |
static List<LayoutSetPrototype> |
findAll()
Finds all the layout set prototypes. |
static List<LayoutSetPrototype> |
findAll(int start,
int end)
Finds a range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes. |
static LayoutSetPrototype |
findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the first layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the last layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype[] |
findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active)
Finds all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Finds a range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
static LayoutSetPrototype |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype[] |
findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Finds the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
static List<LayoutSetPrototype> |
findByCompanyId(long companyId)
Finds all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes where companyId = ?. |
static LayoutSetPrototype |
findByPrimaryKey(long layoutSetPrototypeId)
Finds the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
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)
Removes the layout set prototype with the primary key from the database. |
static void |
removeAll()
Removes all the layout set prototypes from the database. |
static void |
removeByC_A(long companyId,
boolean active)
Removes all the layout set prototypes where companyId = ? and active = ? from the database. |
static void |
removeByCompanyId(long companyId)
Removes all the layout set prototypes where companyId = ? from the database. |
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 |
---|
public LayoutSetPrototypeUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(LayoutSetPrototype layoutSetPrototype)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<LayoutSetPrototype> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static LayoutSetPrototype remove(LayoutSetPrototype layoutSetPrototype) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static LayoutSetPrototype update(LayoutSetPrototype layoutSetPrototype, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static LayoutSetPrototype update(LayoutSetPrototype layoutSetPrototype, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(LayoutSetPrototype layoutSetPrototype)
layoutSetPrototype
- the layout set prototype to cachepublic static void cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
layoutSetPrototypes
- the layout set prototypes to cachepublic static LayoutSetPrototype create(long layoutSetPrototypeId)
layoutSetPrototypeId
- the primary key for the new layout set prototype
public static LayoutSetPrototype remove(long layoutSetPrototypeId) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId
- the primary key of the layout set prototype to remove
NoSuchLayoutSetPrototypeException
- if a layout set prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic static LayoutSetPrototype updateImpl(LayoutSetPrototype layoutSetPrototype, boolean merge) throws SystemException
SystemException
public static LayoutSetPrototype findByPrimaryKey(long layoutSetPrototypeId) throws NoSuchLayoutSetPrototypeException, SystemException
NoSuchLayoutSetPrototypeException
if it could not be found.
layoutSetPrototypeId
- the primary key of the layout set prototype to find
NoSuchLayoutSetPrototypeException
- if a layout set prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic static LayoutSetPrototype fetchByPrimaryKey(long layoutSetPrototypeId) throws SystemException
null
if it could not be found.
layoutSetPrototypeId
- the primary key of the layout set prototype to find
null
if a layout set prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withstart
- the lower bound of the range of layout set prototypes to returnend
- the upper bound of the range of layout set prototypes to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withstart
- the lower bound of the range of layout set prototypes to returnend
- the upper bound of the range of layout set prototypes to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static LayoutSetPrototype findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchLayoutSetPrototypeException
- if a matching layout set prototype could not be found
SystemException
- if a system exception occurredpublic static LayoutSetPrototype findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchLayoutSetPrototypeException
- if a matching layout set prototype could not be found
SystemException
- if a system exception occurredpublic static LayoutSetPrototype[] findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
layoutSetPrototypeId
- the primary key of the current layout set prototypecompanyId
- the company id to search withorderByComparator
- the comparator to order the set by
NoSuchLayoutSetPrototypeException
- if a layout set prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findByC_A(long companyId, boolean active) throws SystemException
companyId
- the company id to search withactive
- the active to search with
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findByC_A(long companyId, boolean active, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withactive
- the active to search withstart
- the lower bound of the range of layout set prototypes to returnend
- the upper bound of the range of layout set prototypes to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withactive
- the active to search withstart
- the lower bound of the range of layout set prototypes to returnend
- the upper bound of the range of layout set prototypes to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static LayoutSetPrototype findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withactive
- the active to search withorderByComparator
- the comparator to order the set by
NoSuchLayoutSetPrototypeException
- if a matching layout set prototype could not be found
SystemException
- if a system exception occurredpublic static LayoutSetPrototype findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
companyId
- the company id to search withactive
- the active to search withorderByComparator
- the comparator to order the set by
NoSuchLayoutSetPrototypeException
- if a matching layout set prototype could not be found
SystemException
- if a system exception occurredpublic static LayoutSetPrototype[] findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
layoutSetPrototypeId
- the primary key of the current layout set prototypecompanyId
- the company id to search withactive
- the active to search withorderByComparator
- the comparator to order the set by
NoSuchLayoutSetPrototypeException
- if a layout set prototype with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of layout set prototypes to returnend
- the upper bound of the range of layout set prototypes to return (not inclusive)
SystemException
- if a system exception occurredpublic static List<LayoutSetPrototype> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set.
start
- the lower bound of the range of layout set prototypes to returnend
- the upper bound of the range of layout set prototypes to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static void removeByC_A(long companyId, boolean active) throws SystemException
companyId
- the company id to search withactive
- the active to search with
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByCompanyId(long companyId) throws SystemException
companyId
- the company id to search with
SystemException
- if a system exception occurredpublic static int countByC_A(long companyId, boolean active) throws SystemException
companyId
- the company id to search withactive
- the active to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static LayoutSetPrototypePersistence getPersistence()
public void setPersistence(LayoutSetPrototypePersistence persistence)
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |