public class KaleoDefinitionVersionLocalServiceUtil
extends java.lang.Object
com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionVersionLocalServiceImpl and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.KaleoDefinitionVersionLocalService| Constructor and Description |
|---|
KaleoDefinitionVersionLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static KaleoDefinitionVersion |
addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Adds the kaleo definition version to the database.
|
static 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) |
static KaleoDefinitionVersion |
createKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Creates a new kaleo definition version with the primary key.
|
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static KaleoDefinitionVersion |
deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Deletes the kaleo definition version from the database.
|
static KaleoDefinitionVersion |
deleteKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Deletes the kaleo definition version with the primary key from the database.
|
static void |
deleteKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
static void |
deleteKaleoDefinitionVersions(java.util.List<KaleoDefinitionVersion> kaleoDefinitionVersions) |
static void |
deleteKaleoDefinitionVersions(long companyId,
java.lang.String name) |
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
static <T> T |
dslQuery(DSLQuery dslQuery) |
static DynamicQuery |
dynamicQuery() |
static <T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static <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.
|
static <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.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
static KaleoDefinitionVersion |
fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId) |
static KaleoDefinitionVersion |
fetchKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
static KaleoDefinitionVersion |
fetchLatestKaleoDefinitionVersion(long companyId,
java.lang.String name) |
static KaleoDefinitionVersion |
fetchLatestKaleoDefinitionVersion(long companyId,
java.lang.String name,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static KaleoDefinitionVersion |
getFirstKaleoDefinitionVersion(long companyId,
java.lang.String name) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static KaleoDefinitionVersion |
getKaleoDefinitionVersion(long kaleoDefinitionVersionId)
Returns the kaleo definition version with the primary key.
|
static KaleoDefinitionVersion |
getKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version) |
static java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(int start,
int end)
Returns a range of all the kaleo definition versions.
|
static java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
static java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name) |
static java.util.List<KaleoDefinitionVersion> |
getKaleoDefinitionVersions(long companyId,
java.lang.String name,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
static int |
getKaleoDefinitionVersionsCount()
Returns the number of kaleo definition versions.
|
static int |
getKaleoDefinitionVersionsCount(long companyId) |
static int |
getKaleoDefinitionVersionsCount(long companyId,
java.lang.String name) |
static KaleoDefinitionVersion[] |
getKaleoDefinitionVersionsPrevAndNext(long companyId,
java.lang.String name,
java.lang.String version) |
static KaleoDefinitionVersion |
getLatestKaleoDefinitionVersion(long companyId,
java.lang.String name) |
static java.util.List<KaleoDefinitionVersion> |
getLatestKaleoDefinitionVersions(long companyId,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
static java.util.List<KaleoDefinitionVersion> |
getLatestKaleoDefinitionVersions(long companyId,
java.lang.String keywords,
int status,
int start,
int end,
OrderByComparator<KaleoDefinitionVersion> orderByComparator) |
static int |
getLatestKaleoDefinitionVersionsCount(long companyId,
java.lang.String keywords,
int status) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static KaleoDefinitionVersionLocalService |
getService() |
static KaleoDefinitionVersion |
updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
Updates the kaleo definition version in the database or adds it if it does not yet exist.
|
public KaleoDefinitionVersionLocalServiceUtil()
public static KaleoDefinitionVersion addKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
kaleoDefinitionVersion - the kaleo definition versionpublic static 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) throws PortalException
PortalExceptionpublic static KaleoDefinitionVersion createKaleoDefinitionVersion(long kaleoDefinitionVersionId)
kaleoDefinitionVersionId - the primary key for the new kaleo definition versionpublic static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static KaleoDefinitionVersion deleteKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion) throws PortalException
kaleoDefinitionVersion - the kaleo definition versionPortalExceptionpublic static 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 foundpublic static void deleteKaleoDefinitionVersion(long companyId,
java.lang.String name,
java.lang.String version)
throws PortalException
PortalExceptionpublic static void deleteKaleoDefinitionVersions(java.util.List<KaleoDefinitionVersion> kaleoDefinitionVersions) throws PortalException
PortalExceptionpublic static void deleteKaleoDefinitionVersions(long companyId,
java.lang.String name)
throws PortalException
PortalExceptionpublic static PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
PortalExceptionpublic static <T> T dslQuery(DSLQuery dslQuery)
public static DynamicQuery dynamicQuery()
public static <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static <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)public static <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)public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic querypublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic static KaleoDefinitionVersion fetchKaleoDefinitionVersion(long kaleoDefinitionVersionId)
public static KaleoDefinitionVersion fetchKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version)
public static KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, java.lang.String name) throws PortalException
PortalExceptionpublic static KaleoDefinitionVersion fetchLatestKaleoDefinitionVersion(long companyId, java.lang.String name, OrderByComparator<KaleoDefinitionVersion> orderByComparator) throws PortalException
PortalExceptionpublic static ActionableDynamicQuery getActionableDynamicQuery()
public static KaleoDefinitionVersion getFirstKaleoDefinitionVersion(long companyId, java.lang.String name) throws PortalException
PortalExceptionpublic static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static 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 foundpublic static KaleoDefinitionVersion getKaleoDefinitionVersion(long companyId, java.lang.String name, java.lang.String version) throws PortalException
PortalExceptionpublic static 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)public static java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
public static java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name) throws PortalException
PortalExceptionpublic static java.util.List<KaleoDefinitionVersion> getKaleoDefinitionVersions(long companyId, java.lang.String name, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
public static int getKaleoDefinitionVersionsCount()
public static int getKaleoDefinitionVersionsCount(long companyId)
public static int getKaleoDefinitionVersionsCount(long companyId,
java.lang.String name)
public static KaleoDefinitionVersion[] getKaleoDefinitionVersionsPrevAndNext(long companyId, java.lang.String name, java.lang.String version) throws PortalException
PortalExceptionpublic static KaleoDefinitionVersion getLatestKaleoDefinitionVersion(long companyId, java.lang.String name) throws PortalException
PortalExceptionpublic static java.util.List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
public static java.util.List<KaleoDefinitionVersion> getLatestKaleoDefinitionVersions(long companyId, java.lang.String keywords, int status, int start, int end, OrderByComparator<KaleoDefinitionVersion> orderByComparator)
public static int getLatestKaleoDefinitionVersionsCount(long companyId,
java.lang.String keywords,
int status)
public static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static KaleoDefinitionVersion updateKaleoDefinitionVersion(KaleoDefinitionVersion kaleoDefinitionVersion)
kaleoDefinitionVersion - the kaleo definition versionpublic static KaleoDefinitionVersionLocalService getService()