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) void
createCommerceTermEntry
(long commerceTermEntryId) Creates a new commerce term entry with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(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.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
<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.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.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.ActionableDynamicQuery
com.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) int
Returns 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) int
getDeliveryCommerceTermEntriesCount
(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery
getExportActionableDynamicQuery
(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
Returns the OSGi service identifier.getPaymentCommerceTermEntries
(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) int
getPaymentCommerceTermEntriesCount
(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) com.liferay.portal.kernel.search.Hits
search
(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) void
setWrappedService
(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, wait
Methods 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:
addCommerceTermEntry
in 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:
addCommerceTermEntry
in interfaceCommerceTermEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkCommerceTermEntries
public void checkCommerceTermEntries() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
checkCommerceTermEntries
in 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:
createCommerceTermEntry
in 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:
createPersistedModel
in interfaceCommerceTermEntryLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
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:
deleteCommerceTermEntry
in interfaceCommerceTermEntryLocalService
- Parameters:
commerceTermEntry
- the commerce term entry- Returns:
- the commerce term entry that was removed
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
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:
deleteCommerceTermEntry
in interfaceCommerceTermEntryLocalService
- Parameters:
commerceTermEntryId
- the primary key of the commerce term entry- Returns:
- the commerce term entry that was removed
- Throws:
PortalException
- if a commerce term entry with the primary key could not be foundcom.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:
deletePersistedModel
in interfaceCommerceTermEntryLocalService
- Specified by:
deletePersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQuery
in interfaceCommerceTermEntryLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfaceCommerceTermEntryLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceCommerceTermEntryLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.term.model.impl.CommerceTermEntryModelImpl
.- Specified by:
dynamicQuery
in 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.term.model.impl.CommerceTermEntryModelImpl
.- Specified by:
dynamicQuery
in 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:
dynamicQueryCount
in 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:
dynamicQueryCount
in 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:
fetchCommerceTermEntry
in interfaceCommerceTermEntryLocalService
-
fetchCommerceTermEntryByExternalReferenceCode
public CommerceTermEntry fetchCommerceTermEntryByExternalReferenceCode(String externalReferenceCode, long companyId) - Specified by:
fetchCommerceTermEntryByExternalReferenceCode
in interfaceCommerceTermEntryLocalService
-
fetchCommerceTermEntryByUuidAndCompanyId
Returns the commerce term entry with the matching UUID and company.- Specified by:
fetchCommerceTermEntryByUuidAndCompanyId
in interfaceCommerceTermEntryLocalService
- Parameters:
uuid
- the commerce term entry's UUIDcompanyId
- the primary key of the company- Returns:
- the matching commerce term entry, or
null
if a matching commerce term entry could not be found
-
fetchCTermEntryLocalization
public CTermEntryLocalization fetchCTermEntryLocalization(long commerceTermEntryId, String languageId) - Specified by:
fetchCTermEntryLocalization
in interfaceCommerceTermEntryLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in interfaceCommerceTermEntryLocalService
-
getCommerceTermEntries
Returns a range of all the commerce term entries.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.term.model.impl.CommerceTermEntryModelImpl
.- Specified by:
getCommerceTermEntries
in 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:
getCommerceTermEntries
in interfaceCommerceTermEntryLocalService
-
getCommerceTermEntriesCount
public int getCommerceTermEntriesCount()Returns the number of commerce term entries.- Specified by:
getCommerceTermEntriesCount
in 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:
getCommerceTermEntry
in interfaceCommerceTermEntryLocalService
- Parameters:
commerceTermEntryId
- the primary key of the commerce term entry- Returns:
- the commerce term entry
- Throws:
PortalException
- if a commerce term entry with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getCommerceTermEntryByExternalReferenceCode
public CommerceTermEntry getCommerceTermEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceTermEntryByExternalReferenceCode
in 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:
getCommerceTermEntryByUuidAndCompanyId
in interfaceCommerceTermEntryLocalService
- Parameters:
uuid
- the commerce term entry's UUIDcompanyId
- the primary key of the company- Returns:
- the matching commerce term entry
- Throws:
PortalException
- if a matching commerce term entry could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getCTermEntryLocalization
public CTermEntryLocalization getCTermEntryLocalization(long commerceTermEntryId, String languageId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCTermEntryLocalization
in interfaceCommerceTermEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCTermEntryLocalizationLanguageIds
- Specified by:
getCTermEntryLocalizationLanguageIds
in interfaceCommerceTermEntryLocalService
-
getCTermEntryLocalizations
- Specified by:
getCTermEntryLocalizations
in interfaceCommerceTermEntryLocalService
-
getDeliveryCommerceTermEntries
public List<CommerceTermEntry> getDeliveryCommerceTermEntries(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) - Specified by:
getDeliveryCommerceTermEntries
in interfaceCommerceTermEntryLocalService
-
getDeliveryCommerceTermEntriesCount
public int getDeliveryCommerceTermEntriesCount(long companyId, long commerceOrderTypeId, long commerceShippingOptionId) - Specified by:
getDeliveryCommerceTermEntriesCount
in interfaceCommerceTermEntryLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQuery
in interfaceCommerceTermEntryLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceCommerceTermEntryLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceTermEntryLocalService
- Returns:
- the OSGi service identifier
-
getPaymentCommerceTermEntries
public List<CommerceTermEntry> getPaymentCommerceTermEntries(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) - Specified by:
getPaymentCommerceTermEntries
in interfaceCommerceTermEntryLocalService
-
getPaymentCommerceTermEntriesCount
public int getPaymentCommerceTermEntriesCount(long companyId, long commerceOrderTypeId, long commercePaymentMethodGroupRelId) - Specified by:
getPaymentCommerceTermEntriesCount
in interfaceCommerceTermEntryLocalService
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModel
in interfaceCommerceTermEntryLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
search
public com.liferay.portal.kernel.search.Hits search(com.liferay.portal.kernel.search.SearchContext searchContext) - Specified by:
search
in 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:
searchCommerceTermEntries
in 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:
updateCommerceTermEntry
in 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:
updateCommerceTermEntry
in 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:
updateCommerceTermEntryExternalReferenceCode
in 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:
updateCTermEntryLocalization
in 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:
updateCTermEntryLocalizations
in 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:
updateStatus
in interfaceCommerceTermEntryLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistence
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceTermEntryLocalService>
-