@ProviderType public interface WorkflowMetricsSLADefinitionVersionPersistence extends com.liferay.portal.kernel.service.persistence.BasePersistence<WorkflowMetricsSLADefinitionVersion>
Caching information and settings can be found in portal.properties
WorkflowMetricsSLADefinitionVersionUtil
Modifier and Type | Method and Description |
---|---|
void |
cacheResult(java.util.List<WorkflowMetricsSLADefinitionVersion> workflowMetricsSLADefinitionVersions)
Caches the workflow metrics sla definition versions in the entity cache if it is enabled.
|
void |
cacheResult(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
Caches the workflow metrics sla definition version in the entity cache if it is enabled.
|
int |
countAll()
Returns the number of workflow metrics sla definition versions.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of workflow metrics sla definition versions where uuid = ? and companyId = ?.
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
Returns the number of workflow metrics sla definition versions where uuid = ? and groupId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of workflow metrics sla definition versions where uuid = ?.
|
int |
countByV_WMSLAD(java.lang.String version,
long workflowMetricsSLADefinitionId)
Returns the number of workflow metrics sla definition versions where version = ? and workflowMetricsSLADefinitionId = ?.
|
int |
countByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
Returns the number of workflow metrics sla definition versions where workflowMetricsSLADefinitionId = ?.
|
WorkflowMetricsSLADefinitionVersion |
create(long workflowMetricsSLADefinitionVersionId)
Creates a new workflow metrics sla definition version with the primary key.
|
WorkflowMetricsSLADefinitionVersion |
fetchByPrimaryKey(long workflowMetricsSLADefinitionVersionId)
Returns the workflow metrics sla definition version with the primary key or returns
null if it could not be found. |
WorkflowMetricsSLADefinitionVersion |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the first workflow metrics sla definition version in the ordered set where uuid = ? and companyId = ?.
|
WorkflowMetricsSLADefinitionVersion |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the last workflow metrics sla definition version in the ordered set where uuid = ? and companyId = ?.
|
WorkflowMetricsSLADefinitionVersion |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the first workflow metrics sla definition version in the ordered set where uuid = ?.
|
WorkflowMetricsSLADefinitionVersion |
fetchByUUID_G(java.lang.String uuid,
long groupId)
Returns the workflow metrics sla definition version where uuid = ? and groupId = ? or returns
null if it could not be found. |
WorkflowMetricsSLADefinitionVersion |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean useFinderCache)
Returns the workflow metrics sla definition version where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
WorkflowMetricsSLADefinitionVersion |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the last workflow metrics sla definition version in the ordered set where uuid = ?.
|
WorkflowMetricsSLADefinitionVersion |
fetchByV_WMSLAD(java.lang.String version,
long workflowMetricsSLADefinitionId)
Returns the workflow metrics sla definition version where version = ? and workflowMetricsSLADefinitionId = ? or returns
null if it could not be found. |
WorkflowMetricsSLADefinitionVersion |
fetchByV_WMSLAD(java.lang.String version,
long workflowMetricsSLADefinitionId,
boolean useFinderCache)
Returns the workflow metrics sla definition version where version = ? and workflowMetricsSLADefinitionId = ? or returns
null if it could not be found, optionally using the finder cache. |
WorkflowMetricsSLADefinitionVersion |
fetchByWorkflowMetricsSLADefinitionId_First(long workflowMetricsSLADefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the first workflow metrics sla definition version in the ordered set where workflowMetricsSLADefinitionId = ?.
|
WorkflowMetricsSLADefinitionVersion |
fetchByWorkflowMetricsSLADefinitionId_Last(long workflowMetricsSLADefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the last workflow metrics sla definition version in the ordered set where workflowMetricsSLADefinitionId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findAll()
Returns all the workflow metrics sla definition versions.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findAll(int start,
int end)
Returns a range of all the workflow metrics sla definition versions.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns an ordered range of all the workflow metrics sla definition versions.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the workflow metrics sla definition versions.
|
WorkflowMetricsSLADefinitionVersion |
findByPrimaryKey(long workflowMetricsSLADefinitionVersionId)
Returns the workflow metrics sla definition version with the primary key or throws a
NoSuchSLADefinitionVersionException if it could not be found. |
WorkflowMetricsSLADefinitionVersion |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the first workflow metrics sla definition version in the ordered set where uuid = ? and companyId = ?.
|
WorkflowMetricsSLADefinitionVersion |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the last workflow metrics sla definition version in the ordered set where uuid = ? and companyId = ?.
|
WorkflowMetricsSLADefinitionVersion[] |
findByUuid_C_PrevAndNext(long workflowMetricsSLADefinitionVersionId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the workflow metrics sla definition versions before and after the current workflow metrics sla definition version in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the workflow metrics sla definition versions where uuid = ? and companyId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the workflow metrics sla definition versions where uuid = ? and companyId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns an ordered range of all the workflow metrics sla definition versions where uuid = ? and companyId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the workflow metrics sla definition versions where uuid = ? and companyId = ?.
|
WorkflowMetricsSLADefinitionVersion |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the first workflow metrics sla definition version in the ordered set where uuid = ?.
|
WorkflowMetricsSLADefinitionVersion |
findByUUID_G(java.lang.String uuid,
long groupId)
Returns the workflow metrics sla definition version where uuid = ? and groupId = ? or throws a
NoSuchSLADefinitionVersionException if it could not be found. |
WorkflowMetricsSLADefinitionVersion |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the last workflow metrics sla definition version in the ordered set where uuid = ?.
|
WorkflowMetricsSLADefinitionVersion[] |
findByUuid_PrevAndNext(long workflowMetricsSLADefinitionVersionId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the workflow metrics sla definition versions before and after the current workflow metrics sla definition version in the ordered set where uuid = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid(java.lang.String uuid)
Returns all the workflow metrics sla definition versions where uuid = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the workflow metrics sla definition versions where uuid = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns an ordered range of all the workflow metrics sla definition versions where uuid = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the workflow metrics sla definition versions where uuid = ?.
|
WorkflowMetricsSLADefinitionVersion |
findByV_WMSLAD(java.lang.String version,
long workflowMetricsSLADefinitionId)
Returns the workflow metrics sla definition version where version = ? and workflowMetricsSLADefinitionId = ? or throws a
NoSuchSLADefinitionVersionException if it could not be found. |
WorkflowMetricsSLADefinitionVersion |
findByWorkflowMetricsSLADefinitionId_First(long workflowMetricsSLADefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the first workflow metrics sla definition version in the ordered set where workflowMetricsSLADefinitionId = ?.
|
WorkflowMetricsSLADefinitionVersion |
findByWorkflowMetricsSLADefinitionId_Last(long workflowMetricsSLADefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the last workflow metrics sla definition version in the ordered set where workflowMetricsSLADefinitionId = ?.
|
WorkflowMetricsSLADefinitionVersion[] |
findByWorkflowMetricsSLADefinitionId_PrevAndNext(long workflowMetricsSLADefinitionVersionId,
long workflowMetricsSLADefinitionId,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns the workflow metrics sla definition versions before and after the current workflow metrics sla definition version in the ordered set where workflowMetricsSLADefinitionId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
Returns all the workflow metrics sla definition versions where workflowMetricsSLADefinitionId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId,
int start,
int end)
Returns a range of all the workflow metrics sla definition versions where workflowMetricsSLADefinitionId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
Returns an ordered range of all the workflow metrics sla definition versions where workflowMetricsSLADefinitionId = ?.
|
java.util.List<WorkflowMetricsSLADefinitionVersion> |
findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the workflow metrics sla definition versions where workflowMetricsSLADefinitionId = ?.
|
WorkflowMetricsSLADefinitionVersion |
remove(long workflowMetricsSLADefinitionVersionId)
Removes the workflow metrics sla definition version with the primary key from the database.
|
void |
removeAll()
Removes all the workflow metrics sla definition versions from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the workflow metrics sla definition versions where uuid = ? and companyId = ? from the database.
|
WorkflowMetricsSLADefinitionVersion |
removeByUUID_G(java.lang.String uuid,
long groupId)
Removes the workflow metrics sla definition version where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the workflow metrics sla definition versions where uuid = ? from the database.
|
WorkflowMetricsSLADefinitionVersion |
removeByV_WMSLAD(java.lang.String version,
long workflowMetricsSLADefinitionId)
Removes the workflow metrics sla definition version where version = ? and workflowMetricsSLADefinitionId = ? from the database.
|
void |
removeByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
Removes all the workflow metrics sla definition versions where workflowMetricsSLADefinitionId = ? from the database.
|
WorkflowMetricsSLADefinitionVersion |
updateImpl(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion) |
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<WorkflowMetricsSLADefinitionVersion> findByUuid(java.lang.String uuid)
uuid
- the uuidjava.util.List<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)java.util.List<WorkflowMetricsSLADefinitionVersion> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<WorkflowMetricsSLADefinitionVersion> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
uuid
- the uuidstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheWorkflowMetricsSLADefinitionVersion findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion[] findByUuid_PrevAndNext(long workflowMetricsSLADefinitionVersionId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
workflowMetricsSLADefinitionVersionId
- the primary key of the current workflow metrics sla definition versionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a workflow metrics sla definition version with the primary key could not be foundvoid removeByUuid(java.lang.String uuid)
uuid
- the uuidint countByUuid(java.lang.String uuid)
uuid
- the uuidWorkflowMetricsSLADefinitionVersion findByUUID_G(java.lang.String uuid, long groupId) throws NoSuchSLADefinitionVersionException
NoSuchSLADefinitionVersionException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion 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 workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion 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 workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion removeByUUID_G(java.lang.String uuid, long groupId) throws NoSuchSLADefinitionVersionException
uuid
- the uuidgroupId
- the group IDNoSuchSLADefinitionVersionException
int countByUUID_G(java.lang.String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDjava.util.List<WorkflowMetricsSLADefinitionVersion> findByUuid_C(java.lang.String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDjava.util.List<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)java.util.List<WorkflowMetricsSLADefinitionVersion> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<WorkflowMetricsSLADefinitionVersion> findByUuid_C(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheWorkflowMetricsSLADefinitionVersion findByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByUuid_C_First(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion findByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByUuid_C_Last(java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion[] findByUuid_C_PrevAndNext(long workflowMetricsSLADefinitionVersionId, java.lang.String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
workflowMetricsSLADefinitionVersionId
- the primary key of the current workflow metrics sla definition versionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a workflow metrics sla definition version 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<WorkflowMetricsSLADefinitionVersion> findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDjava.util.List<WorkflowMetricsSLADefinitionVersion> findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId, 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)java.util.List<WorkflowMetricsSLADefinitionVersion> findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<WorkflowMetricsSLADefinitionVersion> findByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDstart
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cacheWorkflowMetricsSLADefinitionVersion findByWorkflowMetricsSLADefinitionId_First(long workflowMetricsSLADefinitionId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByWorkflowMetricsSLADefinitionId_First(long workflowMetricsSLADefinitionId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion findByWorkflowMetricsSLADefinitionId_Last(long workflowMetricsSLADefinitionId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByWorkflowMetricsSLADefinitionId_Last(long workflowMetricsSLADefinitionId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator)
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion[] findByWorkflowMetricsSLADefinitionId_PrevAndNext(long workflowMetricsSLADefinitionVersionId, long workflowMetricsSLADefinitionId, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> orderByComparator) throws NoSuchSLADefinitionVersionException
workflowMetricsSLADefinitionVersionId
- the primary key of the current workflow metrics sla definition versionworkflowMetricsSLADefinitionId
- the workflow metrics sla definition IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchSLADefinitionVersionException
- if a workflow metrics sla definition version with the primary key could not be foundvoid removeByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDint countByWorkflowMetricsSLADefinitionId(long workflowMetricsSLADefinitionId)
workflowMetricsSLADefinitionId
- the workflow metrics sla definition IDWorkflowMetricsSLADefinitionVersion findByV_WMSLAD(java.lang.String version, long workflowMetricsSLADefinitionId) throws NoSuchSLADefinitionVersionException
NoSuchSLADefinitionVersionException
if it could not be found.version
- the versionworkflowMetricsSLADefinitionId
- the workflow metrics sla definition IDNoSuchSLADefinitionVersionException
- if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByV_WMSLAD(java.lang.String version, long workflowMetricsSLADefinitionId)
null
if it could not be found. Uses the finder cache.version
- the versionworkflowMetricsSLADefinitionId
- the workflow metrics sla definition IDnull
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion fetchByV_WMSLAD(java.lang.String version, long workflowMetricsSLADefinitionId, boolean useFinderCache)
null
if it could not be found, optionally using the finder cache.version
- the versionworkflowMetricsSLADefinitionId
- the workflow metrics sla definition IDuseFinderCache
- whether to use the finder cachenull
if a matching workflow metrics sla definition version could not be foundWorkflowMetricsSLADefinitionVersion removeByV_WMSLAD(java.lang.String version, long workflowMetricsSLADefinitionId) throws NoSuchSLADefinitionVersionException
version
- the versionworkflowMetricsSLADefinitionId
- the workflow metrics sla definition IDNoSuchSLADefinitionVersionException
int countByV_WMSLAD(java.lang.String version, long workflowMetricsSLADefinitionId)
version
- the versionworkflowMetricsSLADefinitionId
- the workflow metrics sla definition IDvoid cacheResult(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
workflowMetricsSLADefinitionVersion
- the workflow metrics sla definition versionvoid cacheResult(java.util.List<WorkflowMetricsSLADefinitionVersion> workflowMetricsSLADefinitionVersions)
workflowMetricsSLADefinitionVersions
- the workflow metrics sla definition versionsWorkflowMetricsSLADefinitionVersion create(long workflowMetricsSLADefinitionVersionId)
workflowMetricsSLADefinitionVersionId
- the primary key for the new workflow metrics sla definition versionWorkflowMetricsSLADefinitionVersion remove(long workflowMetricsSLADefinitionVersionId) throws NoSuchSLADefinitionVersionException
workflowMetricsSLADefinitionVersionId
- the primary key of the workflow metrics sla definition versionNoSuchSLADefinitionVersionException
- if a workflow metrics sla definition version with the primary key could not be foundWorkflowMetricsSLADefinitionVersion updateImpl(WorkflowMetricsSLADefinitionVersion workflowMetricsSLADefinitionVersion)
WorkflowMetricsSLADefinitionVersion findByPrimaryKey(long workflowMetricsSLADefinitionVersionId) throws NoSuchSLADefinitionVersionException
NoSuchSLADefinitionVersionException
if it could not be found.workflowMetricsSLADefinitionVersionId
- the primary key of the workflow metrics sla definition versionNoSuchSLADefinitionVersionException
- if a workflow metrics sla definition version with the primary key could not be foundWorkflowMetricsSLADefinitionVersion fetchByPrimaryKey(long workflowMetricsSLADefinitionVersionId)
null
if it could not be found.workflowMetricsSLADefinitionVersionId
- the primary key of the workflow metrics sla definition versionnull
if a workflow metrics sla definition version with the primary key could not be foundjava.util.List<WorkflowMetricsSLADefinitionVersion> findAll()
java.util.List<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
start
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)java.util.List<WorkflowMetricsSLADefinitionVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
start
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)java.util.List<WorkflowMetricsSLADefinitionVersion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WorkflowMetricsSLADefinitionVersion> 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 WorkflowMetricsSLADefinitionVersionModelImpl
.
start
- the lower bound of the range of workflow metrics sla definition versionsend
- the upper bound of the range of workflow metrics sla definition versions (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)useFinderCache
- whether to use the finder cachevoid removeAll()
int countAll()