@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetListEntrySegmentsEntryRelLocalService extends BaseLocalService, CTService<AssetListEntrySegmentsEntryRel>, PersistedModelLocalService
| Modifier and Type | Method and Description |
|---|---|
AssetListEntrySegmentsEntryRel |
addAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
Adds the asset list entry segments entry rel to the database.
|
AssetListEntrySegmentsEntryRel |
addAssetListEntrySegmentsEntryRel(long userId,
long groupId,
long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
ServiceContext serviceContext) |
AssetListEntrySegmentsEntryRel |
createAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
Creates a new asset list entry segments entry rel with the primary key.
|
PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
AssetListEntrySegmentsEntryRel |
deleteAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
Deletes the asset list entry segments entry rel from the database.
|
AssetListEntrySegmentsEntryRel |
deleteAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
Deletes the asset list entry segments entry rel with the primary key from the database.
|
void |
deleteAssetListEntrySegmentsEntryRel(long assetListEntryId,
long segmentsEntryId) |
void |
deleteAssetListEntrySegmentsEntryRelByAssetListEntryId(long assetListEntryId) |
void |
deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId(long segmentsEntryId) |
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.
|
AssetListEntrySegmentsEntryRel |
fetchAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) |
AssetListEntrySegmentsEntryRel |
fetchAssetListEntrySegmentsEntryRel(long assetListEntryId,
long segmentsEntryId) |
AssetListEntrySegmentsEntryRel |
fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset list entry segments entry rel matching the UUID and group.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
AssetListEntrySegmentsEntryRel |
getAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
Returns the asset list entry segments entry rel with the primary key.
|
AssetListEntrySegmentsEntryRel |
getAssetListEntrySegmentsEntryRel(long assetListEntryId,
long segmentsEntryId) |
AssetListEntrySegmentsEntryRel |
getAssetListEntrySegmentsEntryRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset list entry segments entry rel matching the UUID and group.
|
java.util.List<AssetListEntrySegmentsEntryRel> |
getAssetListEntrySegmentsEntryRels(int start,
int end)
Returns a range of all the asset list entry segments entry rels.
|
java.util.List<AssetListEntrySegmentsEntryRel> |
getAssetListEntrySegmentsEntryRels(long assetListEntryId,
int start,
int end) |
java.util.List<AssetListEntrySegmentsEntryRel> |
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the asset list entry segments entry rels matching the UUID and company.
|
java.util.List<AssetListEntrySegmentsEntryRel> |
getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator)
Returns a range of asset list entry segments entry rels matching the UUID and company.
|
int |
getAssetListEntrySegmentsEntryRelsCount()
Returns the number of asset list entry segments entry rels.
|
int |
getAssetListEntrySegmentsEntryRelsCount(long assetListEntryId) |
CTPersistence<AssetListEntrySegmentsEntryRel> |
getCTPersistence() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<AssetListEntrySegmentsEntryRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AssetListEntrySegmentsEntryRel |
updateAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
Updates the asset list entry segments entry rel in the database or adds it if it does not yet exist.
|
AssetListEntrySegmentsEntryRel |
updateAssetListEntrySegmentsEntryRelTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(UnsafeFunction<CTPersistence<AssetListEntrySegmentsEntryRel>,R,E> updateUnsafeFunction) |
getBasePersistence@Indexable(type=REINDEX) AssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
assetListEntrySegmentsEntryRel - the asset list entry segments entry relAssetListEntrySegmentsEntryRel addAssetListEntrySegmentsEntryRel(long userId, long groupId, long assetListEntryId, long segmentsEntryId, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
PortalException@Transactional(enabled=false) AssetListEntrySegmentsEntryRel createAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
assetListEntrySegmentsEntryRelId - the primary key for the new asset list entry segments entry relPersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicePortalException@Indexable(type=DELETE) @SystemEvent(type=1) AssetListEntrySegmentsEntryRel deleteAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
assetListEntrySegmentsEntryRel - the asset list entry segments entry rel@Indexable(type=DELETE) AssetListEntrySegmentsEntryRel deleteAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) throws PortalException
assetListEntrySegmentsEntryRelId - the primary key of the asset list entry segments entry relPortalException - if a asset list entry segments entry rel with the primary key could not be foundvoid deleteAssetListEntrySegmentsEntryRel(long assetListEntryId,
long segmentsEntryId)
throws PortalException
PortalExceptionvoid deleteAssetListEntrySegmentsEntryRelByAssetListEntryId(long assetListEntryId)
void deleteAssetListEntrySegmentsEntryRelBySegmentsEntryId(long segmentsEntryId)
PersistedModel 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.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.
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.asset.list.model.impl.AssetListEntrySegmentsEntryRelModelImpl.
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) AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId)
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntrySegmentsEntryRel fetchAssetListEntrySegmentsEntryRelByUuidAndGroupId(java.lang.String uuid, long groupId)
uuid - the asset list entry segments entry rel's UUIDgroupId - the primary key of the groupnull if a matching asset list entry segments entry rel could not be found@Transactional(propagation=SUPPORTS, readOnly=true) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRel(long assetListEntrySegmentsEntryRelId) throws PortalException
assetListEntrySegmentsEntryRelId - the primary key of the asset list entry segments entry relPortalException - if a asset list entry segments entry rel with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRel(long assetListEntryId, long segmentsEntryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntrySegmentsEntryRel getAssetListEntrySegmentsEntryRelByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
uuid - the asset list entry segments entry rel's UUIDgroupId - the primary key of the groupPortalException - if a matching asset list entry segments entry rel could not be found@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(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.AssetListEntrySegmentsEntryRelModelImpl.
start - the lower bound of the range of asset list entry segments entry relsend - the upper bound of the range of asset list entry segments entry rels (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRels(long assetListEntryId, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(java.lang.String uuid, long companyId)
uuid - the UUID of the asset list entry segments entry relscompanyId - the primary key of the company@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntrySegmentsEntryRel> getAssetListEntrySegmentsEntryRelsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator)
uuid - the UUID of the asset list entry segments entry relscompanyId - the primary key of the companystart - the lower bound of the range of asset list entry segments entry relsend - the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator - the comparator to order the results by (optionally null)@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntrySegmentsEntryRelsCount()
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntrySegmentsEntryRelsCount(long assetListEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicePortalException@Indexable(type=REINDEX) AssetListEntrySegmentsEntryRel updateAssetListEntrySegmentsEntryRel(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
assetListEntrySegmentsEntryRel - the asset list entry segments entry relAssetListEntrySegmentsEntryRel updateAssetListEntrySegmentsEntryRelTypeSettings(long assetListEntryId, long segmentsEntryId, java.lang.String typeSettings)
@Transactional(enabled=false) CTPersistence<AssetListEntrySegmentsEntryRel> getCTPersistence()
getCTPersistence in interface CTService<AssetListEntrySegmentsEntryRel>@Transactional(enabled=false) java.lang.Class<AssetListEntrySegmentsEntryRel> getModelClass()
getModelClass in interface CTService<AssetListEntrySegmentsEntryRel>@Transactional(rollbackFor=java.lang.Throwable.class) <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(UnsafeFunction<CTPersistence<AssetListEntrySegmentsEntryRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CTService<AssetListEntrySegmentsEntryRel>E extends java.lang.Throwable