@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface KaleoDefinitionVersionLocalService extends BaseLocalService, PersistedModelLocalService
KaleoDefinitionVersionLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
KaleoDefinitionVersion |
addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Adds the kaleo definition version to the database.
|
KaleoDefinitionVersion |
addKaleoDefinitionVersion(long kaleoDefinitionId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String content,
java.lang.String version,
ServiceContext serviceContext) |
KaleoDefinitionVersion |
createKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Creates a new kaleo definition version with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoDefinitionVersion |
deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Deletes the kaleo definition version from the database.
|
KaleoDefinitionVersion |
deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Deletes the kaleo definition version with the primary key from the database.
|
void |
deleteKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
void |
deleteKaleoDefinitionVersions(java.util.List<KaleoDefinitionVersion> kaleoDefinitionVersions) |
void |
deleteKaleoDefinitionVersions(long companyId,
java.lang.String name) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
KaleoDefinitionVersion |
fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId) |
KaleoDefinitionVersion |
fetchKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
KaleoDefinitionVersion |
fetchLatestKaleoDefinitionVersion(long companyId,
java.lang.String name) |
KaleoDefinitionVersion |
fetchLatestKaleoDefinitionVersion(long companyId,
java.lang.String name,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
ActionableDynamicQuery |
getActionableDynamicQuery() |
KaleoDefinitionVersion |
getFirstKaleoDefinitionVersion(long companyId,
java.lang.String name) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
KaleoDefinitionVersion |
getKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Returns the kaleo definition version with the primary key.
|
KaleoDefinitionVersion |
getKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(int start,
int end)
Returns a range of all the kaleo definition versions.
|
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name) |
java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
int |
getKaleoDefinitionVersionsCount()
Returns the number of kaleo definition versions.
|
int |
getKaleoDefinitionVersionsCount(long companyId) |
int |
getKaleoDefinitionVersionsCount(long companyId,
java.lang.String name) |
KaleoDefinitionVersion[] |
getKaleoDefinitionVersionsPrevAndNext(long companyId,
java.lang.String name,
java.lang.String version) |
KaleoDefinitionVersion |
getLatestKaleoDefinitionVersion(long companyId,
java.lang.String name) |
java.util.List<KaleoDefinitionVersion> |
getLatestKaleoDefinitionVersions(long companyId,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
java.util.List<KaleoDefinitionVersion> |
getLatestKaleoDefinitionVersions(long companyId,
java.lang.String keywords,
int status,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
int |
getLatestKaleoDefinitionVersionsCount(long companyId,
java.lang.String keywords,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
KaleoDefinitionVersion |
updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Updates the kaleo definition version in the database or adds it if it does not yet exist.
|
getBasePersistence@Indexable(type=REINDEX) KaleoDefinitionVersion addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
kaleoDefinitionVersion - the kaleo definition versionKaleoDefinitionVersion addKaleoDefinitionVersion(long kaleoDefinitionId, java.lang.String name, java.lang.String title, java.lang.String description, java.lang.String content, java.lang.String version, ServiceContext serviceContext) throws PortalException
PortalException@Transactional(enabled=false) KaleoDefinitionVersion createKaleoDefinitionVersion(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the primary key for the new kaleo definition versionPersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicePortalException@Indexable(type=DELETE) KaleoDefinitionVersion deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) throws PortalException
kaleoDefinitionVersion - the kaleo definition versionPortalException@Indexable(type=DELETE) KaleoDefinitionVersion deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId) throws PortalException
kaleoDefinitionVersionId - the primary key of the kaleo definition versionPortalException - if a kaleo definition version with the primary key could not be foundvoid deleteKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version)
throws PortalException
PortalExceptionvoid deleteKaleoDefinitionVersions(java.util.List<KaleoDefinitionVersion> kaleoDefinitionVersions) throws PortalException
PortalExceptionvoid deleteKaleoDefinitionVersions(long companyId,
java.lang.String name)
throws PortalException
PortalExceptionPersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicePortalException@Transactional(propagation=SUPPORTS, readOnly=true) <T> T dslQuery(DSLQuery dslQuery)
@Transactional(propagation=SUPPORTS, readOnly=true) DynamicQuery dynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, 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 com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionVersionModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> 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 com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionVersionModelImpl.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the query@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId)
@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion fetchKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version)
@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, java.lang.String name) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, java.lang.String name, OrderByComparator<KaleoDefinitionVersion> orderByComparator) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion getFirstKaleoDefinitionVersion(long companyId, java.lang.String name) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion getKaleoDefinitionVersion(long kaleoDefinitionVersionId) throws PortalException
kaleoDefinitionVersionId - the primary key of the kaleo definition versionPortalException - if a kaleo definition version with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(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 com.liferay.portal.kernel.dao.orm.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 com.liferay.portal.workflow.kaleo.model.impl.KaleoDefinitionVersionModelImpl.
start - the lower bound of the range of kaleo definition versionsend - the upper bound of the range of kaleo definition versions (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getKaleoDefinitionVersionsCount()
@Transactional(propagation=SUPPORTS, readOnly=true) int getKaleoDefinitionVersionsCount(long companyId)
@Transactional(propagation=SUPPORTS, readOnly=true) int getKaleoDefinitionVersionsCount(long companyId, java.lang.String name)
@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion[] getKaleoDefinitionVersionsPrevAndNext(long companyId, java.lang.String name, java.lang.String version) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) KaleoDefinitionVersion getLatestKaleoDefinitionVersion(long companyId, java.lang.String name) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, java.lang.String keywords, int status, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) int getLatestKaleoDefinitionVersionsCount(long companyId, java.lang.String keywords, int status)
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicePortalException@Indexable(type=REINDEX) KaleoDefinitionVersion updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
kaleoDefinitionVersion - the kaleo definition version