Class CommerceTermEntryLocalServiceWrapper
- All Implemented Interfaces:
CommerceTermEntryLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryLocalService>
CommerceTermEntryLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceTermEntryLocalServiceWrapper(CommerceTermEntryLocalService commerceTermEntryLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceTermEntry(CommerceTermEntry commerceTermEntry) Adds the commerce term entry to the database.addCommerceTermEntry(String externalReferenceCode, long userId, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, String> labelMap, String name, double priority, String type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidcreateCommerceTermEntry(long commerceTermEntryId) Creates a new commerce term entry with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteCommerceTermEntry(long commerceTermEntryId) Deletes the commerce term entry with the primary key from the database.deleteCommerceTermEntry(CommerceTermEntry commerceTermEntry) Deletes the commerce term entry from the database.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.fetchCommerceTermEntry(long commerceTermEntryId) fetchCommerceTermEntryByExternalReferenceCode(String externalReferenceCode, long companyId) fetchCommerceTermEntryByUuidAndCompanyId(String uuid, long companyId) Returns the commerce term entry with the matching UUID and company.fetchCTermEntryLocalization(long commerceTermEntryId, String languageId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?> getCommerceTermEntries(int start, int end) Returns a range of all the commerce term entries.getCommerceTermEntries(long companyId, String type) intReturns the number of commerce term entries.getCommerceTermEntry(long commerceTermEntryId) Returns the commerce term entry with the primary key.getCommerceTermEntryByExternalReferenceCode(String externalReferenceCode, long companyId) getCommerceTermEntryByUuidAndCompanyId(String uuid, long companyId) Returns the commerce term entry with the matching UUID and company.getCTermEntryLocalization(long commerceTermEntryId, String languageId) getCTermEntryLocalizationLanguageIds(long commerceTermEntryId) getCTermEntryLocalizations(long commerceTermEntryId) getDeliveryCommerceTermEntries(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) intgetDeliveryCommerceTermEntriesCount(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) 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.getPaymentCommerceTermEntries(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) intgetPaymentCommerceTermEntriesCount(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) com.liferay.portal.kernel.search.Hitssearch(com.liferay.portal.kernel.search.SearchContext searchContext) com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceTermEntry> searchCommerceTermEntries(long companyId, long accountEntryId, String type, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) voidsetWrappedService(CommerceTermEntryLocalService commerceTermEntryLocalService) updateCommerceTermEntry(long userId, long commerceTermEntryId, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, String> labelMap, String name, double priority, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCommerceTermEntry(CommerceTermEntry commerceTermEntry) Updates the commerce term entry in the database or adds it if it does not yet exist.updateCommerceTermEntryExternalReferenceCode(String externalReferenceCode, long commerceTermEntryId) updateCTermEntryLocalization(CommerceTermEntry commerceTermEntry, String languageId, String description, String label) updateCTermEntryLocalizations(CommerceTermEntry commerceTermEntry, Map<String, String> descriptionMap, Map<String, String> labelMap) updateStatus(long userId, long commerceTermEntryId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) 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
-
CommerceTermEntryLocalServiceWrapper
public CommerceTermEntryLocalServiceWrapper() -
CommerceTermEntryLocalServiceWrapper
public CommerceTermEntryLocalServiceWrapper(CommerceTermEntryLocalService commerceTermEntryLocalService)
-
-
Method Details
-
addCommerceTermEntry
Adds the commerce term entry to the database. Also notifies the appropriate model listeners.Important: Inspect CommerceTermEntryLocalServiceImpl 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:
addCommerceTermEntryin interfaceCommerceTermEntryLocalService- Parameters:
commerceTermEntry- the commerce term entry- Returns:
- the commerce term entry that was added
-
addCommerceTermEntry
public CommerceTermEntry addCommerceTermEntry(String externalReferenceCode, long userId, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap, String name, double priority, String type, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
addCommerceTermEntryin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkCommerceTermEntries
public void checkCommerceTermEntries() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
checkCommerceTermEntriesin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createCommerceTermEntry
Creates a new commerce term entry with the primary key. Does not add the commerce term entry to the database.- Specified by:
createCommerceTermEntryin interfaceCommerceTermEntryLocalService- Parameters:
commerceTermEntryId- the primary key for the new commerce term entry- Returns:
- the new commerce term entry
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceCommerceTermEntryLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
deleteCommerceTermEntry
public CommerceTermEntry deleteCommerceTermEntry(CommerceTermEntry commerceTermEntry) throws com.liferay.portal.kernel.exception.PortalException Deletes the commerce term entry from the database. Also notifies the appropriate model listeners.Important: Inspect CommerceTermEntryLocalServiceImpl 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:
deleteCommerceTermEntryin interfaceCommerceTermEntryLocalService- Parameters:
commerceTermEntry- the commerce term entry- Returns:
- the commerce term entry that was removed
-
deleteCommerceTermEntry
public CommerceTermEntry deleteCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException Deletes the commerce term entry with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect CommerceTermEntryLocalServiceImpl 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:
deleteCommerceTermEntryin interfaceCommerceTermEntryLocalService- Parameters:
commerceTermEntryId- the primary key of the commerce term entry- Returns:
- the commerce term entry that was removed
-
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 interfaceCommerceTermEntryLocalService- 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 interfaceCommerceTermEntryLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceCommerceTermEntryLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceCommerceTermEntryLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceCommerceTermEntryLocalService- 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.commerce.term.model.impl.CommerceTermEntryModelImpl.- Specified by:
dynamicQueryin interfaceCommerceTermEntryLocalService- 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.commerce.term.model.impl.CommerceTermEntryModelImpl.- Specified by:
dynamicQueryin interfaceCommerceTermEntryLocalService- 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 interfaceCommerceTermEntryLocalService- 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 interfaceCommerceTermEntryLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchCommerceTermEntry
- Specified by:
fetchCommerceTermEntryin interfaceCommerceTermEntryLocalService
-
fetchCommerceTermEntryByExternalReferenceCode
public CommerceTermEntry fetchCommerceTermEntryByExternalReferenceCode(String externalReferenceCode, long companyId) - Specified by:
fetchCommerceTermEntryByExternalReferenceCodein interfaceCommerceTermEntryLocalService
-
fetchCommerceTermEntryByUuidAndCompanyId
Returns the commerce term entry with the matching UUID and company.- Specified by:
fetchCommerceTermEntryByUuidAndCompanyIdin interfaceCommerceTermEntryLocalService- Parameters:
uuid- the commerce term entry's UUIDcompanyId- the primary key of the company- Returns:
- the matching commerce term entry, or
nullif a matching commerce term entry could not be found
-
fetchCTermEntryLocalization
public CTermEntryLocalization fetchCTermEntryLocalization(long commerceTermEntryId, String languageId) - Specified by:
fetchCTermEntryLocalizationin interfaceCommerceTermEntryLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceCommerceTermEntryLocalService
-
getCommerceTermEntries
Returns a range of all the commerce term 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.commerce.term.model.impl.CommerceTermEntryModelImpl.- Specified by:
getCommerceTermEntriesin interfaceCommerceTermEntryLocalService- Parameters:
start- the lower bound of the range of commerce term entriesend- the upper bound of the range of commerce term entries (not inclusive)- Returns:
- the range of commerce term entries
-
getCommerceTermEntries
- Specified by:
getCommerceTermEntriesin interfaceCommerceTermEntryLocalService
-
getCommerceTermEntriesCount
public int getCommerceTermEntriesCount()Returns the number of commerce term entries.- Specified by:
getCommerceTermEntriesCountin interfaceCommerceTermEntryLocalService- Returns:
- the number of commerce term entries
-
getCommerceTermEntry
public CommerceTermEntry getCommerceTermEntry(long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException Returns the commerce term entry with the primary key.- Specified by:
getCommerceTermEntryin interfaceCommerceTermEntryLocalService- Parameters:
commerceTermEntryId- the primary key of the commerce term entry- Returns:
- the commerce term entry
-
getCommerceTermEntryByExternalReferenceCode
public CommerceTermEntry getCommerceTermEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryByExternalReferenceCodein interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryByUuidAndCompanyId
public CommerceTermEntry getCommerceTermEntryByUuidAndCompanyId(String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException Returns the commerce term entry with the matching UUID and company.- Specified by:
getCommerceTermEntryByUuidAndCompanyIdin interfaceCommerceTermEntryLocalService- Parameters:
uuid- the commerce term entry's UUIDcompanyId- the primary key of the company- Returns:
- the matching commerce term entry
-
getCTermEntryLocalization
public CTermEntryLocalization getCTermEntryLocalization(long commerceTermEntryId, String languageId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCTermEntryLocalizationin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTermEntryLocalizationLanguageIds
- Specified by:
getCTermEntryLocalizationLanguageIdsin interfaceCommerceTermEntryLocalService
-
getCTermEntryLocalizations
- Specified by:
getCTermEntryLocalizationsin interfaceCommerceTermEntryLocalService
-
getDeliveryCommerceTermEntries
public List<CommerceTermEntry> getDeliveryCommerceTermEntries(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) - Specified by:
getDeliveryCommerceTermEntriesin interfaceCommerceTermEntryLocalService
-
getDeliveryCommerceTermEntriesCount
public int getDeliveryCommerceTermEntriesCount(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) - Specified by:
getDeliveryCommerceTermEntriesCountin interfaceCommerceTermEntryLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceCommerceTermEntryLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceCommerceTermEntryLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceTermEntryLocalService- Returns:
- the OSGi service identifier
-
getPaymentCommerceTermEntries
public List<CommerceTermEntry> getPaymentCommerceTermEntries(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) - Specified by:
getPaymentCommerceTermEntriesin interfaceCommerceTermEntryLocalService
-
getPaymentCommerceTermEntriesCount
public int getPaymentCommerceTermEntriesCount(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) - Specified by:
getPaymentCommerceTermEntriesCountin interfaceCommerceTermEntryLocalService
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceCommerceTermEntryLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
search
public com.liferay.portal.kernel.search.Hits search(com.liferay.portal.kernel.search.SearchContext searchContext) - Specified by:
searchin interfaceCommerceTermEntryLocalService
-
searchCommerceTermEntries
public com.liferay.portal.kernel.search.BaseModelSearchResult<CommerceTermEntry> searchCommerceTermEntries(long companyId, long accountEntryId, String type, String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCommerceTermEntriesin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTermEntry
Updates the commerce term entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect CommerceTermEntryLocalServiceImpl 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:
updateCommerceTermEntryin interfaceCommerceTermEntryLocalService- Parameters:
commerceTermEntry- the commerce term entry- Returns:
- the commerce term entry that was updated
-
updateCommerceTermEntry
public CommerceTermEntry updateCommerceTermEntry(long userId, long commerceTermEntryId, boolean active, Map<Locale, String> descriptionMap, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap, String name, double priority, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
updateCommerceTermEntryin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceTermEntryExternalReferenceCode
public CommerceTermEntry updateCommerceTermEntryExternalReferenceCode(String externalReferenceCode, long commerceTermEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceTermEntryExternalReferenceCodein interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCTermEntryLocalization
public CTermEntryLocalization updateCTermEntryLocalization(CommerceTermEntry commerceTermEntry, String languageId, String description, String label) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCTermEntryLocalizationin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCTermEntryLocalizations
public List<CTermEntryLocalization> updateCTermEntryLocalizations(CommerceTermEntry commerceTermEntry, Map<String, String> descriptionMap, Map<String, throws com.liferay.portal.kernel.exception.PortalExceptionString> labelMap) - Specified by:
updateCTermEntryLocalizationsin interfaceCommerceTermEntryLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateStatus
public CommerceTermEntry updateStatus(long userId, long commerceTermEntryId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateStatusin interfaceCommerceTermEntryLocalService- 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
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryLocalService>
-