public class AssetEntryAssetCategoryRelLocalServiceUtil
extends java.lang.Object
com.liferay.asset.entry.rel.service.impl.AssetEntryAssetCategoryRelLocalServiceImpl 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.AssetEntryAssetCategoryRelLocalService| Constructor and Description |
|---|
AssetEntryAssetCategoryRelLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static AssetEntryAssetCategoryRel |
addAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Adds the asset entry asset category rel to the database.
|
static AssetEntryAssetCategoryRel |
addAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId) |
static AssetEntryAssetCategoryRel |
addAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId,
int priority) |
static AssetEntryAssetCategoryRel |
createAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
Creates a new asset entry asset category rel with the primary key.
|
static PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
static AssetEntryAssetCategoryRel |
deleteAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Deletes the asset entry asset category rel from the database.
|
static AssetEntryAssetCategoryRel |
deleteAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
Deletes the asset entry asset category rel with the primary key from the database.
|
static void |
deleteAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId) |
static void |
deleteAssetEntryAssetCategoryRelByAssetCategoryId(long assetCategoryId) |
static void |
deleteAssetEntryAssetCategoryRelByAssetEntryId(long assetEntryId) |
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 AssetEntryAssetCategoryRel |
fetchAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId) |
static AssetEntryAssetCategoryRel |
fetchAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId) |
static ActionableDynamicQuery |
getActionableDynamicQuery() |
static long[] |
getAssetCategoryPrimaryKeys(long assetEntryId) |
static AssetEntryAssetCategoryRel |
getAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
Returns the asset entry asset category rel with the primary key.
|
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRels(int start,
int end)
Returns a range of all the asset entry asset category rels.
|
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId) |
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId,
int start,
int end) |
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId,
int start,
int end,
OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator) |
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId) |
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId,
int start,
int end) |
static java.util.List<AssetEntryAssetCategoryRel> |
getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId,
int start,
int end,
OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator) |
static int |
getAssetEntryAssetCategoryRelsCount()
Returns the number of asset entry asset category rels.
|
static int |
getAssetEntryAssetCategoryRelsCount(long assetEntryId) |
static long[] |
getAssetEntryPrimaryKeys(long assetCategoryId) |
static IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static AssetEntryAssetCategoryRelLocalService |
getService() |
static AssetEntryAssetCategoryRel |
updateAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
Updates the asset entry asset category rel in the database or adds it if it does not yet exist.
|
public AssetEntryAssetCategoryRelLocalServiceUtil()
public static AssetEntryAssetCategoryRel addAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
assetEntryAssetCategoryRel - the asset entry asset category relpublic static AssetEntryAssetCategoryRel addAssetEntryAssetCategoryRel(long assetEntryId, long assetCategoryId)
public static AssetEntryAssetCategoryRel addAssetEntryAssetCategoryRel(long assetEntryId, long assetCategoryId, int priority)
public static AssetEntryAssetCategoryRel createAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
assetEntryAssetCategoryRelId - the primary key for the new asset entry asset category relpublic static PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static AssetEntryAssetCategoryRel deleteAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
assetEntryAssetCategoryRel - the asset entry asset category relpublic static AssetEntryAssetCategoryRel deleteAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId) throws PortalException
assetEntryAssetCategoryRelId - the primary key of the asset entry asset category relPortalException - if a asset entry asset category rel with the primary key could not be foundpublic static void deleteAssetEntryAssetCategoryRel(long assetEntryId,
long assetCategoryId)
public static void deleteAssetEntryAssetCategoryRelByAssetCategoryId(long assetCategoryId)
public static void deleteAssetEntryAssetCategoryRelByAssetEntryId(long assetEntryId)
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.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl.
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.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl.
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 AssetEntryAssetCategoryRel fetchAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId)
public static AssetEntryAssetCategoryRel fetchAssetEntryAssetCategoryRel(long assetEntryId, long assetCategoryId)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static long[] getAssetCategoryPrimaryKeys(long assetEntryId)
public static AssetEntryAssetCategoryRel getAssetEntryAssetCategoryRel(long assetEntryAssetCategoryRelId) throws PortalException
assetEntryAssetCategoryRelId - the primary key of the asset entry asset category relPortalException - if a asset entry asset category rel with the primary key could not be foundpublic static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRels(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.entry.rel.model.impl.AssetEntryAssetCategoryRelModelImpl.
start - the lower bound of the range of asset entry asset category relsend - the upper bound of the range of asset entry asset category rels (not inclusive)public static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId)
public static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId, int start, int end)
public static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetCategoryId(long assetCategoryId, int start, int end, OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator)
public static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId)
public static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId, int start, int end)
public static java.util.List<AssetEntryAssetCategoryRel> getAssetEntryAssetCategoryRelsByAssetEntryId(long assetEntryId, int start, int end, OrderByComparator<AssetEntryAssetCategoryRel> orderByComparator)
public static int getAssetEntryAssetCategoryRelsCount()
public static int getAssetEntryAssetCategoryRelsCount(long assetEntryId)
public static long[] getAssetEntryPrimaryKeys(long assetCategoryId)
public static IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
public static java.lang.String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
PortalExceptionpublic static AssetEntryAssetCategoryRel updateAssetEntryAssetCategoryRel(AssetEntryAssetCategoryRel assetEntryAssetCategoryRel)
assetEntryAssetCategoryRel - the asset entry asset category relpublic static AssetEntryAssetCategoryRelLocalService getService()