@ProviderType public interface DDMDataProviderInstancePersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<DDMDataProviderInstance>, com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DDMDataProviderInstance>
Caching information and settings can be found in portal.properties
DDMDataProviderInstanceUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(DDMDataProviderInstance ddmDataProviderInstance)
Caches the ddm data provider instance in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<DDMDataProviderInstance> ddmDataProviderInstances)
Caches the ddm data provider instances in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of ddm data provider instances.
|
int |
countByCompanyId(long companyId)
Returns the number of ddm data provider instances where companyId = ?.
|
int |
countByGroupId(long groupId)
Returns the number of ddm data provider instances where groupId = ?.
|
int |
countByGroupId(long[] groupIds)
Returns the number of ddm data provider instances where groupId = any ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of ddm data provider instances where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of ddm data provider instances where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of ddm data provider instances where uuid = ?.
|
DDMDataProviderInstance |
create(long dataProviderInstanceId)
Creates a new ddm data provider instance with the primary key.
|
DDMDataProviderInstance |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where companyId = ?.
|
DDMDataProviderInstance |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where companyId = ?.
|
DDMDataProviderInstance |
fetchByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where groupId = ?.
|
DDMDataProviderInstance |
fetchByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where groupId = ?.
|
DDMDataProviderInstance |
fetchByPrimaryKey(long dataProviderInstanceId)
Returns the ddm data provider instance with the primary key or returns
null if it could not be found. |
DDMDataProviderInstance |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where uuid = ? and companyId = ?.
|
DDMDataProviderInstance |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where uuid = ? and companyId = ?.
|
DDMDataProviderInstance |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where uuid = ?.
|
DDMDataProviderInstance |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm data provider instance where uuid = ? and groupId = ? or returns
null if it could not be found. |
DDMDataProviderInstance |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the ddm data provider instance where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
DDMDataProviderInstance |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where uuid = ?.
|
int |
filterCountByGroupId(long groupId)
Returns the number of ddm data provider instances that the user has permission to view where groupId = ?.
|
int |
filterCountByGroupId(long[] groupIds)
Returns the number of ddm data provider instances that the user has permission to view where groupId = any ?.
|
DDMDataProviderInstance[] |
filterFindByGroupId_PrevAndNext(long dataProviderInstanceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the ddm data provider instances before and after the current ddm data provider instance in the ordered set of ddm data provider instances that the user has permission to view where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
filterFindByGroupId(long groupId)
Returns all the ddm data provider instances that the user has permission to view where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
filterFindByGroupId(long[] groupIds)
Returns all the ddm data provider instances that the user has permission to view where groupId = any ?.
|
java.util.List<DDMDataProviderInstance> |
filterFindByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the ddm data provider instances that the user has permission to view where groupId = any ?.
|
java.util.List<DDMDataProviderInstance> |
filterFindByGroupId(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances that the user has permission to view where groupId = any ?.
|
java.util.List<DDMDataProviderInstance> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm data provider instances that the user has permission to view where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances that the user has permissions to view where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
findAll()
Returns all the ddm data provider instances.
|
java.util.List<DDMDataProviderInstance> |
findAll(int start,
int end)
Returns a range of all the ddm data provider instances.
|
java.util.List<DDMDataProviderInstance> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances.
|
java.util.List<DDMDataProviderInstance> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instances.
|
DDMDataProviderInstance |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where companyId = ?.
|
DDMDataProviderInstance |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where companyId = ?.
|
DDMDataProviderInstance[] |
findByCompanyId_PrevAndNext(long dataProviderInstanceId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the ddm data provider instances before and after the current ddm data provider instance in the ordered set where companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByCompanyId(long companyId)
Returns all the ddm data provider instances where companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the ddm data provider instances where companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances where companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instances where companyId = ?.
|
DDMDataProviderInstance |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where groupId = ?.
|
DDMDataProviderInstance |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where groupId = ?.
|
DDMDataProviderInstance[] |
findByGroupId_PrevAndNext(long dataProviderInstanceId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the ddm data provider instances before and after the current ddm data provider instance in the ordered set where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long groupId)
Returns all the ddm data provider instances where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long[] groupIds)
Returns all the ddm data provider instances where groupId = any ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long[] groupIds,
int start,
int end)
Returns a range of all the ddm data provider instances where groupId = any ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances where groupId = any ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instances where groupId = ?, optionally using the finder cache.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the ddm data provider instances where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances where groupId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instances where groupId = ?.
|
DDMDataProviderInstance |
findByPrimaryKey(long dataProviderInstanceId)
Returns the ddm data provider instance with the primary key or throws a
NoSuchDataProviderInstanceException if it could not be found. |
DDMDataProviderInstance |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where uuid = ? and companyId = ?.
|
DDMDataProviderInstance |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where uuid = ? and companyId = ?.
|
DDMDataProviderInstance[] |
findByUuid_C_PrevAndNext(long dataProviderInstanceId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the ddm data provider instances before and after the current ddm data provider instance in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the ddm data provider instances where uuid = ? and companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the ddm data provider instances where uuid = ? and companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances where uuid = ? and companyId = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instances where uuid = ? and companyId = ?.
|
DDMDataProviderInstance |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the first ddm data provider instance in the ordered set where uuid = ?.
|
DDMDataProviderInstance |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the ddm data provider instance where uuid = ? and groupId = ? or throws a
NoSuchDataProviderInstanceException if it could not be found. |
DDMDataProviderInstance |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the last ddm data provider instance in the ordered set where uuid = ?.
|
DDMDataProviderInstance[] |
findByUuid_PrevAndNext(long dataProviderInstanceId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns the ddm data provider instances before and after the current ddm data provider instance in the ordered set where uuid = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid(java.lang.String uuid)
Returns all the ddm data provider instances where uuid = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the ddm data provider instances where uuid = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Returns an ordered range of all the ddm data provider instances where uuid = ?.
|
java.util.List<DDMDataProviderInstance> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the ddm data provider instances where uuid = ?.
|
DDMDataProviderInstance |
remove(long dataProviderInstanceId)
Removes the ddm data provider instance with the primary key from the database.
|
void |
removeAll()
Removes all the ddm data provider instances from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the ddm data provider instances where companyId = ? from the database.
|
void |
removeByGroupId(long groupId)
Removes all the ddm data provider instances where groupId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the ddm data provider instances where uuid = ? and companyId = ? from the database.
|
DDMDataProviderInstance |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the ddm data provider instance where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the ddm data provider instances where uuid = ? from the database.
|
DDMDataProviderInstance |
updateImpl(DDMDataProviderInstance ddmDataProviderInstance) |
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
java.util.List<DDMDataProviderInstance> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<DDMDataProviderInstance> findByUuid(java.lang.String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMDataProviderInstance findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance[] findByUuid_PrevAndNext(long dataProviderInstanceId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
dataProviderInstanceId
- the primary key of the current ddm data provider instanceuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidDDMDataProviderInstance findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataProviderInstanceException
NoSuchDataProviderInstanceException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByUUID_G(java.lang.String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByUUID_G(java.lang.String uuid, long groupId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cachenull
if a matching ddm data provider instance could not be foundDDMDataProviderInstance removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchDataProviderInstanceException
uuid
- the uuidgroupId
- the group IDNoSuchDataProviderInstanceException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<DDMDataProviderInstance> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DDMDataProviderInstance> findByUuid_C(java.lang.String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMDataProviderInstance findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance[] findByUuid_C_PrevAndNext(long dataProviderInstanceId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
dataProviderInstanceId
- the primary key of the current ddm data provider instanceuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundvoid removeByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<DDMDataProviderInstance> findByGroupId(long groupId)
groupId
- the group IDjava.util.List<DDMDataProviderInstance> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMDataProviderInstance findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance[] findByGroupId_PrevAndNext(long dataProviderInstanceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
dataProviderInstanceId
- the primary key of the current ddm data provider instancegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundjava.util.List<DDMDataProviderInstance> filterFindByGroupId(long groupId)
groupId
- the group IDjava.util.List<DDMDataProviderInstance> filterFindByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> filterFindByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)DDMDataProviderInstance[] filterFindByGroupId_PrevAndNext(long dataProviderInstanceId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
dataProviderInstanceId
- the primary key of the current ddm data provider instancegroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundjava.util.List<DDMDataProviderInstance> filterFindByGroupId(long[] groupIds)
groupIds
- the group IDsjava.util.List<DDMDataProviderInstance> filterFindByGroupId(long[] groupIds, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> filterFindByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findByGroupId(long[] groupIds)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupIds
- the group IDsjava.util.List<DDMDataProviderInstance> findByGroupId(long[] groupIds, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupIds
- the group IDsstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findByGroupId(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long[] groupIds)
groupIds
- the group IDsint filterCountByGroupId(long groupId)
groupId
- the group IDint filterCountByGroupId(long[] groupIds)
groupIds
- the group IDsjava.util.List<DDMDataProviderInstance> findByCompanyId(long companyId)
companyId
- the company IDjava.util.List<DDMDataProviderInstance> findByCompanyId(long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
companyId
- the company IDstart
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheDDMDataProviderInstance findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a matching ddm data provider instance could not be foundDDMDataProviderInstance fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching ddm data provider instance could not be foundDDMDataProviderInstance[] findByCompanyId_PrevAndNext(long dataProviderInstanceId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator) throws NoSuchDataProviderInstanceException
dataProviderInstanceId
- the primary key of the current ddm data provider instancecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundvoid removeByCompanyId(long companyId)
companyId
- the company IDint countByCompanyId(long companyId)
companyId
- the company IDvoid cacheResult(DDMDataProviderInstance ddmDataProviderInstance)
ddmDataProviderInstance
- the ddm data provider instancevoid cacheResult(java.util.List<DDMDataProviderInstance> ddmDataProviderInstances)
ddmDataProviderInstances
- the ddm data provider instancesDDMDataProviderInstance create(long dataProviderInstanceId)
dataProviderInstanceId
- the primary key for the new ddm data provider instanceDDMDataProviderInstance remove(long dataProviderInstanceId) throws NoSuchDataProviderInstanceException
dataProviderInstanceId
- the primary key of the ddm data provider instanceNoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundDDMDataProviderInstance updateImpl(DDMDataProviderInstance ddmDataProviderInstance)
DDMDataProviderInstance findByPrimaryKey(long dataProviderInstanceId) throws NoSuchDataProviderInstanceException
NoSuchDataProviderInstanceException
if it could not be found.dataProviderInstanceId
- the primary key of the ddm data provider instanceNoSuchDataProviderInstanceException
- if a ddm data provider instance with the primary key could not be foundDDMDataProviderInstance fetchByPrimaryKey(long dataProviderInstanceId)
null
if it could not be found.dataProviderInstanceId
- the primary key of the ddm data provider instancenull
if a ddm data provider instance with the primary key could not be foundjava.util.List<DDMDataProviderInstance> findAll()
java.util.List<DDMDataProviderInstance> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
start
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)java.util.List<DDMDataProviderInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
start
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<DDMDataProviderInstance> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMDataProviderInstance> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from DDMDataProviderInstanceModelImpl
.
start
- the lower bound of the range of ddm data provider instancesend
- the upper bound of the range of ddm data provider instances (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()