@ProviderType public interface LayoutSetPrototypePersistence extends BasePersistence<LayoutSetPrototype>
Caching information and settings can be found in portal.properties
LayoutSetPrototypePersistenceImpl,
LayoutSetPrototypeUtil| Modifier and Type | Method and Description |
|---|---|
void |
cacheResult(LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of layout set prototypes.
|
int |
countByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes where companyId = ? and active = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of layout set prototypes where companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout set prototypes where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layout set prototypes where uuid = ?.
|
LayoutSetPrototype |
create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key.
|
LayoutSetPrototype |
fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
|
LayoutSetPrototype |
fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
|
LayoutSetPrototype |
fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?.
|
LayoutSetPrototype |
fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?.
|
LayoutSetPrototype |
fetchByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or returns
null if it could not be found. |
LayoutSetPrototype |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
LayoutSetPrototype |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
LayoutSetPrototype |
fetchByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?.
|
LayoutSetPrototype |
fetchByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?.
|
int |
filterCountByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of layout set prototypes that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of layout set prototypes that the user has permission to view where uuid = ?.
|
LayoutSetPrototype[] |
filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByC_A(long companyId,
boolean active)
Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
|
LayoutSetPrototype[] |
filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByCompanyId(long companyId)
Returns all the layout set prototypes that the user has permission to view where companyId = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
|
LayoutSetPrototype[] |
filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
|
LayoutSetPrototype[] |
filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByUuid(java.lang.String uuid)
Returns all the layout set prototypes that the user has permission to view where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
findAll()
Returns all the layout set prototypes.
|
java.util.List<LayoutSetPrototype> |
findAll(int start,
int end)
Returns a range of all the layout set prototypes.
|
java.util.List<LayoutSetPrototype> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes.
|
LayoutSetPrototype |
findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
|
LayoutSetPrototype |
findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
|
LayoutSetPrototype[] |
findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
|
java.util.List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active)
Returns all the layout set prototypes where companyId = ? and active = ?.
|
java.util.List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ? and active = ?.
|
java.util.List<LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
|
LayoutSetPrototype |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?.
|
LayoutSetPrototype |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?.
|
LayoutSetPrototype[] |
findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
|
java.util.List<LayoutSetPrototype> |
findByCompanyId(long companyId)
Returns all the layout set prototypes where companyId = ?.
|
java.util.List<LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ?.
|
java.util.List<LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?.
|
LayoutSetPrototype |
findByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or throws a
NoSuchLayoutSetPrototypeException if it could not be found. |
LayoutSetPrototype |
findByUuid_C_First(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
LayoutSetPrototype |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
LayoutSetPrototype[] |
findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<LayoutSetPrototype> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout set prototypes where uuid = ? and companyId = ?.
|
java.util.List<LayoutSetPrototype> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.
|
java.util.List<LayoutSetPrototype> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
|
LayoutSetPrototype |
findByUuid_First(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?.
|
LayoutSetPrototype |
findByUuid_Last(java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?.
|
LayoutSetPrototype[] |
findByUuid_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
findByUuid(java.lang.String uuid)
Returns all the layout set prototypes where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ?.
|
java.util.List<LayoutSetPrototype> |
findByUuid(java.lang.String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?.
|
LayoutSetPrototype |
remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database.
|
void |
removeAll()
Removes all the layout set prototypes from the database.
|
void |
removeByC_A(long companyId,
boolean active)
Removes all the layout set prototypes where companyId = ? and active = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layout set prototypes where companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layout set prototypes where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layout set prototypes where uuid = ? from the database.
|
LayoutSetPrototype |
updateImpl(LayoutSetPrototype layoutSetPrototype) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, updatejava.util.List<LayoutSetPrototype> findByUuid(java.lang.String uuid) throws SystemException
uuid - the uuidSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByUuid(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByUuid(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype[] findByUuid_PrevAndNext(long layoutSetPrototypeId, java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByUuid(java.lang.String uuid) throws SystemException
uuid - the uuidSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByUuid(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByUuid(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype[] filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, java.lang.String uuid, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredint countByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredint filterCountByUuid(java.lang.String uuid)
throws SystemException
uuid - the uuidSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByUuid_C(java.lang.String uuid, long companyId) throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByUuid_C(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByUuid_C(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype findByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByUuid_C_First(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype findByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByUuid_C_Last(java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws SystemException
uuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype[] findByUuid_C_PrevAndNext(long layoutSetPrototypeId, java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByUuid_C(java.lang.String uuid, long companyId) throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByUuid_C(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByUuid_C(java.lang.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 LayoutSetPrototypeModelImpl. 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.
uuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype[] filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, java.lang.String uuid, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredvoid removeByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredint countByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredint filterCountByUuid_C(java.lang.String uuid,
long companyId)
throws SystemException
uuid - the uuidcompanyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByCompanyId(long companyId) throws SystemException
companyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByCompanyId(long companyId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype findByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype findByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype[] findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByCompanyId(long companyId) throws SystemException
companyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype[] filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredvoid removeByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredint countByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredint filterCountByCompanyId(long companyId)
throws SystemException
companyId - the company IDSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByC_A(long companyId, boolean active) throws SystemException
companyId - the company IDactive - the activeSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByC_A(long companyId, boolean active, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
companyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
companyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator) throws SystemException
companyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundSystemException - if a system exception occurredLayoutSetPrototype[] findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> filterFindByC_A(long companyId, boolean active) throws SystemException
companyId - the company IDactive - the activeSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> 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 LayoutSetPrototypeModelImpl. 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.
companyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredLayoutSetPrototype[] filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredvoid removeByC_A(long companyId,
boolean active)
throws SystemException
companyId - the company IDactive - the activeSystemException - if a system exception occurredint countByC_A(long companyId,
boolean active)
throws SystemException
companyId - the company IDactive - the activeSystemException - if a system exception occurredint filterCountByC_A(long companyId,
boolean active)
throws SystemException
companyId - the company IDactive - the activeSystemException - if a system exception occurredvoid cacheResult(LayoutSetPrototype layoutSetPrototype)
layoutSetPrototype - the layout set prototypevoid cacheResult(java.util.List<LayoutSetPrototype> layoutSetPrototypes)
layoutSetPrototypes - the layout set prototypesLayoutSetPrototype create(long layoutSetPrototypeId)
layoutSetPrototypeId - the primary key for the new layout set prototypeLayoutSetPrototype remove(long layoutSetPrototypeId) throws NoSuchLayoutSetPrototypeException, SystemException
layoutSetPrototypeId - the primary key of the layout set prototypeNoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredLayoutSetPrototype updateImpl(LayoutSetPrototype layoutSetPrototype) throws SystemException
SystemExceptionLayoutSetPrototype findByPrimaryKey(long layoutSetPrototypeId) throws NoSuchLayoutSetPrototypeException, SystemException
NoSuchLayoutSetPrototypeException if it could not be found.layoutSetPrototypeId - the primary key of the layout set prototypeNoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredLayoutSetPrototype fetchByPrimaryKey(long layoutSetPrototypeId) throws SystemException
null if it could not be found.layoutSetPrototypeId - the primary key of the layout set prototypenull if a layout set prototype with the primary key could not be foundSystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findAll() throws SystemException
SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. 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 LayoutSetPrototypeModelImpl. 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.
start - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)SystemException - if a system exception occurredjava.util.List<LayoutSetPrototype> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. 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 LayoutSetPrototypeModelImpl. 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.
start - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredvoid removeAll()
throws SystemException
SystemException - if a system exception occurredint countAll()
throws SystemException
SystemException - if a system exception occurred