public class AssetListEntryAssetEntryRelLocalServiceUtil
extends java.lang.Object
com.liferay.asset.list.service.impl.AssetListEntryAssetEntryRelLocalServiceImpl 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.AssetListEntryAssetEntryRelLocalService| Constructor and Description |
|---|
AssetListEntryAssetEntryRelLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AssetListEntryAssetEntryRel |
addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Adds the asset list entry asset entry rel to the database.
|
static AssetListEntryAssetEntryRel |
addAssetListEntryAssetEntryRel(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
int position,
ServiceContext serviceContext) |
static AssetListEntryAssetEntryRel |
addAssetListEntryAssetEntryRel(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
ServiceContext serviceContext) |
static AssetListEntryAssetEntryRel |
createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
Creates a new asset list entry asset entry rel with the primary key.
|
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static AssetListEntryAssetEntryRel |
deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Deletes the asset list entry asset entry rel from the database.
|
static AssetListEntryAssetEntryRel |
deleteAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
Deletes the asset list entry asset entry rel with the primary key from the database.
|
static AssetListEntryAssetEntryRel |
deleteAssetListEntryAssetEntryRel(long assetListEntryId,
long segmentsEntryId,
int position) |
static void |
deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId) |
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 AssetListEntryAssetEntryRel |
fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) |
static AssetListEntryAssetEntryRel |
fetchAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset list entry asset entry rel matching the UUID and group.
|
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static AssetListEntryAssetEntryRel |
getAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
Returns the asset list entry asset entry rel with the primary key.
|
static AssetListEntryAssetEntryRel |
getAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset list entry asset entry rel matching the UUID and group.
|
static java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(int start,
int end)
Returns a range of all the asset list entry asset entry rels.
|
static java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(long assetListEntryId,
int start,
int end) |
static java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(long assetListEntryId,
long[] segmentsEntryIds,
int start,
int end) |
static java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(long assetListEntryId,
long segmentsEntryId,
int start,
int end) |
static java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the asset list entry asset entry rels matching the UUID and company.
|
static java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
Returns a range of asset list entry asset entry rels matching the UUID and company.
|
static int |
getAssetListEntryAssetEntryRelsCount()
Returns the number of asset list entry asset entry rels.
|
static int |
getAssetListEntryAssetEntryRelsCount(long assetListEntryId) |
static int |
getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long segmentsEntryId) |
static int |
getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long[] segmentsEntryIds) |
static int |
getAssetListEntryAssetEntryRelsCount(long assetLIstEntryId,
long segmentsEntryId,
boolean visible) |
static ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static AssetListEntryAssetEntryRelLocalService |
getService() |
static AssetListEntryAssetEntryRel |
moveAssetListEntryAssetEntryRel(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition) |
static AssetListEntryAssetEntryRel |
updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Updates the asset list entry asset entry rel in the database or adds it if it does not yet exist.
|
static AssetListEntryAssetEntryRel |
updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId,
long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
int position) |
public AssetListEntryAssetEntryRelLocalServiceUtil()
public static AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
assetListEntryAssetEntryRel - the asset list entry asset entry relpublic static AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, int position, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static AssetListEntryAssetEntryRel createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
assetListEntryAssetEntryRelId - the primary key for the new asset list entry asset entry relpublic static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
assetListEntryAssetEntryRel - the asset list entry asset entry relpublic static AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws PortalException
assetListEntryAssetEntryRelId - the primary key of the asset list entry asset entry relPortalException - if a asset list entry asset entry rel with the primary key could not be foundpublic static AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position) throws PortalException
PortalExceptionpublic static void deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId)
public 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.asset.list.model.impl.AssetListEntryAssetEntryRelModelImpl.
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.asset.list.model.impl.AssetListEntryAssetEntryRelModelImpl.
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 AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
public static AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid, long groupId)
uuid - the asset list entry asset entry rel's UUIDgroupId - the primary key of the groupnull if a matching asset list entry asset entry rel could not be foundpublic static ActionableDynamicQuery getActionableDynamicQuery()
public static AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws PortalException
assetListEntryAssetEntryRelId - the primary key of the asset list entry asset entry relPortalException - if a asset list entry asset entry rel with the primary key could not be foundpublic static AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
uuid - the asset list entry asset entry rel's UUIDgroupId - the primary key of the groupPortalException - if a matching asset list entry asset entry rel could not be foundpublic static java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(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.asset.list.model.impl.AssetListEntryAssetEntryRelModelImpl.
start - the lower bound of the range of asset list entry asset entry relsend - the upper bound of the range of asset list entry asset entry rels (not inclusive)public static java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, int start, int end)
public static java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long segmentsEntryId, int start, int end)
public static java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end)
public static java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid, long companyId)
uuid - the UUID of the asset list entry asset entry relscompanyId - the primary key of the companypublic static java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
uuid - the UUID of the asset list entry asset entry relscompanyId - the primary key of the companystart - the lower bound of the range of asset list entry asset entry relsend - the upper bound of the range of asset list entry asset entry rels (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public static int getAssetListEntryAssetEntryRelsCount()
public static int getAssetListEntryAssetEntryRelsCount(long assetListEntryId)
public static int getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long segmentsEntryId)
public static int getAssetListEntryAssetEntryRelsCount(long assetLIstEntryId,
long segmentsEntryId,
boolean visible)
public static int getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long[] segmentsEntryIds)
public static ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static AssetListEntryAssetEntryRel moveAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws PortalException
PortalExceptionpublic static AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
assetListEntryAssetEntryRel - the asset list entry asset entry relpublic static AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId, long assetListEntryId, long assetEntryId, long segmentsEntryId, int position) throws PortalException
PortalExceptionpublic static AssetListEntryAssetEntryRelLocalService getService()