Interface SXPBlueprintPersistence

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

@ProviderType public interface SXPBlueprintPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<SXPBlueprint>
The persistence interface for the sxp blueprint service.

Caching information and settings can be found in portal.properties

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cacheResult(SXPBlueprint sxpBlueprint)
    Caches the sxp blueprint in the entity cache if it is enabled.
    void
    cacheResult(List<SXPBlueprint> sxpBlueprints)
    Caches the sxp blueprints in the entity cache if it is enabled.
    int
    Returns the number of sxp blueprints.
    int
    countByCompanyId(long companyId)
    Returns the number of sxp blueprints where companyId = ?.
    int
    countByERC_C(String externalReferenceCode, long companyId)
    Returns the number of sxp blueprints where externalReferenceCode = ? and companyId = ?.
    int
    Returns the number of sxp blueprints where uuid = ?.
    int
    countByUuid_C(String uuid, long companyId)
    Returns the number of sxp blueprints where uuid = ? and companyId = ?.
    create(long sxpBlueprintId)
    Creates a new sxp blueprint with the primary key.
    fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the first sxp blueprint in the ordered set where companyId = ?.
    fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the last sxp blueprint in the ordered set where companyId = ?.
    fetchByERC_C(String externalReferenceCode, long companyId)
    Returns the sxp blueprint where externalReferenceCode = ? and companyId = ? or returns null if it could not be found.
    fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
    Returns the sxp blueprint where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
    fetchByPrimaryKey(long sxpBlueprintId)
    Returns the sxp blueprint with the primary key or returns null if it could not be found.
    fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the first sxp blueprint in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the last sxp blueprint in the ordered set where uuid = ? and companyId = ?.
    fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the first sxp blueprint in the ordered set where uuid = ?.
    fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the last sxp blueprint in the ordered set where uuid = ?.
    int
    filterCountByCompanyId(long companyId)
    Returns the number of sxp blueprints that the user has permission to view where companyId = ?.
    int
    Returns the number of sxp blueprints that the user has permission to view where uuid = ?.
    int
    filterCountByUuid_C(String uuid, long companyId)
    Returns the number of sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByCompanyId(long companyId)
    Returns all the sxp blueprints that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end)
    Returns a range of all the sxp blueprints that the user has permission to view where companyId = ?.
    filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints that the user has permissions to view where companyId = ?.
    filterFindByCompanyId_PrevAndNext(long sxpBlueprintId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where companyId = ?.
    Returns all the sxp blueprints that the user has permission to view where uuid = ?.
    filterFindByUuid(String uuid, int start, int end)
    Returns a range of all the sxp blueprints that the user has permission to view where uuid = ?.
    filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints that the user has permissions to view where uuid = ?.
    filterFindByUuid_C(String uuid, long companyId)
    Returns all the sxp blueprints 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 sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints that the user has permissions to view where uuid = ? and companyId = ?.
    filterFindByUuid_C_PrevAndNext(long sxpBlueprintId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
    filterFindByUuid_PrevAndNext(long sxpBlueprintId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where uuid = ?.
    Returns all the sxp blueprints.
    findAll(int start, int end)
    Returns a range of all the sxp blueprints.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints.
    findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the sxp blueprints.
    findByCompanyId(long companyId)
    Returns all the sxp blueprints where companyId = ?.
    findByCompanyId(long companyId, int start, int end)
    Returns a range of all the sxp blueprints where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints where companyId = ?.
    findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the sxp blueprints where companyId = ?.
    findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the first sxp blueprint in the ordered set where companyId = ?.
    findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the last sxp blueprint in the ordered set where companyId = ?.
    findByCompanyId_PrevAndNext(long sxpBlueprintId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where companyId = ?.
    findByERC_C(String externalReferenceCode, long companyId)
    Returns the sxp blueprint where externalReferenceCode = ? and companyId = ? or throws a NoSuchSXPBlueprintException if it could not be found.
    findByPrimaryKey(long sxpBlueprintId)
    Returns the sxp blueprint with the primary key or throws a NoSuchSXPBlueprintException if it could not be found.
    Returns all the sxp blueprints where uuid = ?.
    findByUuid(String uuid, int start, int end)
    Returns a range of all the sxp blueprints where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints where uuid = ?.
    findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the sxp blueprints where uuid = ?.
    findByUuid_C(String uuid, long companyId)
    Returns all the sxp blueprints where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end)
    Returns a range of all the sxp blueprints where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns an ordered range of all the sxp blueprints where uuid = ? and companyId = ?.
    findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
    Returns an ordered range of all the sxp blueprints where uuid = ? and companyId = ?.
    findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the first sxp blueprint in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the last sxp blueprint in the ordered set where uuid = ? and companyId = ?.
    findByUuid_C_PrevAndNext(long sxpBlueprintId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where uuid = ? and companyId = ?.
    findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the first sxp blueprint in the ordered set where uuid = ?.
    findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the last sxp blueprint in the ordered set where uuid = ?.
    findByUuid_PrevAndNext(long sxpBlueprintId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
    Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where uuid = ?.
    remove(long sxpBlueprintId)
    Removes the sxp blueprint with the primary key from the database.
    void
    Removes all the sxp blueprints from the database.
    void
    removeByCompanyId(long companyId)
    Removes all the sxp blueprints where companyId = ? from the database.
    removeByERC_C(String externalReferenceCode, long companyId)
    Removes the sxp blueprint where externalReferenceCode = ? and companyId = ? from the database.
    void
    Removes all the sxp blueprints where uuid = ? from the database.
    void
    removeByUuid_C(String uuid, long companyId)
    Removes all the sxp blueprints where uuid = ? and companyId = ? from the database.
    updateImpl(SXPBlueprint sxpBlueprint)
     

    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

    • findByUuid

      List<SXPBlueprint> findByUuid(String uuid)
      Returns all the sxp blueprints where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching sxp blueprints
    • findByUuid

      List<SXPBlueprint> findByUuid(String uuid, int start, int end)
      Returns a range of all the sxp blueprints where uuid = ?.

      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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of matching sxp blueprints
    • findByUuid

      List<SXPBlueprint> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints where uuid = ?.

      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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching sxp blueprints
    • findByUuid

      List<SXPBlueprint> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the sxp blueprints where uuid = ?.

      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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (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 sxp blueprints
    • findByUuid_First

      SXPBlueprint findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the first sxp blueprint in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByUuid_First

      SXPBlueprint fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns the first sxp blueprint in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching sxp blueprint, or null if a matching sxp blueprint could not be found
    • findByUuid_Last

      SXPBlueprint findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the last sxp blueprint in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByUuid_Last

      SXPBlueprint fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns the last sxp blueprint in the ordered set where uuid = ?.
      Parameters:
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching sxp blueprint, or null if a matching sxp blueprint could not be found
    • findByUuid_PrevAndNext

      SXPBlueprint[] findByUuid_PrevAndNext(long sxpBlueprintId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where uuid = ?.
      Parameters:
      sxpBlueprintId - the primary key of the current sxp blueprint
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • filterFindByUuid

      List<SXPBlueprint> filterFindByUuid(String uuid)
      Returns all the sxp blueprints that the user has permission to view where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the matching sxp blueprints that the user has permission to view
    • filterFindByUuid

      List<SXPBlueprint> filterFindByUuid(String uuid, int start, int end)
      Returns a range of all the sxp blueprints that the user has permission to view where uuid = ?.

      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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of matching sxp blueprints that the user has permission to view
    • filterFindByUuid

      List<SXPBlueprint> filterFindByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints that the user has permissions to view where uuid = ?.

      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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching sxp blueprints that the user has permission to view
    • filterFindByUuid_PrevAndNext

      SXPBlueprint[] filterFindByUuid_PrevAndNext(long sxpBlueprintId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where uuid = ?.
      Parameters:
      sxpBlueprintId - the primary key of the current sxp blueprint
      uuid - the uuid
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • removeByUuid

      void removeByUuid(String uuid)
      Removes all the sxp blueprints where uuid = ? from the database.
      Parameters:
      uuid - the uuid
    • countByUuid

      int countByUuid(String uuid)
      Returns the number of sxp blueprints where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching sxp blueprints
    • filterCountByUuid

      int filterCountByUuid(String uuid)
      Returns the number of sxp blueprints that the user has permission to view where uuid = ?.
      Parameters:
      uuid - the uuid
      Returns:
      the number of matching sxp blueprints that the user has permission to view
    • findByUuid_C

      List<SXPBlueprint> findByUuid_C(String uuid, long companyId)
      Returns all the sxp blueprints where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching sxp blueprints
    • findByUuid_C

      List<SXPBlueprint> findByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the sxp blueprints where uuid = ? and 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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of matching sxp blueprints
    • findByUuid_C

      List<SXPBlueprint> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints where uuid = ? and 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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching sxp blueprints
    • findByUuid_C

      List<SXPBlueprint> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the sxp blueprints where uuid = ? and 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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (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 sxp blueprints
    • findByUuid_C_First

      SXPBlueprint findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the first sxp blueprint in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByUuid_C_First

      SXPBlueprint fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns the first sxp blueprint in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching sxp blueprint, or null if a matching sxp blueprint could not be found
    • findByUuid_C_Last

      SXPBlueprint findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the last sxp blueprint in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByUuid_C_Last

      SXPBlueprint fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns the last sxp blueprint in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching sxp blueprint, or null if a matching sxp blueprint could not be found
    • findByUuid_C_PrevAndNext

      SXPBlueprint[] findByUuid_C_PrevAndNext(long sxpBlueprintId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where uuid = ? and companyId = ?.
      Parameters:
      sxpBlueprintId - the primary key of the current sxp blueprint
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • filterFindByUuid_C

      List<SXPBlueprint> filterFindByUuid_C(String uuid, long companyId)
      Returns all the sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the matching sxp blueprints that the user has permission to view
    • filterFindByUuid_C

      List<SXPBlueprint> filterFindByUuid_C(String uuid, long companyId, int start, int end)
      Returns a range of all the sxp blueprints that the user has permission to view where uuid = ? and 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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of matching sxp blueprints that the user has permission to view
    • filterFindByUuid_C

      List<SXPBlueprint> filterFindByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints that the user has permissions to view where uuid = ? and 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 SXPBlueprintModelImpl.

      Parameters:
      uuid - the uuid
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching sxp blueprints that the user has permission to view
    • filterFindByUuid_C_PrevAndNext

      SXPBlueprint[] filterFindByUuid_C_PrevAndNext(long sxpBlueprintId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      sxpBlueprintId - the primary key of the current sxp blueprint
      uuid - the uuid
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • removeByUuid_C

      void removeByUuid_C(String uuid, long companyId)
      Removes all the sxp blueprints where uuid = ? and companyId = ? from the database.
      Parameters:
      uuid - the uuid
      companyId - the company ID
    • countByUuid_C

      int countByUuid_C(String uuid, long companyId)
      Returns the number of sxp blueprints where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching sxp blueprints
    • filterCountByUuid_C

      int filterCountByUuid_C(String uuid, long companyId)
      Returns the number of sxp blueprints that the user has permission to view where uuid = ? and companyId = ?.
      Parameters:
      uuid - the uuid
      companyId - the company ID
      Returns:
      the number of matching sxp blueprints that the user has permission to view
    • findByCompanyId

      List<SXPBlueprint> findByCompanyId(long companyId)
      Returns all the sxp blueprints where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching sxp blueprints
    • findByCompanyId

      List<SXPBlueprint> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the sxp blueprints 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 SXPBlueprintModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of matching sxp blueprints
    • findByCompanyId

      List<SXPBlueprint> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints 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 SXPBlueprintModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching sxp blueprints
    • findByCompanyId

      List<SXPBlueprint> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the sxp blueprints 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 SXPBlueprintModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (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 sxp blueprints
    • findByCompanyId_First

      SXPBlueprint findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the first sxp blueprint 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 sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByCompanyId_First

      SXPBlueprint fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns the first sxp blueprint 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 sxp blueprint, or null if a matching sxp blueprint could not be found
    • findByCompanyId_Last

      SXPBlueprint findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the last sxp blueprint 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 sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByCompanyId_Last

      SXPBlueprint fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns the last sxp blueprint 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 sxp blueprint, or null if a matching sxp blueprint could not be found
    • findByCompanyId_PrevAndNext

      SXPBlueprint[] findByCompanyId_PrevAndNext(long sxpBlueprintId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the sxp blueprints before and after the current sxp blueprint in the ordered set where companyId = ?.
      Parameters:
      sxpBlueprintId - the primary key of the current sxp blueprint
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • filterFindByCompanyId

      List<SXPBlueprint> filterFindByCompanyId(long companyId)
      Returns all the sxp blueprints that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching sxp blueprints that the user has permission to view
    • filterFindByCompanyId

      List<SXPBlueprint> filterFindByCompanyId(long companyId, int start, int end)
      Returns a range of all the sxp blueprints 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 SXPBlueprintModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of matching sxp blueprints that the user has permission to view
    • filterFindByCompanyId

      List<SXPBlueprint> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints 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 SXPBlueprintModelImpl.

      Parameters:
      companyId - the company ID
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching sxp blueprints that the user has permission to view
    • filterFindByCompanyId_PrevAndNext

      SXPBlueprint[] filterFindByCompanyId_PrevAndNext(long sxpBlueprintId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator) throws NoSuchSXPBlueprintException
      Returns the sxp blueprints before and after the current sxp blueprint in the ordered set of sxp blueprints that the user has permission to view where companyId = ?.
      Parameters:
      sxpBlueprintId - the primary key of the current sxp blueprint
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • removeByCompanyId

      void removeByCompanyId(long companyId)
      Removes all the sxp blueprints where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      int countByCompanyId(long companyId)
      Returns the number of sxp blueprints where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching sxp blueprints
    • filterCountByCompanyId

      int filterCountByCompanyId(long companyId)
      Returns the number of sxp blueprints that the user has permission to view where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching sxp blueprints that the user has permission to view
    • findByERC_C

      SXPBlueprint findByERC_C(String externalReferenceCode, long companyId) throws NoSuchSXPBlueprintException
      Returns the sxp blueprint where externalReferenceCode = ? and companyId = ? or throws a NoSuchSXPBlueprintException if it could not be found.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a matching sxp blueprint could not be found
    • fetchByERC_C

      SXPBlueprint fetchByERC_C(String externalReferenceCode, long companyId)
      Returns the sxp blueprint where externalReferenceCode = ? and companyId = ? or returns null if it could not be found. Uses the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the matching sxp blueprint, or null if a matching sxp blueprint could not be found
    • fetchByERC_C

      SXPBlueprint fetchByERC_C(String externalReferenceCode, long companyId, boolean useFinderCache)
      Returns the sxp blueprint where externalReferenceCode = ? and companyId = ? or returns null if it could not be found, optionally using the finder cache.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      useFinderCache - whether to use the finder cache
      Returns:
      the matching sxp blueprint, or null if a matching sxp blueprint could not be found
    • removeByERC_C

      SXPBlueprint removeByERC_C(String externalReferenceCode, long companyId) throws NoSuchSXPBlueprintException
      Removes the sxp blueprint where externalReferenceCode = ? and companyId = ? from the database.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the sxp blueprint that was removed
      Throws:
      NoSuchSXPBlueprintException
    • countByERC_C

      int countByERC_C(String externalReferenceCode, long companyId)
      Returns the number of sxp blueprints where externalReferenceCode = ? and companyId = ?.
      Parameters:
      externalReferenceCode - the external reference code
      companyId - the company ID
      Returns:
      the number of matching sxp blueprints
    • cacheResult

      void cacheResult(SXPBlueprint sxpBlueprint)
      Caches the sxp blueprint in the entity cache if it is enabled.
      Parameters:
      sxpBlueprint - the sxp blueprint
    • cacheResult

      void cacheResult(List<SXPBlueprint> sxpBlueprints)
      Caches the sxp blueprints in the entity cache if it is enabled.
      Parameters:
      sxpBlueprints - the sxp blueprints
    • create

      SXPBlueprint create(long sxpBlueprintId)
      Creates a new sxp blueprint with the primary key. Does not add the sxp blueprint to the database.
      Parameters:
      sxpBlueprintId - the primary key for the new sxp blueprint
      Returns:
      the new sxp blueprint
    • remove

      SXPBlueprint remove(long sxpBlueprintId) throws NoSuchSXPBlueprintException
      Removes the sxp blueprint with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      sxpBlueprintId - the primary key of the sxp blueprint
      Returns:
      the sxp blueprint that was removed
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • updateImpl

      SXPBlueprint updateImpl(SXPBlueprint sxpBlueprint)
    • findByPrimaryKey

      SXPBlueprint findByPrimaryKey(long sxpBlueprintId) throws NoSuchSXPBlueprintException
      Returns the sxp blueprint with the primary key or throws a NoSuchSXPBlueprintException if it could not be found.
      Parameters:
      sxpBlueprintId - the primary key of the sxp blueprint
      Returns:
      the sxp blueprint
      Throws:
      NoSuchSXPBlueprintException - if a sxp blueprint with the primary key could not be found
    • fetchByPrimaryKey

      SXPBlueprint fetchByPrimaryKey(long sxpBlueprintId)
      Returns the sxp blueprint with the primary key or returns null if it could not be found.
      Parameters:
      sxpBlueprintId - the primary key of the sxp blueprint
      Returns:
      the sxp blueprint, or null if a sxp blueprint with the primary key could not be found
    • findAll

      List<SXPBlueprint> findAll()
      Returns all the sxp blueprints.
      Returns:
      the sxp blueprints
    • findAll

      List<SXPBlueprint> findAll(int start, int end)
      Returns a range of all the sxp blueprints.

      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 SXPBlueprintModelImpl.

      Parameters:
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      Returns:
      the range of sxp blueprints
    • findAll

      List<SXPBlueprint> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator)
      Returns an ordered range of all the sxp blueprints.

      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 SXPBlueprintModelImpl.

      Parameters:
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of sxp blueprints
    • findAll

      List<SXPBlueprint> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SXPBlueprint> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the sxp blueprints.

      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 SXPBlueprintModelImpl.

      Parameters:
      start - the lower bound of the range of sxp blueprints
      end - the upper bound of the range of sxp blueprints (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      useFinderCache - whether to use the finder cache
      Returns:
      the ordered range of sxp blueprints
    • removeAll

      void removeAll()
      Removes all the sxp blueprints from the database.
    • countAll

      int countAll()
      Returns the number of sxp blueprints.
      Returns:
      the number of sxp blueprints