Interface LayoutPrototypePersistence
- All Superinterfaces:
BasePersistence<LayoutPrototype>
,CTPersistence<LayoutPrototype>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.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
(String uuid) Returns the number of layout prototypes where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of layout prototypes where uuid = ? and companyId = ?.create
(long layoutPrototypeId) Creates a new layout prototype with the primary key.fetchByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.fetchByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.fetchByCompanyId_First
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.fetchByPrimaryKey
(long layoutPrototypeId) Returns the layout prototype with the primary key or returnsnull
if it could not be found.fetchByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.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
(String uuid) Returns the number of layout prototypes that the user has permission to view where uuid = ?.int
filterCountByUuid_C
(String uuid, long companyId) Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.filterFindByC_A
(long companyId, boolean active) Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?.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 = ?.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 = ?.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 = ?.filterFindByCompanyId
(long companyId) Returns all the layout prototypes that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where companyId = ?.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 = ?.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 = ?.filterFindByUuid
(String uuid) Returns all the layout prototypes that the user has permission to view where uuid = ?.filterFindByUuid
(String uuid, int start, int end) Returns a range of all the layout prototypes that the user has permission to view where uuid = ?.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 = ?.filterFindByUuid_C
(String uuid, long companyId) Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.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 = ?.findAll()
Returns all the layout prototypes.findAll
(int start, int end) Returns a range of all the layout prototypes.findAll
(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.findAll
(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.findByC_A
(long companyId, boolean active) Returns all the layout prototypes where companyId = ? and active = ?.findByC_A
(long companyId, boolean active, int start, int end) Returns a range of all the layout prototypes where companyId = ? and active = ?.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 = ?.findByC_A
(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.findByC_A_First
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.findByC_A_Last
(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.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 = ?.findByCompanyId
(long companyId) Returns all the layout prototypes where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the layout prototypes where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.findByCompanyId
(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.findByCompanyId_First
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.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 = ?.findByPrimaryKey
(long layoutPrototypeId) Returns the layout prototype with the primary key or throws aNoSuchLayoutPrototypeException
if it could not be found.findByUuid
(String uuid) Returns all the layout prototypes where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the layout prototypes where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.findByUuid
(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the layout prototypes where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the layout prototypes where uuid = ? and companyId = ?.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 = ?.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.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 = ?.findByUuid_First
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.findByUuid_Last
(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ?.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 = ?.remove
(long layoutPrototypeId) Removes the layout prototype with the primary key from the database.void
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
(String uuid) Removes all the layout prototypes where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the layout prototypes where uuid = ? and companyId = ? from the database.updateImpl
(LayoutPrototype layoutPrototype) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the layout prototypes where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout prototypes
-
findByUuid
Returns a range of all the layout prototypes where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)- Returns:
- the range of matching layout prototypes
-
findByUuid
List<LayoutPrototype> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes
-
findByUuid
List<LayoutPrototype> findByUuid(String uuid, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout prototypes
-
findByUuid_First
LayoutPrototype findByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the first layout prototype in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByUuid_First
LayoutPrototype fetchByUuid_First(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByUuid_Last
LayoutPrototype findByUuid_Last(String uuid, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the last layout prototype in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByUuid_Last
Returns the last layout prototype in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByUuid_PrevAndNext
LayoutPrototype[] findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypeuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
filterFindByUuid
Returns all the layout prototypes that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching layout prototypes that the user has permission to view
-
filterFindByUuid
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)- Returns:
- the range of matching layout prototypes that the user has permission to view
-
filterFindByUuid
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes that the user has permission to view
-
filterFindByUuid_PrevAndNext
LayoutPrototype[] filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException 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 = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypeuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
removeByUuid
Removes all the layout prototypes where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of layout prototypes where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout prototypes
-
filterCountByUuid
Returns the number of layout prototypes that the user has permission to view where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching layout prototypes that the user has permission to view
-
findByUuid_C
Returns all the layout prototypes where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout prototypes
-
findByUuid_C
Returns a range of all the layout prototypes where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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)- Returns:
- the range of matching layout prototypes
-
findByUuid_C
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes
-
findByUuid_C
List<LayoutPrototype> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout prototypes
-
findByUuid_C_First
LayoutPrototype findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByUuid_C_First
LayoutPrototype fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByUuid_C_Last
LayoutPrototype findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByUuid_C_Last
LayoutPrototype fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByUuid_C_PrevAndNext
LayoutPrototype[] findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypeuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
filterFindByUuid_C
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching layout prototypes that the user has permission to view
-
filterFindByUuid_C
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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)- Returns:
- the range of matching layout prototypes that the user has permission to view
-
filterFindByUuid_C
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
uuid
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes that the user has permission to view
-
filterFindByUuid_C_PrevAndNext
LayoutPrototype[] filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException 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 = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypeuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
removeByUuid_C
Removes all the layout prototypes where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of layout prototypes where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout prototypes
-
filterCountByUuid_C
Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching layout prototypes that the user has permission to view
-
findByCompanyId
Returns all the layout prototypes where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching layout prototypes
-
findByCompanyId
Returns a range of all the layout prototypes where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)- Returns:
- the range of matching layout prototypes
-
findByCompanyId
List<LayoutPrototype> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes
-
findByCompanyId
List<LayoutPrototype> findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout prototypes
-
findByCompanyId_First
LayoutPrototype findByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the first layout prototype in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByCompanyId_First
LayoutPrototype fetchByCompanyId_First(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByCompanyId_Last
LayoutPrototype findByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the last layout prototype in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByCompanyId_Last
LayoutPrototype fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByCompanyId_PrevAndNext
LayoutPrototype[] findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
filterFindByCompanyId
Returns all the layout prototypes that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching layout prototypes that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)- Returns:
- the range of matching layout prototypes that the user has permission to view
-
filterFindByCompanyId
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
LayoutPrototype[] filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException 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 = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the layout prototypes where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of layout prototypes where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching layout prototypes
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of layout prototypes that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching layout prototypes that the user has permission to view
-
findByC_A
Returns all the layout prototypes where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the matching layout prototypes
-
findByC_A
Returns a range of all the layout prototypes where companyId = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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)- Returns:
- the range of matching layout prototypes
-
findByC_A
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes
-
findByC_A
List<LayoutPrototype> findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching layout prototypes
-
findByC_A_First
LayoutPrototype findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the first layout prototype in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByC_A_First
LayoutPrototype fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the first layout prototype in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByC_A_Last
LayoutPrototype findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the last layout prototype in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a matching layout prototype could not be found
-
fetchByC_A_Last
LayoutPrototype fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) Returns the last layout prototype in the ordered set where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching layout prototype, or
null
if a matching layout prototype could not be found
-
findByC_A_PrevAndNext
LayoutPrototype[] findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
filterFindByC_A
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the matching layout prototypes that the user has permission to view
-
filterFindByC_A
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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)- Returns:
- the range of matching layout prototypes that the user has permission to view
-
filterFindByC_A
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 = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
companyId
- 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 (optionallynull
)- Returns:
- the ordered range of matching layout prototypes that the user has permission to view
-
filterFindByC_A_PrevAndNext
LayoutPrototype[] filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator<LayoutPrototype> orderByComparator) throws NoSuchLayoutPrototypeException 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 = ?.- Parameters:
layoutPrototypeId
- the primary key of the current layout prototypecompanyId
- the company IDactive
- the activeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
removeByC_A
void removeByC_A(long companyId, boolean active) Removes all the layout prototypes where companyId = ? and active = ? from the database.- Parameters:
companyId
- the company IDactive
- the active
-
countByC_A
int countByC_A(long companyId, boolean active) Returns the number of layout prototypes where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the number of matching layout prototypes
-
filterCountByC_A
int filterCountByC_A(long companyId, boolean active) Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?.- Parameters:
companyId
- the company IDactive
- the active- Returns:
- the number of matching layout prototypes that the user has permission to view
-
cacheResult
Caches the layout prototype in the entity cache if it is enabled.- Parameters:
layoutPrototype
- the layout prototype
-
cacheResult
Caches the layout prototypes in the entity cache if it is enabled.- Parameters:
layoutPrototypes
- the layout prototypes
-
create
Creates a new layout prototype with the primary key. Does not add the layout prototype to the database.- Parameters:
layoutPrototypeId
- the primary key for the new layout prototype- Returns:
- the new layout prototype
-
remove
Removes the layout prototype with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
layoutPrototypeId
- the primary key of the layout prototype- Returns:
- the layout prototype that was removed
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the layout prototype with the primary key or throws aNoSuchLayoutPrototypeException
if it could not be found.- Parameters:
layoutPrototypeId
- the primary key of the layout prototype- Returns:
- the layout prototype
- Throws:
NoSuchLayoutPrototypeException
- if a layout prototype with the primary key could not be found
-
fetchByPrimaryKey
Returns the layout prototype with the primary key or returnsnull
if it could not be found.- Parameters:
layoutPrototypeId
- the primary key of the layout prototype- Returns:
- the layout prototype, or
null
if a layout prototype with the primary key could not be found
-
findAll
List<LayoutPrototype> findAll()Returns all the layout prototypes.- Returns:
- the layout prototypes
-
findAll
Returns a range of all the layout prototypes.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
start
- the lower bound of the range of layout prototypesend
- the upper bound of the range of layout prototypes (not inclusive)- Returns:
- the range of layout prototypes
-
findAll
List<LayoutPrototype> findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator) Returns an ordered range of all the layout prototypes.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
start
- 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 (optionallynull
)- Returns:
- the ordered range of layout prototypes
-
findAll
List<LayoutPrototype> findAll(int start, int end, OrderByComparator<LayoutPrototype> orderByComparator, boolean useFinderCache) Returns an ordered range of all the layout prototypes.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromLayoutPrototypeModelImpl
.- Parameters:
start
- 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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of layout prototypes
-
removeAll
void removeAll()Removes all the layout prototypes from the database. -
countAll
int countAll()Returns the number of layout prototypes.- Returns:
- the number of layout prototypes
-