public class AssetListEntryAssetEntryRelLocalServiceWrapper extends java.lang.Object implements AssetListEntryAssetEntryRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>
AssetListEntryAssetEntryRelLocalService.AssetListEntryAssetEntryRelLocalService| Constructor and Description |
|---|
AssetListEntryAssetEntryRelLocalServiceWrapper() |
AssetListEntryAssetEntryRelLocalServiceWrapper(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AssetListEntryAssetEntryRel |
addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Adds the asset list entry asset entry rel to the database.
|
AssetListEntryAssetEntryRel |
addAssetListEntryAssetEntryRel(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
int position,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetListEntryAssetEntryRel |
addAssetListEntryAssetEntryRel(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetListEntryAssetEntryRel |
createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
Creates a new asset list entry asset entry rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
AssetListEntryAssetEntryRel |
deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Deletes the asset list entry asset entry rel from the database.
|
AssetListEntryAssetEntryRel |
deleteAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
Deletes the asset list entry asset entry rel with the primary key from the database.
|
AssetListEntryAssetEntryRel |
deleteAssetListEntryAssetEntryRel(long assetListEntryId,
long segmentsEntryId,
int position) |
void |
deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
AssetListEntryAssetEntryRel |
fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) |
AssetListEntryAssetEntryRel |
fetchAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset list entry asset entry rel matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
AssetListEntryAssetEntryRel |
getAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
Returns the asset list entry asset entry rel with the primary key.
|
AssetListEntryAssetEntryRel |
getAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset list entry asset entry rel matching the UUID and group.
|
java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(int start,
int end)
Returns a range of all the asset list entry asset entry rels.
|
java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(long assetListEntryId,
int start,
int end) |
java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(long assetListEntryId,
long[] segmentsEntryIds,
int start,
int end) |
java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRels(long assetListEntryId,
long segmentsEntryId,
int start,
int end) |
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.
|
java.util.List<AssetListEntryAssetEntryRel> |
getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
Returns a range of asset list entry asset entry rels matching the UUID and company.
|
int |
getAssetListEntryAssetEntryRelsCount()
Returns the number of asset list entry asset entry rels.
|
int |
getAssetListEntryAssetEntryRelsCount(long assetListEntryId) |
int |
getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long segmentsEntryId) |
int |
getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long[] segmentsEntryIds) |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<AssetListEntryAssetEntryRel> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AssetListEntryAssetEntryRelLocalService |
getWrappedService() |
AssetListEntryAssetEntryRel |
moveAssetListEntryAssetEntryRel(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition) |
void |
setWrappedService(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService) |
AssetListEntryAssetEntryRel |
updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Updates the asset list entry asset entry rel in the database or adds it if it does not yet exist.
|
AssetListEntryAssetEntryRel |
updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId,
long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
int position) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel>,R,E> updateUnsafeFunction) |
public AssetListEntryAssetEntryRelLocalServiceWrapper()
public AssetListEntryAssetEntryRelLocalServiceWrapper(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService)
public AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServiceassetListEntryAssetEntryRel - the asset list entry asset entry relpublic AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, int position, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetListEntryAssetEntryRel addAssetListEntryAssetEntryRel(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetListEntryAssetEntryRel createAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
createAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServiceassetListEntryAssetEntryRelId - the primary key for the new asset list entry asset entry relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface AssetListEntryAssetEntryRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServiceassetListEntryAssetEntryRel - the asset list entry asset entry relpublic AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServiceassetListEntryAssetEntryRelId - 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 AssetListEntryAssetEntryRel deleteAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException
deleteAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteAssetListEntryAssetEntryRelByAssetListEntryId(long assetListEntryId)
deleteAssetListEntryAssetEntryRelByAssetListEntryId in interface AssetListEntryAssetEntryRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface AssetListEntryAssetEntryRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface AssetListEntryAssetEntryRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface AssetListEntryAssetEntryRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface AssetListEntryAssetEntryRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface AssetListEntryAssetEntryRelLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.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 in interface AssetListEntryAssetEntryRelLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.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 in interface AssetListEntryAssetEntryRelLocalServicedynamicQuery - 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 long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetListEntryAssetEntryRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface AssetListEntryAssetEntryRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId)
fetchAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServicepublic AssetListEntryAssetEntryRel fetchAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchAssetListEntryAssetEntryRelByUuidAndGroupId in interface AssetListEntryAssetEntryRelLocalServiceuuid - 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 com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetListEntryAssetEntryRelLocalServicepublic AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId) throws com.liferay.portal.kernel.exception.PortalException
getAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServiceassetListEntryAssetEntryRelId - 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 AssetListEntryAssetEntryRel getAssetListEntryAssetEntryRelByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getAssetListEntryAssetEntryRelByUuidAndGroupId in interface AssetListEntryAssetEntryRelLocalServiceuuid - 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 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.
getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalServicestart - 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 java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, int start, int end)
getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalServicepublic java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long segmentsEntryId, int start, int end)
getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalServicepublic java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRels(long assetListEntryId, long[] segmentsEntryIds, int start, int end)
getAssetListEntryAssetEntryRels in interface AssetListEntryAssetEntryRelLocalServicepublic java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getAssetListEntryAssetEntryRelsByUuidAndCompanyId in interface AssetListEntryAssetEntryRelLocalServiceuuid - the UUID of the asset list entry asset entry relscompanyId - the primary key of the companypublic java.util.List<AssetListEntryAssetEntryRel> getAssetListEntryAssetEntryRelsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntryAssetEntryRel> orderByComparator)
getAssetListEntryAssetEntryRelsByUuidAndCompanyId in interface AssetListEntryAssetEntryRelLocalServiceuuid - 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 int getAssetListEntryAssetEntryRelsCount()
getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalServicepublic int getAssetListEntryAssetEntryRelsCount(long assetListEntryId)
getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalServicepublic int getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long segmentsEntryId)
getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalServicepublic int getAssetListEntryAssetEntryRelsCount(long assetListEntryId,
long[] segmentsEntryIds)
getAssetListEntryAssetEntryRelsCount in interface AssetListEntryAssetEntryRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetListEntryAssetEntryRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetListEntryAssetEntryRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetListEntryAssetEntryRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface AssetListEntryAssetEntryRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetListEntryAssetEntryRel moveAssetListEntryAssetEntryRel(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException
moveAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(AssetListEntryAssetEntryRel assetListEntryAssetEntryRel)
Important: Inspect AssetListEntryAssetEntryRelLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServiceassetListEntryAssetEntryRel - the asset list entry asset entry relpublic AssetListEntryAssetEntryRel updateAssetListEntryAssetEntryRel(long assetListEntryAssetEntryRelId, long assetListEntryId, long assetEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException
updateAssetListEntryAssetEntryRel in interface AssetListEntryAssetEntryRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel> getCTPersistence()
getCTPersistence in interface AssetListEntryAssetEntryRelLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>public java.lang.Class<AssetListEntryAssetEntryRel> getModelClass()
getModelClass in interface AssetListEntryAssetEntryRelLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntryAssetEntryRel>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface AssetListEntryAssetEntryRelLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntryAssetEntryRel>E extends java.lang.Throwablepublic AssetListEntryAssetEntryRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>public void setWrappedService(AssetListEntryAssetEntryRelLocalService assetListEntryAssetEntryRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryAssetEntryRelLocalService>