Interface CTCollectionTemplatePersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CTCollectionTemplate>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(CTCollectionTemplate ctCollectionTemplate) Caches the ct collection template in the entity cache if it is enabled.void
cacheResult
(List<CTCollectionTemplate> ctCollectionTemplates) Caches the ct collection templates in the entity cache if it is enabled.int
countAll()
Returns the number of ct collection templates.int
countByCompanyId
(long companyId) Returns the number of ct collection templates where companyId = ?.create
(long ctCollectionTemplateId) Creates a new ct collection template with the primary key.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the first ct collection template in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the last ct collection template in the ordered set where companyId = ?.fetchByPrimaryKey
(long ctCollectionTemplateId) Returns the ct collection template with the primary key or returnsnull
if it could not be found.int
filterCountByCompanyId
(long companyId) Returns the number of ct collection templates that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId) Returns all the ct collection templates that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the ct collection templates that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns an ordered range of all the ct collection templates that the user has permissions to view where companyId = ?.filterFindByCompanyId_PrevAndNext
(long ctCollectionTemplateId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the ct collection templates before and after the current ct collection template in the ordered set of ct collection templates that the user has permission to view where companyId = ?.findAll()
Returns all the ct collection templates.findAll
(int start, int end) Returns a range of all the ct collection templates.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns an ordered range of all the ct collection templates.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct collection templates.findByCompanyId
(long companyId) Returns all the ct collection templates where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the ct collection templates where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns an ordered range of all the ct collection templates where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct collection templates where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the first ct collection template in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the last ct collection template in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long ctCollectionTemplateId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the ct collection templates before and after the current ct collection template in the ordered set where companyId = ?.findByPrimaryKey
(long ctCollectionTemplateId) Returns the ct collection template with the primary key or throws aNoSuchCollectionTemplateException
if it could not be found.remove
(long ctCollectionTemplateId) Removes the ct collection template with the primary key from the database.void
Removes all the ct collection templates from the database.void
removeByCompanyId
(long companyId) Removes all the ct collection templates where companyId = ? from the database.updateImpl
(CTCollectionTemplate ctCollectionTemplate) 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
-
Method Details
-
findByCompanyId
Returns all the ct collection templates where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching ct collection templates
-
findByCompanyId
Returns a range of all the ct collection templates 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 fromCTCollectionTemplateModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)- Returns:
- the range of matching ct collection templates
-
findByCompanyId
List<CTCollectionTemplate> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns an ordered range of all the ct collection templates 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 fromCTCollectionTemplateModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ct collection templates
-
findByCompanyId
List<CTCollectionTemplate> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct collection templates 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 fromCTCollectionTemplateModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching ct collection templates
-
findByCompanyId_First
CTCollectionTemplate findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) throws NoSuchCollectionTemplateException Returns the first ct collection template in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ct collection template
- Throws:
NoSuchCollectionTemplateException
- if a matching ct collection template could not be found
-
fetchByCompanyId_First
CTCollectionTemplate fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the first ct collection template in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching ct collection template, or
null
if a matching ct collection template could not be found
-
findByCompanyId_Last
CTCollectionTemplate findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) throws NoSuchCollectionTemplateException Returns the last ct collection template in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ct collection template
- Throws:
NoSuchCollectionTemplateException
- if a matching ct collection template could not be found
-
fetchByCompanyId_Last
CTCollectionTemplate fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns the last ct collection template in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching ct collection template, or
null
if a matching ct collection template could not be found
-
findByCompanyId_PrevAndNext
CTCollectionTemplate[] findByCompanyId_PrevAndNext(long ctCollectionTemplateId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) throws NoSuchCollectionTemplateException Returns the ct collection templates before and after the current ct collection template in the ordered set where companyId = ?.- Parameters:
ctCollectionTemplateId
- the primary key of the current ct collection templatecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ct collection template
- Throws:
NoSuchCollectionTemplateException
- if a ct collection template with the primary key could not be found
-
filterFindByCompanyId
Returns all the ct collection templates that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching ct collection templates that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the ct collection templates 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 fromCTCollectionTemplateModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)- Returns:
- the range of matching ct collection templates that the user has permission to view
-
filterFindByCompanyId
List<CTCollectionTemplate> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns an ordered range of all the ct collection templates 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 fromCTCollectionTemplateModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching ct collection templates that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
CTCollectionTemplate[] filterFindByCompanyId_PrevAndNext(long ctCollectionTemplateId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) throws NoSuchCollectionTemplateException Returns the ct collection templates before and after the current ct collection template in the ordered set of ct collection templates that the user has permission to view where companyId = ?.- Parameters:
ctCollectionTemplateId
- the primary key of the current ct collection templatecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next ct collection template
- Throws:
NoSuchCollectionTemplateException
- if a ct collection template with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the ct collection templates where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of ct collection templates where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching ct collection templates
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of ct collection templates that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching ct collection templates that the user has permission to view
-
cacheResult
Caches the ct collection template in the entity cache if it is enabled.- Parameters:
ctCollectionTemplate
- the ct collection template
-
cacheResult
Caches the ct collection templates in the entity cache if it is enabled.- Parameters:
ctCollectionTemplates
- the ct collection templates
-
create
Creates a new ct collection template with the primary key. Does not add the ct collection template to the database.- Parameters:
ctCollectionTemplateId
- the primary key for the new ct collection template- Returns:
- the new ct collection template
-
remove
Removes the ct collection template with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
ctCollectionTemplateId
- the primary key of the ct collection template- Returns:
- the ct collection template that was removed
- Throws:
NoSuchCollectionTemplateException
- if a ct collection template with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
CTCollectionTemplate findByPrimaryKey(long ctCollectionTemplateId) throws NoSuchCollectionTemplateException Returns the ct collection template with the primary key or throws aNoSuchCollectionTemplateException
if it could not be found.- Parameters:
ctCollectionTemplateId
- the primary key of the ct collection template- Returns:
- the ct collection template
- Throws:
NoSuchCollectionTemplateException
- if a ct collection template with the primary key could not be found
-
fetchByPrimaryKey
Returns the ct collection template with the primary key or returnsnull
if it could not be found.- Parameters:
ctCollectionTemplateId
- the primary key of the ct collection template- Returns:
- the ct collection template, or
null
if a ct collection template with the primary key could not be found
-
findAll
List<CTCollectionTemplate> findAll()Returns all the ct collection templates.- Returns:
- the ct collection templates
-
findAll
Returns a range of all the ct collection templates.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 fromCTCollectionTemplateModelImpl
.- Parameters:
start
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)- Returns:
- the range of ct collection templates
-
findAll
List<CTCollectionTemplate> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator) Returns an ordered range of all the ct collection templates.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 fromCTCollectionTemplateModelImpl
.- Parameters:
start
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of ct collection templates
-
findAll
List<CTCollectionTemplate> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CTCollectionTemplate> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ct collection templates.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 fromCTCollectionTemplateModelImpl
.- Parameters:
start
- the lower bound of the range of ct collection templatesend
- the upper bound of the range of ct collection templates (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of ct collection templates
-
removeAll
void removeAll()Removes all the ct collection templates from the database. -
countAll
int countAll()Returns the number of ct collection templates.- Returns:
- the number of ct collection templates
-