Class ExportImportConfigurationUtil

Object
com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationUtil

public class ExportImportConfigurationUtil extends Object
The persistence utility for the export import configuration service. This utility wraps com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • ExportImportConfigurationUtil

      public ExportImportConfigurationUtil()
  • Method Details

    • clearCache

      public static void clearCache()
      See Also:
    • clearCache

      public static void clearCache(ExportImportConfiguration exportImportConfiguration)
      See Also:
    • countWithDynamicQuery

      public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
      See Also:
    • fetchByPrimaryKeys

      public static Map<Serializable,ExportImportConfiguration> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
      See Also:
    • findWithDynamicQuery

      public static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery)
      See Also:
    • findWithDynamicQuery

      public static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
      See Also:
    • findWithDynamicQuery

      public static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      See Also:
    • update

      public static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration)
      See Also:
    • update

      public static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext)
      See Also:
    • findByGroupId

      public static List<ExportImportConfiguration> findByGroupId(long groupId)
      Returns all the export import configurations where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the matching export import configurations
    • findByGroupId

      public static List<ExportImportConfiguration> findByGroupId(long groupId, int start, int end)
      Returns a range of all the export import configurations where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      Returns:
      the range of matching export import configurations
    • findByGroupId

      public static List<ExportImportConfiguration> findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns an ordered range of all the export import configurations where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching export import configurations
    • findByGroupId

      public static List<ExportImportConfiguration> findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the export import configurations where groupId = ?.

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

      Parameters:
      groupId - the group ID
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (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 export import configurations
    • findByGroupId_First

      public static ExportImportConfiguration findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the first export import configuration in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByGroupId_First

      public static ExportImportConfiguration fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the first export import configuration in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration, or null if a matching export import configuration could not be found
    • findByGroupId_Last

      public static ExportImportConfiguration findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the last export import configuration in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByGroupId_Last

      public static ExportImportConfiguration fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the last export import configuration in the ordered set where groupId = ?.
      Parameters:
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration, or null if a matching export import configuration could not be found
    • findByGroupId_PrevAndNext

      public static ExportImportConfiguration[] findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
      Parameters:
      exportImportConfigurationId - the primary key of the current export import configuration
      groupId - the group ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next export import configuration
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • removeByGroupId

      public static void removeByGroupId(long groupId)
      Removes all the export import configurations where groupId = ? from the database.
      Parameters:
      groupId - the group ID
    • countByGroupId

      public static int countByGroupId(long groupId)
      Returns the number of export import configurations where groupId = ?.
      Parameters:
      groupId - the group ID
      Returns:
      the number of matching export import configurations
    • findByCompanyId

      public static List<ExportImportConfiguration> findByCompanyId(long companyId)
      Returns all the export import configurations where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the matching export import configurations
    • findByCompanyId

      public static List<ExportImportConfiguration> findByCompanyId(long companyId, int start, int end)
      Returns a range of all the export import configurations 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 ExportImportConfigurationModelImpl.

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

      public static List<ExportImportConfiguration> findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns an ordered range of all the export import configurations 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 ExportImportConfigurationModelImpl.

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

      public static List<ExportImportConfiguration> findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the export import configurations 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 ExportImportConfigurationModelImpl.

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

      public static ExportImportConfiguration findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the first export import configuration 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 export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByCompanyId_First

      public static ExportImportConfiguration fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the first export import configuration 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 export import configuration, or null if a matching export import configuration could not be found
    • findByCompanyId_Last

      public static ExportImportConfiguration findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the last export import configuration 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 export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByCompanyId_Last

      public static ExportImportConfiguration fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the last export import configuration 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 export import configuration, or null if a matching export import configuration could not be found
    • findByCompanyId_PrevAndNext

      public static ExportImportConfiguration[] findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
      Parameters:
      exportImportConfigurationId - the primary key of the current export import configuration
      companyId - the company ID
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next export import configuration
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • removeByCompanyId

      public static void removeByCompanyId(long companyId)
      Removes all the export import configurations where companyId = ? from the database.
      Parameters:
      companyId - the company ID
    • countByCompanyId

      public static int countByCompanyId(long companyId)
      Returns the number of export import configurations where companyId = ?.
      Parameters:
      companyId - the company ID
      Returns:
      the number of matching export import configurations
    • findByG_T

      public static List<ExportImportConfiguration> findByG_T(long groupId, int type)
      Returns all the export import configurations where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the matching export import configurations
    • findByG_T

      public static List<ExportImportConfiguration> findByG_T(long groupId, int type, int start, int end)
      Returns a range of all the export import configurations where groupId = ? and type = ?.

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

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      Returns:
      the range of matching export import configurations
    • findByG_T

      public static List<ExportImportConfiguration> findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns an ordered range of all the export import configurations where groupId = ? and type = ?.

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

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching export import configurations
    • findByG_T

      public static List<ExportImportConfiguration> findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the export import configurations where groupId = ? and type = ?.

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

      Parameters:
      groupId - the group ID
      type - the type
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (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 export import configurations
    • findByG_T_First

      public static ExportImportConfiguration findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByG_T_First

      public static ExportImportConfiguration fetchByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration, or null if a matching export import configuration could not be found
    • findByG_T_Last

      public static ExportImportConfiguration findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByG_T_Last

      public static ExportImportConfiguration fetchByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration, or null if a matching export import configuration could not be found
    • findByG_T_PrevAndNext

      public static ExportImportConfiguration[] findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
      Parameters:
      exportImportConfigurationId - the primary key of the current export import configuration
      groupId - the group ID
      type - the type
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next export import configuration
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • removeByG_T

      public static void removeByG_T(long groupId, int type)
      Removes all the export import configurations where groupId = ? and type = ? from the database.
      Parameters:
      groupId - the group ID
      type - the type
    • countByG_T

      public static int countByG_T(long groupId, int type)
      Returns the number of export import configurations where groupId = ? and type = ?.
      Parameters:
      groupId - the group ID
      type - the type
      Returns:
      the number of matching export import configurations
    • findByG_S

      public static List<ExportImportConfiguration> findByG_S(long groupId, int status)
      Returns all the export import configurations where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the matching export import configurations
    • findByG_S

      public static List<ExportImportConfiguration> findByG_S(long groupId, int status, int start, int end)
      Returns a range of all the export import configurations where groupId = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      status - the status
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      Returns:
      the range of matching export import configurations
    • findByG_S

      public static List<ExportImportConfiguration> findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns an ordered range of all the export import configurations where groupId = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      status - the status
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching export import configurations
    • findByG_S

      public static List<ExportImportConfiguration> findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the export import configurations where groupId = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      status - the status
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (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 export import configurations
    • findByG_S_First

      public static ExportImportConfiguration findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByG_S_First

      public static ExportImportConfiguration fetchByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration, or null if a matching export import configuration could not be found
    • findByG_S_Last

      public static ExportImportConfiguration findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByG_S_Last

      public static ExportImportConfiguration fetchByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration, or null if a matching export import configuration could not be found
    • findByG_S_PrevAndNext

      public static ExportImportConfiguration[] findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
      Parameters:
      exportImportConfigurationId - the primary key of the current export import configuration
      groupId - the group ID
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next export import configuration
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • removeByG_S

      public static void removeByG_S(long groupId, int status)
      Removes all the export import configurations where groupId = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      status - the status
    • countByG_S

      public static int countByG_S(long groupId, int status)
      Returns the number of export import configurations where groupId = ? and status = ?.
      Parameters:
      groupId - the group ID
      status - the status
      Returns:
      the number of matching export import configurations
    • findByG_T_S

      public static List<ExportImportConfiguration> findByG_T_S(long groupId, int type, int status)
      Returns all the export import configurations where groupId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      Returns:
      the matching export import configurations
    • findByG_T_S

      public static List<ExportImportConfiguration> findByG_T_S(long groupId, int type, int status, int start, int end)
      Returns a range of all the export import configurations where groupId = ? and type = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      Returns:
      the range of matching export import configurations
    • findByG_T_S

      public static List<ExportImportConfiguration> findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching export import configurations
    • findByG_T_S

      public static List<ExportImportConfiguration> findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.

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

      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (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 export import configurations
    • findByG_T_S_First

      public static ExportImportConfiguration findByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByG_T_S_First

      public static ExportImportConfiguration fetchByG_T_S_First(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the first export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the first matching export import configuration, or null if a matching export import configuration could not be found
    • findByG_T_S_Last

      public static ExportImportConfiguration findByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration
      Throws:
      NoSuchConfigurationException - if a matching export import configuration could not be found
      NoSuchConfigurationException
    • fetchByG_T_S_Last

      public static ExportImportConfiguration fetchByG_T_S_Last(long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns the last export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the last matching export import configuration, or null if a matching export import configuration could not be found
    • findByG_T_S_PrevAndNext

      public static ExportImportConfiguration[] findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator) throws NoSuchConfigurationException
      Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
      Parameters:
      exportImportConfigurationId - the primary key of the current export import configuration
      groupId - the group ID
      type - the type
      status - the status
      orderByComparator - the comparator to order the set by (optionally null)
      Returns:
      the previous, current, and next export import configuration
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • removeByG_T_S

      public static void removeByG_T_S(long groupId, int type, int status)
      Removes all the export import configurations where groupId = ? and type = ? and status = ? from the database.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
    • countByG_T_S

      public static int countByG_T_S(long groupId, int type, int status)
      Returns the number of export import configurations where groupId = ? and type = ? and status = ?.
      Parameters:
      groupId - the group ID
      type - the type
      status - the status
      Returns:
      the number of matching export import configurations
    • cacheResult

      public static void cacheResult(ExportImportConfiguration exportImportConfiguration)
      Caches the export import configuration in the entity cache if it is enabled.
      Parameters:
      exportImportConfiguration - the export import configuration
    • cacheResult

      public static void cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
      Caches the export import configurations in the entity cache if it is enabled.
      Parameters:
      exportImportConfigurations - the export import configurations
    • create

      public static ExportImportConfiguration create(long exportImportConfigurationId)
      Creates a new export import configuration with the primary key. Does not add the export import configuration to the database.
      Parameters:
      exportImportConfigurationId - the primary key for the new export import configuration
      Returns:
      the new export import configuration
    • remove

      public static ExportImportConfiguration remove(long exportImportConfigurationId) throws NoSuchConfigurationException
      Removes the export import configuration with the primary key from the database. Also notifies the appropriate model listeners.
      Parameters:
      exportImportConfigurationId - the primary key of the export import configuration
      Returns:
      the export import configuration that was removed
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • updateImpl

      public static ExportImportConfiguration updateImpl(ExportImportConfiguration exportImportConfiguration)
    • findByPrimaryKey

      public static ExportImportConfiguration findByPrimaryKey(long exportImportConfigurationId) throws NoSuchConfigurationException
      Returns the export import configuration with the primary key or throws a NoSuchConfigurationException if it could not be found.
      Parameters:
      exportImportConfigurationId - the primary key of the export import configuration
      Returns:
      the export import configuration
      Throws:
      NoSuchConfigurationException - if a export import configuration with the primary key could not be found
      NoSuchConfigurationException
    • fetchByPrimaryKey

      public static ExportImportConfiguration fetchByPrimaryKey(long exportImportConfigurationId)
      Returns the export import configuration with the primary key or returns null if it could not be found.
      Parameters:
      exportImportConfigurationId - the primary key of the export import configuration
      Returns:
      the export import configuration, or null if a export import configuration with the primary key could not be found
    • findAll

      public static List<ExportImportConfiguration> findAll()
      Returns all the export import configurations.
      Returns:
      the export import configurations
    • findAll

      public static List<ExportImportConfiguration> findAll(int start, int end)
      Returns a range of all the export import configurations.

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

      Parameters:
      start - the lower bound of the range of export import configurations
      end - the upper bound of the range of export import configurations (not inclusive)
      Returns:
      the range of export import configurations
    • findAll

      public static List<ExportImportConfiguration> findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
      Returns an ordered range of all the export import configurations.

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

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

      public static List<ExportImportConfiguration> findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean useFinderCache)
      Returns an ordered range of all the export import configurations.

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

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

      public static void removeAll()
      Removes all the export import configurations from the database.
    • countAll

      public static int countAll()
      Returns the number of export import configurations.
      Returns:
      the number of export import configurations
    • getPersistence

      public static ExportImportConfigurationPersistence getPersistence()
    • setPersistence

      public static void setPersistence(ExportImportConfigurationPersistence persistence)