|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutPrototype>
com.liferay.portal.service.persistence.LayoutPrototypePersistenceImpl
public class LayoutPrototypePersistenceImpl
The persistence implementation for the layout prototype service.
Caching information and settings can be found in portal.properties
LayoutPrototypePersistence,
LayoutPrototypeUtil| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
LayoutPrototypePersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the layout prototype persistence. |
void |
cacheResult(LayoutPrototype layoutPrototype)
Caches the layout prototype in the entity cache if it is enabled. |
void |
cacheResult(List<LayoutPrototype> layoutPrototypes)
Caches the layout prototypes in the entity cache if it is enabled. |
void |
clearCache()
Clears the cache for all layout prototypes. |
void |
clearCache(LayoutPrototype layoutPrototype)
Clears the cache for the layout prototype. |
void |
clearCache(List<LayoutPrototype> layoutPrototypes)
Clears the cache for a List instances of this model. |
int |
countAll()
Returns the number of layout prototypes. |
int |
countByC_A(long companyId,
boolean active)
Returns the number of layout prototypes where companyId = ? and active = ?. |
int |
countByCompanyId(long companyId)
Returns the number of layout prototypes where companyId = ?. |
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of layout prototypes where uuid = ? and companyId = ?. |
int |
countByUuid(String uuid)
Returns the number of layout prototypes where uuid = ?. |
LayoutPrototype |
create(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
void |
destroy()
|
LayoutPrototype |
fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
int |
filterCountByC_A(long companyId,
boolean active)
Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
int |
filterCountByCompanyId(long companyId)
Returns the number of layout prototypes that the user has permission to view where companyId = ?. |
int |
filterCountByUuid_C(String uuid,
long companyId)
Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
int |
filterCountByUuid(String uuid)
Returns the number of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype[] |
filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
LayoutPrototype[] |
filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
LayoutPrototype[] |
filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
protected LayoutPrototype |
filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
List<LayoutPrototype> |
findAll()
Returns all the layout prototypes. |
List<LayoutPrototype> |
findAll(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes. |
LayoutPrototype |
findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
LayoutPrototype |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
LayoutPrototype |
findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
findByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found. |
LayoutPrototype |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
findByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
LayoutPrototype |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
protected LayoutPrototype |
getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
LayoutPrototype |
remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
remove(Serializable primaryKey)
Removes the layout prototype with the primary key from the database. |
void |
removeAll()
Removes all the layout prototypes from the database. |
void |
removeByC_A(long companyId,
boolean active)
Removes all the layout prototypes where companyId = ? and active = ? from the database. |
void |
removeByCompanyId(long companyId)
Removes all the layout prototypes where companyId = ? from the database. |
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the layout prototypes where uuid = ? and companyId = ? from the database. |
void |
removeByUuid(String uuid)
Removes all the layout prototypes where uuid = ? from the database. |
protected LayoutPrototype |
removeImpl(LayoutPrototype layoutPrototype)
Removes the model instance from the database. |
protected LayoutPrototype |
toUnwrappedModel(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
updateImpl(LayoutPrototype layoutPrototype)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final FinderPath FINDER_PATH_COUNT_BY_UUID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A
public static final FinderPath FINDER_PATH_COUNT_BY_C_A
| Constructor Detail |
|---|
public LayoutPrototypePersistenceImpl()
| Method Detail |
|---|
public List<LayoutPrototype> findByUuid(String uuid)
throws SystemException
findByUuid in interface LayoutPrototypePersistenceuuid - the uuid
SystemException - if a system exception occurred
public List<LayoutPrototype> findByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface LayoutPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> findByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid in interface LayoutPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByUuid_First in interface LayoutPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_First in interface LayoutPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByUuid_Last in interface LayoutPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_Last in interface LayoutPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype[] findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByUuid_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByUuid(String uuid)
throws SystemException
filterFindByUuid in interface LayoutPrototypePersistenceuuid - the uuid
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface LayoutPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByUuid(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid in interface LayoutPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype[] filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
filterFindByUuid_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
throws SystemException
removeByUuid in interface LayoutPrototypePersistenceuuid - the uuid
SystemException - if a system exception occurred
public int countByUuid(String uuid)
throws SystemException
countByUuid in interface LayoutPrototypePersistenceuuid - the uuid
SystemException - if a system exception occurred
public int filterCountByUuid(String uuid)
throws SystemException
filterCountByUuid in interface LayoutPrototypePersistenceuuid - the uuid
SystemException - if a system exception occurred
public List<LayoutPrototype> findByUuid_C(String uuid,
long companyId)
throws SystemException
findByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public List<LayoutPrototype> findByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> findByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByUuid_C_First in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_C_First in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByUuid_C_Last in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByUuid_C_Last in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype[] findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByUuid_C_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByUuid_C(String uuid,
long companyId)
throws SystemException
filterFindByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByUuid_C(String uuid,
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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype[] filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
filterFindByUuid_C_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
throws SystemException
removeByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public int countByUuid_C(String uuid,
long companyId)
throws SystemException
countByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public int filterCountByUuid_C(String uuid,
long companyId)
throws SystemException
filterCountByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
SystemException - if a system exception occurred
public List<LayoutPrototype> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
SystemException - if a system exception occurred
public List<LayoutPrototype> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface LayoutPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByCompanyId in interface LayoutPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByCompanyId_First in interface LayoutPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByCompanyId_First in interface LayoutPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByCompanyId_Last in interface LayoutPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws SystemException
fetchByCompanyId_Last in interface LayoutPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype[] findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByCompanyId_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByCompanyId(long companyId)
throws SystemException
filterFindByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByCompanyId(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface LayoutPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByCompanyId(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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByCompanyId in interface LayoutPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype[] filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
filterFindByCompanyId_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
SystemException - if a system exception occurred
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
SystemException - if a system exception occurred
public int filterCountByCompanyId(long companyId)
throws SystemException
filterCountByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
SystemException - if a system exception occurred
public List<LayoutPrototype> findByC_A(long companyId,
boolean active)
throws SystemException
findByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
SystemException - if a system exception occurred
public List<LayoutPrototype> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByC_A_First in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_A_First in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByC_A_Last in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException
fetchByC_A_Last in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
null if a matching layout prototype could not be found
SystemException - if a system exception occurred
public LayoutPrototype[] findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
findByC_A_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByC_A(long companyId,
boolean active)
throws SystemException
filterFindByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByC_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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> filterFindByC_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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
filterFindByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public LayoutPrototype[] filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchLayoutPrototypeException,
SystemException
filterFindByC_A_PrevAndNext in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the current layout prototypecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
public void removeByC_A(long companyId,
boolean active)
throws SystemException
removeByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
SystemException - if a system exception occurred
public int countByC_A(long companyId,
boolean active)
throws SystemException
countByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
SystemException - if a system exception occurred
public int filterCountByC_A(long companyId,
boolean active)
throws SystemException
filterCountByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
SystemException - if a system exception occurredpublic void cacheResult(LayoutPrototype layoutPrototype)
cacheResult in interface LayoutPrototypePersistencelayoutPrototype - the layout prototypepublic void cacheResult(List<LayoutPrototype> layoutPrototypes)
cacheResult in interface LayoutPrototypePersistencelayoutPrototypes - the layout prototypespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutPrototype>clearCache in class BasePersistenceImpl<LayoutPrototype>public void clearCache(LayoutPrototype layoutPrototype)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<LayoutPrototype>clearCache in class BasePersistenceImpl<LayoutPrototype>layoutPrototype - the instance of this model to clear the cache forpublic void clearCache(List<LayoutPrototype> layoutPrototypes)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<LayoutPrototype>clearCache in class BasePersistenceImpl<LayoutPrototype>layoutPrototypes - the List instances of this model to clear the cache forpublic LayoutPrototype create(long layoutPrototypeId)
create in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key for the new layout prototype
public LayoutPrototype remove(long layoutPrototypeId)
throws NoSuchLayoutPrototypeException,
SystemException
remove in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the layout prototype
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
public LayoutPrototype remove(Serializable primaryKey)
throws NoSuchLayoutPrototypeException,
SystemException
remove in interface BasePersistence<LayoutPrototype>remove in class BasePersistenceImpl<LayoutPrototype>primaryKey - the primary key of the layout prototype
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
protected LayoutPrototype removeImpl(LayoutPrototype layoutPrototype)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<LayoutPrototype>layoutPrototype - the model instance to remove
SystemException - if a system exception occurred
public LayoutPrototype updateImpl(LayoutPrototype layoutPrototype)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface LayoutPrototypePersistenceupdateImpl in class BasePersistenceImpl<LayoutPrototype>layoutPrototype - the model instance to update
SystemException - if a system exception occurredprotected LayoutPrototype toUnwrappedModel(LayoutPrototype layoutPrototype)
public LayoutPrototype findByPrimaryKey(Serializable primaryKey)
throws NoSuchLayoutPrototypeException,
SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<LayoutPrototype>findByPrimaryKey in class BasePersistenceImpl<LayoutPrototype>primaryKey - the primary key of the layout prototype
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
public LayoutPrototype findByPrimaryKey(long layoutPrototypeId)
throws NoSuchLayoutPrototypeException,
SystemException
NoSuchLayoutPrototypeException if it could not be found.
findByPrimaryKey in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the layout prototype
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<LayoutPrototype>fetchByPrimaryKey in class BasePersistenceImpl<LayoutPrototype>primaryKey - the primary key of the layout prototype
null if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
public LayoutPrototype fetchByPrimaryKey(long layoutPrototypeId)
throws SystemException
null if it could not be found.
fetchByPrimaryKey in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the layout prototype
null if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred
public List<LayoutPrototype> findAll()
throws SystemException
findAll in interface LayoutPrototypePersistenceSystemException - if a system exception occurred
public List<LayoutPrototype> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface LayoutPrototypePersistencestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)
SystemException - if a system exception occurred
public List<LayoutPrototype> 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. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from LayoutPrototypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
findAll in interface LayoutPrototypePersistencestart - the lower bound of the range of layout prototypesend - the upper bound of the range of layout prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
public void removeAll()
throws SystemException
removeAll in interface LayoutPrototypePersistenceSystemException - if a system exception occurred
public int countAll()
throws SystemException
countAll in interface LayoutPrototypePersistenceSystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||