Interface CTCollectionTemplatePersistence

All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<CTCollectionTemplate>

@ProviderType public interface CTCollectionTemplatePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<CTCollectionTemplate>
The persistence interface for the ct collection template service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Details

    • findByCompanyId

      List<CTCollectionTemplate> findByCompanyId(long companyId)
      Returns all the ct collection templates where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching ct collection templates
    • findByCompanyId

      List<CTCollectionTemplate> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the ct collection templates where companyId = ?.

      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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of ct collection templates
      end - 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 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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of ct collection templates
      end - the upper bound of the range of ct collection templates (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of ct collection templates
      end - the upper bound of the range of ct collection templates (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 ID
      orderByComparator - the comparator to order the set by (optionally null)
      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 template
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      List<CTCollectionTemplate> filterFindByCompanyId(long companyId)
      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

      List<CTCollectionTemplate> 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 = ?.

      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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of ct collection templates
      end - 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 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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of ct collection templates
      end - the upper bound of the range of ct collection templates (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 template
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      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

      void cacheResult(CTCollectionTemplate ctCollectionTemplate)
      Caches the ct collection template in the entity cache if it is enabled.
      Parameters:
      ctCollectionTemplate - the ct collection template
    • cacheResult

      void cacheResult(List<CTCollectionTemplate> ctCollectionTemplates)
      Caches the ct collection templates in the entity cache if it is enabled.
      Parameters:
      ctCollectionTemplates - the ct collection templates
    • create

      CTCollectionTemplate create(long ctCollectionTemplateId)
      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

      CTCollectionTemplate remove(long ctCollectionTemplateId) throws NoSuchCollectionTemplateException
      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

      CTCollectionTemplate updateImpl(CTCollectionTemplate ctCollectionTemplate)
    • findByPrimaryKey

      CTCollectionTemplate findByPrimaryKey(long ctCollectionTemplateId) throws NoSuchCollectionTemplateException
      Returns the ct collection template with the primary key or throws a NoSuchCollectionTemplateException 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

      CTCollectionTemplate fetchByPrimaryKey(long ctCollectionTemplateId)
      Returns the ct collection template with the primary key or returns null 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

      Returns all the ct collection templates.
      Returns:
      the ct collection templates
    • findAll

      List<CTCollectionTemplate> findAll(int start, int end)
      Returns a range of all the ct collection templates.

      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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      start - the lower bound of the range of ct collection templates
      end - 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 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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      start - the lower bound of the range of ct collection templates
      end - the upper bound of the range of ct collection templates (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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 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, then the query will include the default ORDER BY logic from CTCollectionTemplateModelImpl.

      Parameters:
      start - the lower bound of the range of ct collection templates
      end - the upper bound of the range of ct collection templates (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      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