Class ExportImportConfigurationUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
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
(long groupId, int type) Returns the number of export import configurations where groupId = ? and type = ?.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
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 returnsnull
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 useFinderCache) Returns an ordered range of all the export import configurations.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 useFinderCache) Returns an ordered range of all the export import configurations where companyId = ?.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>
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 useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and status = ?.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_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 useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ?.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 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 useFinderCache) Returns an ordered range of all the export import configurations where groupId = ? and type = ? and status = ?.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>
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 useFinderCache) Returns an ordered range of all the export import configurations where groupId = ?.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 ExportImportConfiguration
findByPrimaryKey
(long exportImportConfigurationId) Returns the export import configuration with the primary key or throws aNoSuchConfigurationException
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 ExportImportConfiguration
remove
(long exportImportConfigurationId) Removes the export import configuration with the primary key from the database.static void
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
(long groupId, int type) Removes all the export import configurations where groupId = ? and type = ? 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
removeByGroupId
(long groupId) Removes all the export import configurations where groupId = ? from the database.static void
setPersistence
(ExportImportConfigurationPersistence persistence) static ExportImportConfiguration
update
(ExportImportConfiguration exportImportConfiguration) static ExportImportConfiguration
update
(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext) static ExportImportConfiguration
updateImpl
(ExportImportConfiguration exportImportConfiguration)
-
Constructor Details
-
ExportImportConfigurationUtil
public ExportImportConfigurationUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
-
countWithDynamicQuery
-
fetchByPrimaryKeys
public static Map<Serializable,ExportImportConfiguration> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
-
findWithDynamicQuery
public static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) -
findWithDynamicQuery
public static List<ExportImportConfiguration> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<ExportImportConfiguration> orderByComparator) -
update
-
update
public static ExportImportConfiguration update(ExportImportConfiguration exportImportConfiguration, ServiceContext serviceContext) -
findByGroupId
Returns all the export import configurations where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching export import configurations
-
findByGroupId
Returns a range of all the export import configurations where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of export import configurationsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 configurationgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next export import configuration
- Throws:
NoSuchConfigurationException
- if a export import configuration with the primary key could not be foundNoSuchConfigurationException
-
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
Returns all the export import configurations where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching export import configurations
-
findByCompanyId
Returns a range of all the export import configurations where companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of export import configurationsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDorderByComparator
- the comparator to order the set by (optionallynull
)- 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 configurationcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next export import configuration
- Throws:
NoSuchConfigurationException
- if a export import configuration with the primary key could not be foundNoSuchConfigurationException
-
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
Returns all the export import configurations where groupId = ? and type = ?.- Parameters:
groupId
- the group IDtype
- the type- Returns:
- the matching export import configurations
-
findByG_T
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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of export import configurationsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- 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 configurationgroupId
- the group IDtype
- the typeorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next export import configuration
- Throws:
NoSuchConfigurationException
- if a export import configuration with the primary key could not be foundNoSuchConfigurationException
-
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 IDtype
- 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 IDtype
- the type- Returns:
- the number of matching export import configurations
-
findByG_S
Returns all the export import configurations where groupId = ? and status = ?.- Parameters:
groupId
- the group IDstatus
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of export import configurationsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDstatus
- the statusstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 configurationgroupId
- the group IDstatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next export import configuration
- Throws:
NoSuchConfigurationException
- if a export import configuration with the primary key could not be foundNoSuchConfigurationException
-
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 IDstatus
- 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 IDstatus
- the status- Returns:
- the number of matching export import configurations
-
findByG_T_S
Returns all the export import configurations where groupId = ? and type = ? and status = ?.- Parameters:
groupId
- the group IDtype
- the typestatus
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of export import configurationsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
groupId
- the group IDtype
- the typestatus
- the statusstart
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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 IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching export import configuration
- Throws:
NoSuchConfigurationException
- if a matching export import configuration could not be foundNoSuchConfigurationException
-
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 IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- 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 configurationgroupId
- the group IDtype
- the typestatus
- the statusorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next export import configuration
- Throws:
NoSuchConfigurationException
- if a export import configuration with the primary key could not be foundNoSuchConfigurationException
-
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 IDtype
- the typestatus
- 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 IDtype
- the typestatus
- the status- Returns:
- the number of matching export import configurations
-
cacheResult
Caches the export import configuration in the entity cache if it is enabled.- Parameters:
exportImportConfiguration
- the export import configuration
-
cacheResult
Caches the export import configurations in the entity cache if it is enabled.- Parameters:
exportImportConfigurations
- the export import configurations
-
create
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 foundNoSuchConfigurationException
-
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 aNoSuchConfigurationException
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 foundNoSuchConfigurationException
-
fetchByPrimaryKey
Returns the export import configuration with the primary key or returnsnull
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
Returns all the export import configurations.- Returns:
- the export import configurations
-
findAll
Returns a range of all the export import configurations.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
start
- the lower bound of the range of export import configurationsend
- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
start
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- 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
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromExportImportConfigurationModelImpl
.- Parameters:
start
- the lower bound of the range of export import configurationsend
- the upper bound of the range of export import configurations (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)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
-
setPersistence
-