|
Liferay 7.0-ce-b4 | |||||||||
| 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.impl.LayoutPrototypePersistenceImpl
@ProviderType 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 |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> 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. |
Map<Serializable,LayoutPrototype> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
LayoutPrototype |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> 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<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
LayoutPrototype |
findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
LayoutPrototype |
findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> 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<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
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<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> 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<LayoutPrototype> 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<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
LayoutPrototype |
findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> 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<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
Set<String> |
getBadColumnNames()
|
protected LayoutPrototype |
getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
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, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, 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, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, 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
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public LayoutPrototypePersistenceImpl()
| Method Detail |
|---|
public List<LayoutPrototype> findByUuid(String uuid)
findByUuid in interface LayoutPrototypePersistenceuuid - the uuid
public List<LayoutPrototype> findByUuid(String uuid,
int start,
int end)
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)
public List<LayoutPrototype> findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public List<LayoutPrototype> findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public LayoutPrototype findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype[] findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByUuid(String uuid)
filterFindByUuid in interface LayoutPrototypePersistenceuuid - the uuid
public List<LayoutPrototype> filterFindByUuid(String uuid,
int start,
int end)
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)
public List<LayoutPrototype> filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public LayoutPrototype[] filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public void removeByUuid(String uuid)
removeByUuid in interface LayoutPrototypePersistenceuuid - the uuidpublic int countByUuid(String uuid)
countByUuid in interface LayoutPrototypePersistenceuuid - the uuid
public int filterCountByUuid(String uuid)
filterCountByUuid in interface LayoutPrototypePersistenceuuid - the uuid
public List<LayoutPrototype> findByUuid_C(String uuid,
long companyId)
findByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
public List<LayoutPrototype> findByUuid_C(String uuid,
long companyId,
int start,
int end)
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)
public List<LayoutPrototype> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public List<LayoutPrototype> findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public LayoutPrototype findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype[] findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByUuid_C(String uuid,
long companyId)
filterFindByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
public List<LayoutPrototype> filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
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)
public List<LayoutPrototype> filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public LayoutPrototype[] filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public void removeByUuid_C(String uuid,
long companyId)
removeByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
public int countByUuid_C(String uuid,
long companyId)
countByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
public int filterCountByUuid_C(String uuid,
long companyId)
filterCountByUuid_C in interface LayoutPrototypePersistenceuuid - the uuidcompanyId - the company ID
public List<LayoutPrototype> findByCompanyId(long companyId)
findByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
public List<LayoutPrototype> findByCompanyId(long companyId,
int start,
int end)
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)
public List<LayoutPrototype> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public List<LayoutPrototype> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public LayoutPrototype findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype[] findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByCompanyId(long companyId)
filterFindByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
public List<LayoutPrototype> filterFindByCompanyId(long companyId,
int start,
int end)
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)
public List<LayoutPrototype> filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public LayoutPrototype[] filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
removeByCompanyId in interface LayoutPrototypePersistencecompanyId - the company IDpublic int countByCompanyId(long companyId)
countByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
public int filterCountByCompanyId(long companyId)
filterCountByCompanyId in interface LayoutPrototypePersistencecompanyId - the company ID
public List<LayoutPrototype> findByC_A(long companyId,
boolean active)
findByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
public List<LayoutPrototype> findByC_A(long companyId,
boolean active,
int start,
int end)
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)
public List<LayoutPrototype> findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public List<LayoutPrototype> findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public LayoutPrototype findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
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
public LayoutPrototype[] findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public List<LayoutPrototype> filterFindByC_A(long companyId,
boolean active)
filterFindByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
public List<LayoutPrototype> filterFindByC_A(long companyId,
boolean active,
int start,
int end)
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)
public List<LayoutPrototype> filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public LayoutPrototype[] filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
throws NoSuchLayoutPrototypeException
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
protected LayoutPrototype filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
public void removeByC_A(long companyId,
boolean active)
removeByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
public int countByC_A(long companyId,
boolean active)
countByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
public int filterCountByC_A(long companyId,
boolean active)
filterCountByC_A in interface LayoutPrototypePersistencecompanyId - the company IDactive - the active
public 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
remove in interface LayoutPrototypePersistencelayoutPrototypeId - the primary key of the layout prototype
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
public LayoutPrototype remove(Serializable primaryKey)
throws NoSuchLayoutPrototypeException
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 foundprotected LayoutPrototype removeImpl(LayoutPrototype layoutPrototype)
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
public LayoutPrototype updateImpl(LayoutPrototype layoutPrototype)
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
protected LayoutPrototype toUnwrappedModel(LayoutPrototype layoutPrototype)
public LayoutPrototype findByPrimaryKey(Serializable primaryKey)
throws NoSuchLayoutPrototypeException
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
public LayoutPrototype findByPrimaryKey(long layoutPrototypeId)
throws NoSuchLayoutPrototypeException
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 foundpublic LayoutPrototype fetchByPrimaryKey(Serializable primaryKey)
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 foundpublic LayoutPrototype fetchByPrimaryKey(long layoutPrototypeId)
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 foundpublic Map<Serializable,LayoutPrototype> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<LayoutPrototype>fetchByPrimaryKeys in interface LayoutPrototypePersistencefetchByPrimaryKeys in class BasePersistenceImpl<LayoutPrototype>public List<LayoutPrototype> findAll()
findAll in interface LayoutPrototypePersistence
public List<LayoutPrototype> findAll(int start,
int end)
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)
public List<LayoutPrototype> findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
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)
public List<LayoutPrototype> findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
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)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface LayoutPrototypePersistencepublic int countAll()
countAll in interface LayoutPrototypePersistencepublic Set<String> getBadColumnNames()
getBadColumnNames in interface BasePersistence<LayoutPrototype>getBadColumnNames in interface LayoutPrototypePersistencegetBadColumnNames in class BasePersistenceImpl<LayoutPrototype>protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<LayoutPrototype>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||