Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.service.persistence
Class ExportImportConfigurationUtil

java.lang.Object
  extended by com.liferay.portlet.exportimport.service.persistence.ExportImportConfigurationUtil

@ProviderType
public class ExportImportConfigurationUtil
extends Object

The persistence utility for the export import configuration service. This utility wraps 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

See Also:
ExportImportConfigurationPersistence, ExportImportConfigurationPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ExportImportConfigurationUtil()
           
 
Method Summary
static void cacheResult(ExportImportConfiguration exportImportConfiguration)
          Caches the export import configuration in the entity cache if it is enabled.
static void cacheResult(List<ExportImportConfiguration> exportImportConfigurations)
          Caches the export import configurations in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(ExportImportConfiguration exportImportConfiguration)
           
static int countAll()
          Returns the number of export import configurations.
static int countByCompanyId(long companyId)
          Returns the number of export import configurations where companyId = ?.
static int countByG_S(long groupId, int status)
          Returns the number of export import configurations where groupId = ? and status = ?.
static int countByG_T_S(long groupId, int type, int status)
          Returns the number of export import configurations where groupId = ? and type = ? and status = ?.
static int countByG_T(long groupId, int type)
          Returns the number of export import configurations where groupId = ? and type = ?.
static int countByGroupId(long groupId)
          Returns the number of export import configurations where groupId = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static ExportImportConfiguration create(long exportImportConfigurationId)
          Creates a new export import configuration with the primary key.
static ExportImportConfiguration fetchByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration fetchByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
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 = ?.
static ExportImportConfiguration fetchByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration fetchByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration fetchByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or returns null if it could not be found.
static Map<Serializable,ExportImportConfiguration> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<ExportImportConfiguration> findAll()
          Returns all the export import configurations.
static List<ExportImportConfiguration> findAll(int start, int end)
          Returns a range of all the export import configurations.
static List<ExportImportConfiguration> findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns an ordered range of all the export import configurations.
static List<ExportImportConfiguration> findAll(int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations.
static ExportImportConfiguration findByCompanyId_First(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration findByCompanyId_Last(long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where companyId = ?.
static ExportImportConfiguration[] findByCompanyId_PrevAndNext(long exportImportConfigurationId, long companyId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where companyId = ?.
static List<ExportImportConfiguration> findByCompanyId(long companyId)
          Returns all the export import configurations where companyId = ?.
static List<ExportImportConfiguration> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the export import configurations where companyId = ?.
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 = ?.
static List<ExportImportConfiguration> findByCompanyId(long companyId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where companyId = ?.
static ExportImportConfiguration findByG_S_First(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration findByG_S_Last(long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and status = ?.
static ExportImportConfiguration[] findByG_S_PrevAndNext(long exportImportConfigurationId, long groupId, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and status = ?.
static List<ExportImportConfiguration> findByG_S(long groupId, int status)
          Returns all the export import configurations where groupId = ? and status = ?.
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 = ?.
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 = ?.
static List<ExportImportConfiguration> findByG_S(long groupId, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and status = ?.
static ExportImportConfiguration findByG_T_First(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration findByG_T_Last(long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration[] findByG_T_PrevAndNext(long exportImportConfigurationId, long groupId, int type, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ?.
static ExportImportConfiguration findByG_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 = ?.
static ExportImportConfiguration findByG_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 = ?.
static ExportImportConfiguration[] findByG_T_S_PrevAndNext(long exportImportConfigurationId, long groupId, int type, int status, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> findByG_T_S(long groupId, int type, int status)
          Returns all the export import configurations where groupId = ? and type = ? and status = ?.
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 = ?.
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 = ?.
static List<ExportImportConfiguration> findByG_T_S(long groupId, int type, int status, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.
static List<ExportImportConfiguration> findByG_T(long groupId, int type)
          Returns all the export import configurations where groupId = ? and type = ?.
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 = ?.
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 = ?.
static List<ExportImportConfiguration> findByG_T(long groupId, int type, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ? and type = ?.
static ExportImportConfiguration findByGroupId_First(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the first export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration findByGroupId_Last(long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the last export import configuration in the ordered set where groupId = ?.
static ExportImportConfiguration[] findByGroupId_PrevAndNext(long exportImportConfigurationId, long groupId, OrderByComparator<ExportImportConfiguration> orderByComparator)
          Returns the export import configurations before and after the current export import configuration in the ordered set where groupId = ?.
static List<ExportImportConfiguration> findByGroupId(long groupId)
          Returns all the export import configurations where groupId = ?.
static List<ExportImportConfiguration> findByGroupId(long groupId, int start, int end)
          Returns a range of all the export import configurations where groupId = ?.
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 = ?.
static List<ExportImportConfiguration> findByGroupId(long groupId, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the export import configurations where groupId = ?.
static ExportImportConfiguration findByPrimaryKey(long exportImportConfigurationId)
          Returns the export import configuration with the primary key or throws a NoSuchConfigurationException if it could not be found.
static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator)
           
static Set<String> getBadColumnNames()
           
static ExportImportConfigurationPersistence getPersistence()
           
static ExportImportConfiguration remove(long exportImportConfigurationId)
          Removes the export import configuration with the primary key from the database.
static void removeAll()
          Removes all the export import configurations from the database.
static void removeByCompanyId(long companyId)
          Removes all the export import configurations where companyId = ? from the database.
static void removeByG_S(long groupId, int status)
          Removes all the export import configurations where groupId = ? and status = ? from the database.
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.
static void removeByG_T(long groupId, int type)
          Removes all the export import configurations where groupId = ? and type = ? from the database.
static void removeByGroupId(long groupId)
          Removes all the export import configurations where groupId = ? from the database.
static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration)
           
static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext)
           
static ExportImportConfiguration updateImpl(ExportImportConfiguration exportImportConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportConfigurationUtil

public ExportImportConfigurationUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(ExportImportConfiguration exportImportConfiguration)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

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

findWithDynamicQuery

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

findWithDynamicQuery

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

update

public static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration,
                                               ServiceContext serviceContext)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from 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

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

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

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from 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

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

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

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from 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

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

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

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from 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

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

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

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from 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

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

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

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

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

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

fetchByPrimaryKeys

public static Map<Serializable,ExportImportConfiguration> fetchByPrimaryKeys(Set<Serializable> primaryKeys)

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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 retrieveFromCache)
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 and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from ExportImportConfigurationModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

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)
retrieveFromCache - whether to retrieve from 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

getBadColumnNames

public static Set<String> getBadColumnNames()

getPersistence

public static ExportImportConfigurationPersistence getPersistence()

Liferay 7.0-ce-b4