Class AssetListEntryLocalServiceWrapper
- All Implemented Interfaces:
AssetListEntryLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntry>,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryLocalService>
AssetListEntryLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAssetListEntryLocalServiceWrapper(AssetListEntryLocalService assetListEntryLocalService) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidaddAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntry(AssetListEntry assetListEntry) Adds the asset list entry to the database.addAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, int type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) addDynamicAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) addManualAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) createAssetListEntry(long assetListEntryId) Creates a new asset list entry with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) voiddeleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) deleteAssetListEntry(long assetListEntryId) Deletes the asset list entry with the primary key from the database.deleteAssetListEntry(long assetListEntryId, long segmentsEntryId) deleteAssetListEntry(AssetListEntry assetListEntry) Deletes the asset list entry from the database.deleteAssetListEntry(String externalReferenceCode, long groupId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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.fetchAssetListEntry(long assetListEntryId) fetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) fetchAssetListEntryByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerygetAssetListEntries(int start, int end) Returns a range of all the asset list entries.getAssetListEntries(long groupId) getAssetListEntriesByUuidAndCompanyId(String uuid, long companyId) Returns all the asset list entries matching the UUID and company.getAssetListEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns a range of asset list entries matching the UUID and company.intReturns the number of asset list entries.getAssetListEntry(long assetListEntryId) Returns the asset list entry with the primary key.getAssetListEntry(long groupId, String assetListEntryKey) getAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) getAssetListEntryByUuidAndGroupId(String uuid, long groupId) Returns the asset list entry matching the UUID and group.com.liferay.portal.kernel.service.persistence.BasePersistence<?> com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry> com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidmoveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) voidsetWrappedService(AssetListEntryLocalService assetListEntryLocalService) updateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateAssetListEntry(long assetListEntryId, String title) updateAssetListEntry(AssetListEntry assetListEntry) Updates the asset list entry in the database or adds it if it does not yet exist.voidupdateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) <R,E extends Throwable>
RupdateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry>, R, E> updateUnsafeFunction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
AssetListEntryLocalServiceWrapper
public AssetListEntryLocalServiceWrapper() -
AssetListEntryLocalServiceWrapper
-
-
Method Details
-
addAssetEntrySelection
public void addAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetEntrySelectionin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetEntrySelections
public void addAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetEntrySelectionsin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntry
Adds the asset list entry to the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryLocalServiceImpl 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.
- Specified by:
addAssetListEntryin interfaceAssetListEntryLocalService- Parameters:
assetListEntry- the asset list entry- Returns:
- the asset list entry that was added
-
addAssetListEntry
public AssetListEntry addAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntry
public AssetListEntry addAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, int type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDynamicAssetListEntry
public AssetListEntry addDynamicAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDynamicAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addManualAssetListEntry
public AssetListEntry addManualAssetListEntry(String externalReferenceCode, long userId, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addManualAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createAssetListEntry
Creates a new asset list entry with the primary key. Does not add the asset list entry to the database.- Specified by:
createAssetListEntryin interfaceAssetListEntryLocalService- Parameters:
assetListEntryId- the primary key for the new asset list entry- Returns:
- the new asset list entry
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceAssetListEntryLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
deleteAssetEntrySelection
public void deleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetEntrySelectionin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public AssetListEntry deleteAssetListEntry(AssetListEntry assetListEntry) throws com.liferay.portal.kernel.exception.PortalException Deletes the asset list entry from the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryLocalServiceImpl 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.
- Specified by:
deleteAssetListEntryin interfaceAssetListEntryLocalService- Parameters:
assetListEntry- the asset list entry- Returns:
- the asset list entry that was removed
-
deleteAssetListEntry
public AssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException Deletes the asset list entry with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryLocalServiceImpl 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.
- Specified by:
deleteAssetListEntryin interfaceAssetListEntryLocalService- Parameters:
assetListEntryId- the primary key of the asset list entry- Returns:
- the asset list entry that was removed
-
deleteAssetListEntry
public AssetListEntry deleteAssetListEntry(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public AssetListEntry deleteAssetListEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceAssetListEntryLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceAssetListEntryLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceAssetListEntryLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceAssetListEntryLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceAssetListEntryLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntryModelImpl.- Specified by:
dynamicQueryin interfaceAssetListEntryLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntryModelImpl.- Specified by:
dynamicQueryin interfaceAssetListEntryLocalService- Parameters:
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 (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceAssetListEntryLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCountin interfaceAssetListEntryLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchAssetListEntry
- Specified by:
fetchAssetListEntryin interfaceAssetListEntryLocalService
-
fetchAssetListEntryByExternalReferenceCode
public AssetListEntry fetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) - Specified by:
fetchAssetListEntryByExternalReferenceCodein interfaceAssetListEntryLocalService
-
fetchAssetListEntryByUuidAndGroupId
Returns the asset list entry matching the UUID and group.- Specified by:
fetchAssetListEntryByUuidAndGroupIdin interfaceAssetListEntryLocalService- Parameters:
uuid- the asset list entry's UUIDgroupId- the primary key of the group- Returns:
- the matching asset list entry, or
nullif a matching asset list entry could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceAssetListEntryLocalService
-
getAssetListEntries
Returns a range of all the asset list entries.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.asset.list.model.impl.AssetListEntryModelImpl.- Specified by:
getAssetListEntriesin interfaceAssetListEntryLocalService- Parameters:
start- the lower bound of the range of asset list entriesend- the upper bound of the range of asset list entries (not inclusive)- Returns:
- the range of asset list entries
-
getAssetListEntries
- Specified by:
getAssetListEntriesin interfaceAssetListEntryLocalService
-
getAssetListEntriesByUuidAndCompanyId
Returns all the asset list entries matching the UUID and company.- Specified by:
getAssetListEntriesByUuidAndCompanyIdin interfaceAssetListEntryLocalService- Parameters:
uuid- the UUID of the asset list entriescompanyId- the primary key of the company- Returns:
- the matching asset list entries, or an empty list if no matches were found
-
getAssetListEntriesByUuidAndCompanyId
public List<AssetListEntry> getAssetListEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) Returns a range of asset list entries matching the UUID and company.- Specified by:
getAssetListEntriesByUuidAndCompanyIdin interfaceAssetListEntryLocalService- Parameters:
uuid- the UUID of the asset list entriescompanyId- the primary key of the companystart- the lower bound of the range of asset list entriesend- the upper bound of the range of asset list entries (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching asset list entries, or an empty list if no matches were found
-
getAssetListEntriesCount
public int getAssetListEntriesCount()Returns the number of asset list entries.- Specified by:
getAssetListEntriesCountin interfaceAssetListEntryLocalService- Returns:
- the number of asset list entries
-
getAssetListEntry
public AssetListEntry getAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException Returns the asset list entry with the primary key.- Specified by:
getAssetListEntryin interfaceAssetListEntryLocalService- Parameters:
assetListEntryId- the primary key of the asset list entry- Returns:
- the asset list entry
-
getAssetListEntry
public AssetListEntry getAssetListEntry(long groupId, String assetListEntryKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByExternalReferenceCode
public AssetListEntry getAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntryByExternalReferenceCodein interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByUuidAndGroupId
public AssetListEntry getAssetListEntryByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the asset list entry matching the UUID and group.- Specified by:
getAssetListEntryByUuidAndGroupIdin interfaceAssetListEntryLocalService- Parameters:
uuid- the asset list entry's UUIDgroupId- the primary key of the group- Returns:
- the matching asset list entry
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceAssetListEntryLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceAssetListEntryLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetListEntryLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceAssetListEntryLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
moveAssetEntrySelection
public void moveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveAssetEntrySelectionin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
Updates the asset list entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect AssetListEntryLocalServiceImpl 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.
- Specified by:
updateAssetListEntryin interfaceAssetListEntryLocalService- Parameters:
assetListEntry- the asset list entry- Returns:
- the asset list entry that was updated
-
updateAssetListEntry
public AssetListEntry updateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
public AssetListEntry updateAssetListEntry(long assetListEntryId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntryTypeSettings
public void updateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryTypeSettingsin interfaceAssetListEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getCTPersistence
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry> getCTPersistence()- Specified by:
getCTPersistencein interfaceAssetListEntryLocalService- Specified by:
getCTPersistencein interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntry>
-
getModelClass
- Specified by:
getModelClassin interfaceAssetListEntryLocalService- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntry>
-
updateWithUnsafeFunction
public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetListEntry>, R, throws EE> updateUnsafeFunction) - Specified by:
updateWithUnsafeFunctionin interfaceAssetListEntryLocalService- Specified by:
updateWithUnsafeFunctionin interfacecom.liferay.portal.kernel.service.change.tracking.CTService<AssetListEntry>- Throws:
E
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryLocalService>
-