id
int32
0
165k
repo
stringlengths
7
58
path
stringlengths
12
218
func_name
stringlengths
3
140
original_string
stringlengths
73
34.1k
language
stringclasses
1 value
code
stringlengths
73
34.1k
code_tokens
list
docstring
stringlengths
3
16k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
105
339
54,300
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceEntryServiceBaseImpl.java
CommercePriceEntryServiceBaseImpl.setCommercePriceListAccountRelService
public void setCommercePriceListAccountRelService( com.liferay.commerce.price.list.service.CommercePriceListAccountRelService commercePriceListAccountRelService) { this.commercePriceListAccountRelService = commercePriceListAccountRelService; }
java
public void setCommercePriceListAccountRelService( com.liferay.commerce.price.list.service.CommercePriceListAccountRelService commercePriceListAccountRelService) { this.commercePriceListAccountRelService = commercePriceListAccountRelService; }
[ "public", "void", "setCommercePriceListAccountRelService", "(", "com", ".", "liferay", ".", "commerce", ".", "price", ".", "list", ".", "service", ".", "CommercePriceListAccountRelService", "commercePriceListAccountRelService", ")", "{", "this", ".", "commercePriceListAcc...
Sets the commerce price list account rel remote service. @param commercePriceListAccountRelService the commerce price list account rel remote service
[ "Sets", "the", "commerce", "price", "list", "account", "rel", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceEntryServiceBaseImpl.java#L229-L232
54,301
liferay/com-liferay-commerce
commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/base/CommerceUserSegmentEntryLocalServiceBaseImpl.java
CommerceUserSegmentEntryLocalServiceBaseImpl.deleteCommerceUserSegmentEntry
@Indexable(type = IndexableType.DELETE) @Override public CommerceUserSegmentEntry deleteCommerceUserSegmentEntry( long commerceUserSegmentEntryId) throws PortalException { return commerceUserSegmentEntryPersistence.remove(commerceUserSegmentEntryId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceUserSegmentEntry deleteCommerceUserSegmentEntry( long commerceUserSegmentEntryId) throws PortalException { return commerceUserSegmentEntryPersistence.remove(commerceUserSegmentEntryId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceUserSegmentEntry", "deleteCommerceUserSegmentEntry", "(", "long", "commerceUserSegmentEntryId", ")", "throws", "PortalException", "{", "return", "commerceUserSegme...
Deletes the commerce user segment entry with the primary key from the database. Also notifies the appropriate model listeners. @param commerceUserSegmentEntryId the primary key of the commerce user segment entry @return the commerce user segment entry that was removed @throws PortalException if a commerce user segment...
[ "Deletes", "the", "commerce", "user", "segment", "entry", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/base/CommerceUserSegmentEntryLocalServiceBaseImpl.java#L117-L122
54,302
liferay/com-liferay-commerce
commerce-wish-list-service/src/main/java/com/liferay/commerce/wish/list/service/base/CommerceWishListItemServiceBaseImpl.java
CommerceWishListItemServiceBaseImpl.setCommerceWishListLocalService
public void setCommerceWishListLocalService( com.liferay.commerce.wish.list.service.CommerceWishListLocalService commerceWishListLocalService) { this.commerceWishListLocalService = commerceWishListLocalService; }
java
public void setCommerceWishListLocalService( com.liferay.commerce.wish.list.service.CommerceWishListLocalService commerceWishListLocalService) { this.commerceWishListLocalService = commerceWishListLocalService; }
[ "public", "void", "setCommerceWishListLocalService", "(", "com", ".", "liferay", ".", "commerce", ".", "wish", ".", "list", ".", "service", ".", "CommerceWishListLocalService", "commerceWishListLocalService", ")", "{", "this", ".", "commerceWishListLocalService", "=", ...
Sets the commerce wish list local service. @param commerceWishListLocalService the commerce wish list local service
[ "Sets", "the", "commerce", "wish", "list", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-wish-list-service/src/main/java/com/liferay/commerce/wish/list/service/base/CommerceWishListItemServiceBaseImpl.java#L72-L75
54,303
liferay/com-liferay-commerce
commerce-wish-list-service/src/main/java/com/liferay/commerce/wish/list/service/base/CommerceWishListItemServiceBaseImpl.java
CommerceWishListItemServiceBaseImpl.setCommerceWishListService
public void setCommerceWishListService( com.liferay.commerce.wish.list.service.CommerceWishListService commerceWishListService) { this.commerceWishListService = commerceWishListService; }
java
public void setCommerceWishListService( com.liferay.commerce.wish.list.service.CommerceWishListService commerceWishListService) { this.commerceWishListService = commerceWishListService; }
[ "public", "void", "setCommerceWishListService", "(", "com", ".", "liferay", ".", "commerce", ".", "wish", ".", "list", ".", "service", ".", "CommerceWishListService", "commerceWishListService", ")", "{", "this", ".", "commerceWishListService", "=", "commerceWishListSe...
Sets the commerce wish list remote service. @param commerceWishListService the commerce wish list remote service
[ "Sets", "the", "commerce", "wish", "list", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-wish-list-service/src/main/java/com/liferay/commerce/wish/list/service/base/CommerceWishListItemServiceBaseImpl.java#L91-L94
54,304
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.getBody
@Override public String getBody(String languageId, boolean useDefault) { return _commerceNotificationTemplate.getBody(languageId, useDefault); }
java
@Override public String getBody(String languageId, boolean useDefault) { return _commerceNotificationTemplate.getBody(languageId, useDefault); }
[ "@", "Override", "public", "String", "getBody", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_commerceNotificationTemplate", ".", "getBody", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized body of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language. @param languageId the ID of the language @param useDefault whether to use the default language if no localization exists for the requested langu...
[ "Returns", "the", "localized", "body", "of", "this", "commerce", "notification", "template", "in", "the", "language", "optionally", "using", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L277-L280
54,305
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.getFromName
@Override public String getFromName(String languageId, boolean useDefault) { return _commerceNotificationTemplate.getFromName(languageId, useDefault); }
java
@Override public String getFromName(String languageId, boolean useDefault) { return _commerceNotificationTemplate.getFromName(languageId, useDefault); }
[ "@", "Override", "public", "String", "getFromName", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_commerceNotificationTemplate", ".", "getFromName", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized from name of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language. @param languageId the ID of the language @param useDefault whether to use the default language if no localization exists for the requested ...
[ "Returns", "the", "localized", "from", "name", "of", "this", "commerce", "notification", "template", "in", "the", "language", "optionally", "using", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L433-L436
54,306
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.getSubject
@Override public String getSubject(java.util.Locale locale) { return _commerceNotificationTemplate.getSubject(locale); }
java
@Override public String getSubject(java.util.Locale locale) { return _commerceNotificationTemplate.getSubject(locale); }
[ "@", "Override", "public", "String", "getSubject", "(", "java", ".", "util", ".", "Locale", "locale", ")", "{", "return", "_commerceNotificationTemplate", ".", "getSubject", "(", "locale", ")", ";", "}" ]
Returns the localized subject of this commerce notification template in the language. Uses the default language if no localization exists for the requested language. @param locale the locale of the language @return the localized subject of this commerce notification template
[ "Returns", "the", "localized", "subject", "of", "this", "commerce", "notification", "template", "in", "the", "language", ".", "Uses", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L519-L522
54,307
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.getSubject
@Override public String getSubject(String languageId, boolean useDefault) { return _commerceNotificationTemplate.getSubject(languageId, useDefault); }
java
@Override public String getSubject(String languageId, boolean useDefault) { return _commerceNotificationTemplate.getSubject(languageId, useDefault); }
[ "@", "Override", "public", "String", "getSubject", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_commerceNotificationTemplate", ".", "getSubject", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized subject of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language. @param languageId the ID of the language @param useDefault whether to use the default language if no localization exists for the requested la...
[ "Returns", "the", "localized", "subject", "of", "this", "commerce", "notification", "template", "in", "the", "language", "optionally", "using", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L554-L557
54,308
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setBody
@Override public void setBody(String body, java.util.Locale locale, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setBody(body, locale, defaultLocale); }
java
@Override public void setBody(String body, java.util.Locale locale, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setBody(body, locale, defaultLocale); }
[ "@", "Override", "public", "void", "setBody", "(", "String", "body", ",", "java", ".", "util", ".", "Locale", "locale", ",", "java", ".", "util", ".", "Locale", "defaultLocale", ")", "{", "_commerceNotificationTemplate", ".", "setBody", "(", "body", ",", "...
Sets the localized body of this commerce notification template in the language, and sets the default locale. @param body the localized body of this commerce notification template @param locale the locale of the language @param defaultLocale the default locale
[ "Sets", "the", "localized", "body", "of", "this", "commerce", "notification", "template", "in", "the", "language", "and", "sets", "the", "default", "locale", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L715-L719
54,309
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setBodyMap
@Override public void setBodyMap(Map<java.util.Locale, String> bodyMap) { _commerceNotificationTemplate.setBodyMap(bodyMap); }
java
@Override public void setBodyMap(Map<java.util.Locale, String> bodyMap) { _commerceNotificationTemplate.setBodyMap(bodyMap); }
[ "@", "Override", "public", "void", "setBodyMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "bodyMap", ")", "{", "_commerceNotificationTemplate", ".", "setBodyMap", "(", "bodyMap", ")", ";", "}" ]
Sets the localized bodies of this commerce notification template from the map of locales and localized bodies. @param bodyMap the locales and localized bodies of this commerce notification template
[ "Sets", "the", "localized", "bodies", "of", "this", "commerce", "notification", "template", "from", "the", "map", "of", "locales", "and", "localized", "bodies", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L731-L734
54,310
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setBodyMap
@Override public void setBodyMap(Map<java.util.Locale, String> bodyMap, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setBodyMap(bodyMap, defaultLocale); }
java
@Override public void setBodyMap(Map<java.util.Locale, String> bodyMap, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setBodyMap(bodyMap, defaultLocale); }
[ "@", "Override", "public", "void", "setBodyMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "bodyMap", ",", "java", ".", "util", ".", "Locale", "defaultLocale", ")", "{", "_commerceNotificationTemplate", ".", "setBodyMap", "(", ...
Sets the localized bodies of this commerce notification template from the map of locales and localized bodies, and sets the default locale. @param bodyMap the locales and localized bodies of this commerce notification template @param defaultLocale the default locale
[ "Sets", "the", "localized", "bodies", "of", "this", "commerce", "notification", "template", "from", "the", "map", "of", "locales", "and", "localized", "bodies", "and", "sets", "the", "default", "locale", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L742-L746
54,311
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setFromName
@Override public void setFromName(String fromName, java.util.Locale locale) { _commerceNotificationTemplate.setFromName(fromName, locale); }
java
@Override public void setFromName(String fromName, java.util.Locale locale) { _commerceNotificationTemplate.setFromName(fromName, locale); }
[ "@", "Override", "public", "void", "setFromName", "(", "String", "fromName", ",", "java", ".", "util", ".", "Locale", "locale", ")", "{", "_commerceNotificationTemplate", ".", "setFromName", "(", "fromName", ",", "locale", ")", ";", "}" ]
Sets the localized from name of this commerce notification template in the language. @param fromName the localized from name of this commerce notification template @param locale the locale of the language
[ "Sets", "the", "localized", "from", "name", "of", "this", "commerce", "notification", "template", "in", "the", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L856-L859
54,312
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setFromNameMap
@Override public void setFromNameMap(Map<java.util.Locale, String> fromNameMap) { _commerceNotificationTemplate.setFromNameMap(fromNameMap); }
java
@Override public void setFromNameMap(Map<java.util.Locale, String> fromNameMap) { _commerceNotificationTemplate.setFromNameMap(fromNameMap); }
[ "@", "Override", "public", "void", "setFromNameMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "fromNameMap", ")", "{", "_commerceNotificationTemplate", ".", "setFromNameMap", "(", "fromNameMap", ")", ";", "}" ]
Sets the localized from names of this commerce notification template from the map of locales and localized from names. @param fromNameMap the locales and localized from names of this commerce notification template
[ "Sets", "the", "localized", "from", "names", "of", "this", "commerce", "notification", "template", "from", "the", "map", "of", "locales", "and", "localized", "from", "names", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L885-L888
54,313
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setFromNameMap
@Override public void setFromNameMap(Map<java.util.Locale, String> fromNameMap, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setFromNameMap(fromNameMap, defaultLocale); }
java
@Override public void setFromNameMap(Map<java.util.Locale, String> fromNameMap, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setFromNameMap(fromNameMap, defaultLocale); }
[ "@", "Override", "public", "void", "setFromNameMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "fromNameMap", ",", "java", ".", "util", ".", "Locale", "defaultLocale", ")", "{", "_commerceNotificationTemplate", ".", "setFromNameM...
Sets the localized from names of this commerce notification template from the map of locales and localized from names, and sets the default locale. @param fromNameMap the locales and localized from names of this commerce notification template @param defaultLocale the default locale
[ "Sets", "the", "localized", "from", "names", "of", "this", "commerce", "notification", "template", "from", "the", "map", "of", "locales", "and", "localized", "from", "names", "and", "sets", "the", "default", "locale", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L896-L900
54,314
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setSubject
@Override public void setSubject(String subject, java.util.Locale locale) { _commerceNotificationTemplate.setSubject(subject, locale); }
java
@Override public void setSubject(String subject, java.util.Locale locale) { _commerceNotificationTemplate.setSubject(subject, locale); }
[ "@", "Override", "public", "void", "setSubject", "(", "String", "subject", ",", "java", ".", "util", ".", "Locale", "locale", ")", "{", "_commerceNotificationTemplate", ".", "setSubject", "(", "subject", ",", "locale", ")", ";", "}" ]
Sets the localized subject of this commerce notification template in the language. @param subject the localized subject of this commerce notification template @param locale the locale of the language
[ "Sets", "the", "localized", "subject", "of", "this", "commerce", "notification", "template", "in", "the", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L968-L971
54,315
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setSubjectMap
@Override public void setSubjectMap(Map<java.util.Locale, String> subjectMap) { _commerceNotificationTemplate.setSubjectMap(subjectMap); }
java
@Override public void setSubjectMap(Map<java.util.Locale, String> subjectMap) { _commerceNotificationTemplate.setSubjectMap(subjectMap); }
[ "@", "Override", "public", "void", "setSubjectMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "subjectMap", ")", "{", "_commerceNotificationTemplate", ".", "setSubjectMap", "(", "subjectMap", ")", ";", "}" ]
Sets the localized subjects of this commerce notification template from the map of locales and localized subjects. @param subjectMap the locales and localized subjects of this commerce notification template
[ "Sets", "the", "localized", "subjects", "of", "this", "commerce", "notification", "template", "from", "the", "map", "of", "locales", "and", "localized", "subjects", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L996-L999
54,316
liferay/com-liferay-commerce
commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java
CommerceNotificationTemplateWrapper.setSubjectMap
@Override public void setSubjectMap(Map<java.util.Locale, String> subjectMap, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setSubjectMap(subjectMap, defaultLocale); }
java
@Override public void setSubjectMap(Map<java.util.Locale, String> subjectMap, java.util.Locale defaultLocale) { _commerceNotificationTemplate.setSubjectMap(subjectMap, defaultLocale); }
[ "@", "Override", "public", "void", "setSubjectMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "subjectMap", ",", "java", ".", "util", ".", "Locale", "defaultLocale", ")", "{", "_commerceNotificationTemplate", ".", "setSubjectMap"...
Sets the localized subjects of this commerce notification template from the map of locales and localized subjects, and sets the default locale. @param subjectMap the locales and localized subjects of this commerce notification template @param defaultLocale the default locale
[ "Sets", "the", "localized", "subjects", "of", "this", "commerce", "notification", "template", "from", "the", "map", "of", "locales", "and", "localized", "subjects", "and", "sets", "the", "default", "locale", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-api/src/main/java/com/liferay/commerce/notification/model/CommerceNotificationTemplateWrapper.java#L1007-L1011
54,317
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/impl/CommercePriceListLocalServiceImpl.java
CommercePriceListLocalServiceImpl.upsertCommercePriceList
@Indexable(type = IndexableType.REINDEX) @Override public CommercePriceList upsertCommercePriceList( long commercePriceListId, long commerceCurrencyId, long parentCommercePriceListId, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int disp...
java
@Indexable(type = IndexableType.REINDEX) @Override public CommercePriceList upsertCommercePriceList( long commercePriceListId, long commerceCurrencyId, long parentCommercePriceListId, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int disp...
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommercePriceList", "upsertCommercePriceList", "(", "long", "commercePriceListId", ",", "long", "commerceCurrencyId", ",", "long", "parentCommercePriceListId", ",", "...
This method is used to insert a new CommercePriceList or update an existing one @param commercePriceListId - <b>Only</b> used when updating an entity; the matching one will be updated @param commerceCurrencyId @param parentCommercePriceListId @param name @param priority @param displayDateMonth @param displayDat...
[ "This", "method", "is", "used", "to", "insert", "a", "new", "CommercePriceList", "or", "update", "an", "existing", "one" ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/impl/CommercePriceListLocalServiceImpl.java#L612-L670
54,318
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPRuleLocalServiceBaseImpl.java
CPRuleLocalServiceBaseImpl.updateCPRule
@Indexable(type = IndexableType.REINDEX) @Override public CPRule updateCPRule(CPRule cpRule) { return cpRulePersistence.update(cpRule); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CPRule updateCPRule(CPRule cpRule) { return cpRulePersistence.update(cpRule); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CPRule", "updateCPRule", "(", "CPRule", "cpRule", ")", "{", "return", "cpRulePersistence", ".", "update", "(", "cpRule", ")", ";", "}" ]
Updates the cp rule in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. @param cpRule the cp rule @return the cp rule that was updated
[ "Updates", "the", "cp", "rule", "in", "the", "database", "or", "adds", "it", "if", "it", "does", "not", "yet", "exist", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPRuleLocalServiceBaseImpl.java#L333-L337
54,319
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java
CommerceTaxFixedRateLocalServiceBaseImpl.deleteCommerceTaxFixedRate
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxFixedRate deleteCommerceTaxFixedRate( long commerceTaxFixedRateId) throws PortalException { return commerceTaxFixedRatePersistence.remove(commerceTaxFixedRateId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxFixedRate deleteCommerceTaxFixedRate( long commerceTaxFixedRateId) throws PortalException { return commerceTaxFixedRatePersistence.remove(commerceTaxFixedRateId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceTaxFixedRate", "deleteCommerceTaxFixedRate", "(", "long", "commerceTaxFixedRateId", ")", "throws", "PortalException", "{", "return", "commerceTaxFixedRatePersisten...
Deletes the commerce tax fixed rate with the primary key from the database. Also notifies the appropriate model listeners. @param commerceTaxFixedRateId the primary key of the commerce tax fixed rate @return the commerce tax fixed rate that was removed @throws PortalException if a commerce tax fixed rate with the prim...
[ "Deletes", "the", "commerce", "tax", "fixed", "rate", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java#L114-L119
54,320
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java
CommerceTaxFixedRateLocalServiceBaseImpl.deleteCommerceTaxFixedRate
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxFixedRate deleteCommerceTaxFixedRate( CommerceTaxFixedRate commerceTaxFixedRate) { return commerceTaxFixedRatePersistence.remove(commerceTaxFixedRate); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxFixedRate deleteCommerceTaxFixedRate( CommerceTaxFixedRate commerceTaxFixedRate) { return commerceTaxFixedRatePersistence.remove(commerceTaxFixedRate); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceTaxFixedRate", "deleteCommerceTaxFixedRate", "(", "CommerceTaxFixedRate", "commerceTaxFixedRate", ")", "{", "return", "commerceTaxFixedRatePersistence", ".", "remo...
Deletes the commerce tax fixed rate from the database. Also notifies the appropriate model listeners. @param commerceTaxFixedRate the commerce tax fixed rate @return the commerce tax fixed rate that was removed
[ "Deletes", "the", "commerce", "tax", "fixed", "rate", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java#L127-L132
54,321
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java
CommerceTaxFixedRateLocalServiceBaseImpl.getCommerceTaxFixedRateAddressRelLocalService
public com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelLocalService getCommerceTaxFixedRateAddressRelLocalService() { return commerceTaxFixedRateAddressRelLocalService; }
java
public com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelLocalService getCommerceTaxFixedRateAddressRelLocalService() { return commerceTaxFixedRateAddressRelLocalService; }
[ "public", "com", ".", "liferay", ".", "commerce", ".", "tax", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceTaxFixedRateAddressRelLocalService", "getCommerceTaxFixedRateAddressRelLocalService", "(", ")", "{", "return", "commerceTaxFixedRateAddressRelLocalServic...
Returns the commerce tax fixed rate address rel local service. @return the commerce tax fixed rate address rel local service
[ "Returns", "the", "commerce", "tax", "fixed", "rate", "address", "rel", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java#L372-L374
54,322
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java
CommerceTaxFixedRateLocalServiceBaseImpl.setCommerceTaxFixedRateAddressRelLocalService
public void setCommerceTaxFixedRateAddressRelLocalService( com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelLocalService commerceTaxFixedRateAddressRelLocalService) { this.commerceTaxFixedRateAddressRelLocalService = commerceTaxFixedRateAddressRelLocalService; }
java
public void setCommerceTaxFixedRateAddressRelLocalService( com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelLocalService commerceTaxFixedRateAddressRelLocalService) { this.commerceTaxFixedRateAddressRelLocalService = commerceTaxFixedRateAddressRelLocalService; }
[ "public", "void", "setCommerceTaxFixedRateAddressRelLocalService", "(", "com", ".", "liferay", ".", "commerce", ".", "tax", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceTaxFixedRateAddressRelLocalService", "commerceTaxFixedRateAddressRelLocalService", ")", "{"...
Sets the commerce tax fixed rate address rel local service. @param commerceTaxFixedRateAddressRelLocalService the commerce tax fixed rate address rel local service
[ "Sets", "the", "commerce", "tax", "fixed", "rate", "address", "rel", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateLocalServiceBaseImpl.java#L381-L384
54,323
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPDisplayLayoutLocalServiceWrapper.java
CPDisplayLayoutLocalServiceWrapper.getCPDisplayLayout
@Override public com.liferay.commerce.product.model.CPDisplayLayout getCPDisplayLayout( long CPDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException { return _cpDisplayLayoutLocalService.getCPDisplayLayout(CPDisplayLayoutId); }
java
@Override public com.liferay.commerce.product.model.CPDisplayLayout getCPDisplayLayout( long CPDisplayLayoutId) throws com.liferay.portal.kernel.exception.PortalException { return _cpDisplayLayoutLocalService.getCPDisplayLayout(CPDisplayLayoutId); }
[ "@", "Override", "public", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "model", ".", "CPDisplayLayout", "getCPDisplayLayout", "(", "long", "CPDisplayLayoutId", ")", "throws", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "exception...
Returns the cp display layout with the primary key. @param CPDisplayLayoutId the primary key of the cp display layout @return the cp display layout @throws PortalException if a cp display layout with the primary key could not be found
[ "Returns", "the", "cp", "display", "layout", "with", "the", "primary", "key", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPDisplayLayoutLocalServiceWrapper.java#L234-L239
54,324
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java
CommerceTaxMethodPersistenceImpl.cacheResult
@Override public void cacheResult(CommerceTaxMethod commerceTaxMethod) { entityCache.putResult(CommerceTaxMethodModelImpl.ENTITY_CACHE_ENABLED, CommerceTaxMethodImpl.class, commerceTaxMethod.getPrimaryKey(), commerceTaxMethod); finderCache.putResult(FINDER_PATH_FETCH_BY_G_E, new Object[] { commerceTa...
java
@Override public void cacheResult(CommerceTaxMethod commerceTaxMethod) { entityCache.putResult(CommerceTaxMethodModelImpl.ENTITY_CACHE_ENABLED, CommerceTaxMethodImpl.class, commerceTaxMethod.getPrimaryKey(), commerceTaxMethod); finderCache.putResult(FINDER_PATH_FETCH_BY_G_E, new Object[] { commerceTa...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceTaxMethod", "commerceTaxMethod", ")", "{", "entityCache", ".", "putResult", "(", "CommerceTaxMethodModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceTaxMethodImpl", ".", "class", ",", "commerceTaxMethod"...
Caches the commerce tax method in the entity cache if it is enabled. @param commerceTaxMethod the commerce tax method
[ "Caches", "the", "commerce", "tax", "method", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java#L1426-L1438
54,325
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java
CommerceTaxMethodPersistenceImpl.cacheResult
@Override public void cacheResult(List<CommerceTaxMethod> commerceTaxMethods) { for (CommerceTaxMethod commerceTaxMethod : commerceTaxMethods) { if (entityCache.getResult( CommerceTaxMethodModelImpl.ENTITY_CACHE_ENABLED, CommerceTaxMethodImpl.class, commerceTaxMethod.getPrimaryKey()) == null) { ...
java
@Override public void cacheResult(List<CommerceTaxMethod> commerceTaxMethods) { for (CommerceTaxMethod commerceTaxMethod : commerceTaxMethods) { if (entityCache.getResult( CommerceTaxMethodModelImpl.ENTITY_CACHE_ENABLED, CommerceTaxMethodImpl.class, commerceTaxMethod.getPrimaryKey()) == null) { ...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceTaxMethod", ">", "commerceTaxMethods", ")", "{", "for", "(", "CommerceTaxMethod", "commerceTaxMethod", ":", "commerceTaxMethods", ")", "{", "if", "(", "entityCache", ".", "getResult", "("...
Caches the commerce tax methods in the entity cache if it is enabled. @param commerceTaxMethods the commerce tax methods
[ "Caches", "the", "commerce", "tax", "methods", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java#L1445-L1458
54,326
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java
CommerceTaxMethodPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceTaxMethodImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommerceTaxMethodImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommerceTaxMethodImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", ...
Clears the cache for all commerce tax methods. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "tax", "methods", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java#L1467-L1474
54,327
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java
CommerceTaxMethodPersistenceImpl.clearCache
@Override public void clearCache(CommerceTaxMethod commerceTaxMethod) { entityCache.removeResult(CommerceTaxMethodModelImpl.ENTITY_CACHE_ENABLED, CommerceTaxMethodImpl.class, commerceTaxMethod.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLAS...
java
@Override public void clearCache(CommerceTaxMethod commerceTaxMethod) { entityCache.removeResult(CommerceTaxMethodModelImpl.ENTITY_CACHE_ENABLED, CommerceTaxMethodImpl.class, commerceTaxMethod.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLAS...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceTaxMethod", "commerceTaxMethod", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceTaxMethodModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceTaxMethodImpl", ".", "class", ",", "commerceTaxMetho...
Clears the cache for the commerce tax method. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "tax", "method", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java#L1483-L1493
54,328
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java
CommerceTaxMethodPersistenceImpl.findAll
@Override public List<CommerceTaxMethod> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceTaxMethod> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceTaxMethod", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce tax methods. @return the commerce tax methods
[ "Returns", "all", "the", "commerce", "tax", "methods", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/persistence/impl/CommerceTaxMethodPersistenceImpl.java#L1989-L1992
54,329
liferay/com-liferay-commerce
commerce-account-api/src/main/java/com/liferay/commerce/account/model/CommerceAccountOrganizationRelWrapper.java
CommerceAccountOrganizationRelWrapper.getPrimaryKey
@Override public com.liferay.commerce.account.service.persistence.CommerceAccountOrganizationRelPK getPrimaryKey() { return _commerceAccountOrganizationRel.getPrimaryKey(); }
java
@Override public com.liferay.commerce.account.service.persistence.CommerceAccountOrganizationRelPK getPrimaryKey() { return _commerceAccountOrganizationRel.getPrimaryKey(); }
[ "@", "Override", "public", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "service", ".", "persistence", ".", "CommerceAccountOrganizationRelPK", "getPrimaryKey", "(", ")", "{", "return", "_commerceAccountOrganizationRel", ".", "getPrimaryKey", "(", ")...
Returns the primary key of this commerce account organization rel. @return the primary key of this commerce account organization rel
[ "Returns", "the", "primary", "key", "of", "this", "commerce", "account", "organization", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-api/src/main/java/com/liferay/commerce/account/model/CommerceAccountOrganizationRelWrapper.java#L196-L199
54,330
liferay/com-liferay-commerce
commerce-account-api/src/main/java/com/liferay/commerce/account/model/CommerceAccountOrganizationRelWrapper.java
CommerceAccountOrganizationRelWrapper.setPrimaryKey
@Override public void setPrimaryKey( com.liferay.commerce.account.service.persistence.CommerceAccountOrganizationRelPK primaryKey) { _commerceAccountOrganizationRel.setPrimaryKey(primaryKey); }
java
@Override public void setPrimaryKey( com.liferay.commerce.account.service.persistence.CommerceAccountOrganizationRelPK primaryKey) { _commerceAccountOrganizationRel.setPrimaryKey(primaryKey); }
[ "@", "Override", "public", "void", "setPrimaryKey", "(", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "service", ".", "persistence", ".", "CommerceAccountOrganizationRelPK", "primaryKey", ")", "{", "_commerceAccountOrganizationRel", ".", "setPrimaryKey...
Sets the primary key of this commerce account organization rel. @param primaryKey the primary key of this commerce account organization rel
[ "Sets", "the", "primary", "key", "of", "this", "commerce", "account", "organization", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-api/src/main/java/com/liferay/commerce/account/model/CommerceAccountOrganizationRelWrapper.java#L342-L346
54,331
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java
CPFriendlyURLEntryPersistenceImpl.cacheResult
@Override public void cacheResult(CPFriendlyURLEntry cpFriendlyURLEntry) { entityCache.putResult(CPFriendlyURLEntryModelImpl.ENTITY_CACHE_ENABLED, CPFriendlyURLEntryImpl.class, cpFriendlyURLEntry.getPrimaryKey(), cpFriendlyURLEntry); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G, new Object[] { c...
java
@Override public void cacheResult(CPFriendlyURLEntry cpFriendlyURLEntry) { entityCache.putResult(CPFriendlyURLEntryModelImpl.ENTITY_CACHE_ENABLED, CPFriendlyURLEntryImpl.class, cpFriendlyURLEntry.getPrimaryKey(), cpFriendlyURLEntry); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G, new Object[] { c...
[ "@", "Override", "public", "void", "cacheResult", "(", "CPFriendlyURLEntry", "cpFriendlyURLEntry", ")", "{", "entityCache", ".", "putResult", "(", "CPFriendlyURLEntryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPFriendlyURLEntryImpl", ".", "class", ",", "cpFriendlyURLE...
Caches the cp friendly url entry in the entity cache if it is enabled. @param cpFriendlyURLEntry the cp friendly url entry
[ "Caches", "the", "cp", "friendly", "url", "entry", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java#L4969-L5006
54,332
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java
CPFriendlyURLEntryPersistenceImpl.cacheResult
@Override public void cacheResult(List<CPFriendlyURLEntry> cpFriendlyURLEntries) { for (CPFriendlyURLEntry cpFriendlyURLEntry : cpFriendlyURLEntries) { if (entityCache.getResult( CPFriendlyURLEntryModelImpl.ENTITY_CACHE_ENABLED, CPFriendlyURLEntryImpl.class, cpFriendlyURLEntry.getPrimaryKey()) =...
java
@Override public void cacheResult(List<CPFriendlyURLEntry> cpFriendlyURLEntries) { for (CPFriendlyURLEntry cpFriendlyURLEntry : cpFriendlyURLEntries) { if (entityCache.getResult( CPFriendlyURLEntryModelImpl.ENTITY_CACHE_ENABLED, CPFriendlyURLEntryImpl.class, cpFriendlyURLEntry.getPrimaryKey()) =...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CPFriendlyURLEntry", ">", "cpFriendlyURLEntries", ")", "{", "for", "(", "CPFriendlyURLEntry", "cpFriendlyURLEntry", ":", "cpFriendlyURLEntries", ")", "{", "if", "(", "entityCache", ".", "getResult"...
Caches the cp friendly url entries in the entity cache if it is enabled. @param cpFriendlyURLEntries the cp friendly url entries
[ "Caches", "the", "cp", "friendly", "url", "entries", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java#L5013-L5026
54,333
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java
CPFriendlyURLEntryPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CPFriendlyURLEntryImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CPFriendlyURLEntryImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CPFriendlyURLEntryImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", ...
Clears the cache for all cp friendly url entries. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "cp", "friendly", "url", "entries", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java#L5035-L5042
54,334
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java
CPFriendlyURLEntryPersistenceImpl.clearCache
@Override public void clearCache(CPFriendlyURLEntry cpFriendlyURLEntry) { entityCache.removeResult(CPFriendlyURLEntryModelImpl.ENTITY_CACHE_ENABLED, CPFriendlyURLEntryImpl.class, cpFriendlyURLEntry.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER...
java
@Override public void clearCache(CPFriendlyURLEntry cpFriendlyURLEntry) { entityCache.removeResult(CPFriendlyURLEntryModelImpl.ENTITY_CACHE_ENABLED, CPFriendlyURLEntryImpl.class, cpFriendlyURLEntry.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER...
[ "@", "Override", "public", "void", "clearCache", "(", "CPFriendlyURLEntry", "cpFriendlyURLEntry", ")", "{", "entityCache", ".", "removeResult", "(", "CPFriendlyURLEntryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPFriendlyURLEntryImpl", ".", "class", ",", "cpFriendlyUR...
Clears the cache for the cp friendly url entry. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "cp", "friendly", "url", "entry", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java#L5051-L5061
54,335
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java
CPFriendlyURLEntryPersistenceImpl.findAll
@Override public List<CPFriendlyURLEntry> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CPFriendlyURLEntry> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CPFriendlyURLEntry", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the cp friendly url entries. @return the cp friendly url entries
[ "Returns", "all", "the", "cp", "friendly", "url", "entries", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPFriendlyURLEntryPersistenceImpl.java#L5818-L5821
54,336
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java
CommerceAvailabilityEstimatePersistenceImpl.cacheResult
@Override public void cacheResult( CommerceAvailabilityEstimate commerceAvailabilityEstimate) { entityCache.putResult(CommerceAvailabilityEstimateModelImpl.ENTITY_CACHE_ENABLED, CommerceAvailabilityEstimateImpl.class, commerceAvailabilityEstimate.getPrimaryKey(), commerceAvailabilityEstimate); finderCa...
java
@Override public void cacheResult( CommerceAvailabilityEstimate commerceAvailabilityEstimate) { entityCache.putResult(CommerceAvailabilityEstimateModelImpl.ENTITY_CACHE_ENABLED, CommerceAvailabilityEstimateImpl.class, commerceAvailabilityEstimate.getPrimaryKey(), commerceAvailabilityEstimate); finderCa...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceAvailabilityEstimate", "commerceAvailabilityEstimate", ")", "{", "entityCache", ".", "putResult", "(", "CommerceAvailabilityEstimateModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceAvailabilityEstimateImpl", ...
Caches the commerce availability estimate in the entity cache if it is enabled. @param commerceAvailabilityEstimate the commerce availability estimate
[ "Caches", "the", "commerce", "availability", "estimate", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java#L2053-L2068
54,337
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java
CommerceAvailabilityEstimatePersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceAvailabilityEstimate> commerceAvailabilityEstimates) { for (CommerceAvailabilityEstimate commerceAvailabilityEstimate : commerceAvailabilityEstimates) { if (entityCache.getResult( CommerceAvailabilityEstimateModelImpl.ENTITY_CACHE_ENABLED, CommerceAvai...
java
@Override public void cacheResult( List<CommerceAvailabilityEstimate> commerceAvailabilityEstimates) { for (CommerceAvailabilityEstimate commerceAvailabilityEstimate : commerceAvailabilityEstimates) { if (entityCache.getResult( CommerceAvailabilityEstimateModelImpl.ENTITY_CACHE_ENABLED, CommerceAvai...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceAvailabilityEstimate", ">", "commerceAvailabilityEstimates", ")", "{", "for", "(", "CommerceAvailabilityEstimate", "commerceAvailabilityEstimate", ":", "commerceAvailabilityEstimates", ")", "{", "i...
Caches the commerce availability estimates in the entity cache if it is enabled. @param commerceAvailabilityEstimates the commerce availability estimates
[ "Caches", "the", "commerce", "availability", "estimates", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java#L2075-L2089
54,338
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java
CommerceAvailabilityEstimatePersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceAvailabilityEstimateImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommerceAvailabilityEstimateImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommerceAvailabilityEstimateImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "cle...
Clears the cache for all commerce availability estimates. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "availability", "estimates", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java#L2098-L2105
54,339
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java
CommerceAvailabilityEstimatePersistenceImpl.findAll
@Override public List<CommerceAvailabilityEstimate> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceAvailabilityEstimate> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceAvailabilityEstimate", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce availability estimates. @return the commerce availability estimates
[ "Returns", "all", "the", "commerce", "availability", "estimates", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAvailabilityEstimatePersistenceImpl.java#L2678-L2681
54,340
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelServiceBaseImpl.java
CommercePaymentMethodGroupRelServiceBaseImpl.setCommercePaymentMethodGroupRelLocalService
public void setCommercePaymentMethodGroupRelLocalService( com.liferay.commerce.payment.service.CommercePaymentMethodGroupRelLocalService commercePaymentMethodGroupRelLocalService) { this.commercePaymentMethodGroupRelLocalService = commercePaymentMethodGroupRelLocalService; }
java
public void setCommercePaymentMethodGroupRelLocalService( com.liferay.commerce.payment.service.CommercePaymentMethodGroupRelLocalService commercePaymentMethodGroupRelLocalService) { this.commercePaymentMethodGroupRelLocalService = commercePaymentMethodGroupRelLocalService; }
[ "public", "void", "setCommercePaymentMethodGroupRelLocalService", "(", "com", ".", "liferay", ".", "commerce", ".", "payment", ".", "service", ".", "CommercePaymentMethodGroupRelLocalService", "commercePaymentMethodGroupRelLocalService", ")", "{", "this", ".", "commercePaymen...
Sets the commerce payment method group rel local service. @param commercePaymentMethodGroupRelLocalService the commerce payment method group rel local service
[ "Sets", "the", "commerce", "payment", "method", "group", "rel", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelServiceBaseImpl.java#L72-L75
54,341
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelServiceBaseImpl.java
CommercePaymentMethodGroupRelServiceBaseImpl.setImageLocalService
public void setImageLocalService( com.liferay.portal.kernel.service.ImageLocalService imageLocalService) { this.imageLocalService = imageLocalService; }
java
public void setImageLocalService( com.liferay.portal.kernel.service.ImageLocalService imageLocalService) { this.imageLocalService = imageLocalService; }
[ "public", "void", "setImageLocalService", "(", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "service", ".", "ImageLocalService", "imageLocalService", ")", "{", "this", ".", "imageLocalService", "=", "imageLocalService", ";", "}" ]
Sets the image local service. @param imageLocalService the image local service
[ "Sets", "the", "image", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelServiceBaseImpl.java#L205-L208
54,342
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelServiceBaseImpl.java
CommercePaymentMethodGroupRelServiceBaseImpl.setImageService
public void setImageService( com.liferay.portal.kernel.service.ImageService imageService) { this.imageService = imageService; }
java
public void setImageService( com.liferay.portal.kernel.service.ImageService imageService) { this.imageService = imageService; }
[ "public", "void", "setImageService", "(", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "service", ".", "ImageService", "imageService", ")", "{", "this", ".", "imageService", "=", "imageService", ";", "}" ]
Sets the image remote service. @param imageService the image remote service
[ "Sets", "the", "image", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelServiceBaseImpl.java#L224-L227
54,343
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java
CommerceAddressRestrictionPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceAddressRestriction commerceAddressRestriction) { entityCache.putResult(CommerceAddressRestrictionModelImpl.ENTITY_CACHE_ENABLED, CommerceAddressRestrictionImpl.class, commerceAddressRestriction.getPrimaryKey(), commerceAddressRestriction); finderCache.putResul...
java
@Override public void cacheResult( CommerceAddressRestriction commerceAddressRestriction) { entityCache.putResult(CommerceAddressRestrictionModelImpl.ENTITY_CACHE_ENABLED, CommerceAddressRestrictionImpl.class, commerceAddressRestriction.getPrimaryKey(), commerceAddressRestriction); finderCache.putResul...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceAddressRestriction", "commerceAddressRestriction", ")", "{", "entityCache", ".", "putResult", "(", "CommerceAddressRestrictionModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceAddressRestrictionImpl", ".", "...
Caches the commerce address restriction in the entity cache if it is enabled. @param commerceAddressRestriction the commerce address restriction
[ "Caches", "the", "commerce", "address", "restriction", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java#L1441-L1457
54,344
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java
CommerceAddressRestrictionPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceAddressRestriction> commerceAddressRestrictions) { for (CommerceAddressRestriction commerceAddressRestriction : commerceAddressRestrictions) { if (entityCache.getResult( CommerceAddressRestrictionModelImpl.ENTITY_CACHE_ENABLED, CommerceAddressRestricti...
java
@Override public void cacheResult( List<CommerceAddressRestriction> commerceAddressRestrictions) { for (CommerceAddressRestriction commerceAddressRestriction : commerceAddressRestrictions) { if (entityCache.getResult( CommerceAddressRestrictionModelImpl.ENTITY_CACHE_ENABLED, CommerceAddressRestricti...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceAddressRestriction", ">", "commerceAddressRestrictions", ")", "{", "for", "(", "CommerceAddressRestriction", "commerceAddressRestriction", ":", "commerceAddressRestrictions", ")", "{", "if", "(",...
Caches the commerce address restrictions in the entity cache if it is enabled. @param commerceAddressRestrictions the commerce address restrictions
[ "Caches", "the", "commerce", "address", "restrictions", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java#L1464-L1478
54,345
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java
CommerceAddressRestrictionPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceAddressRestrictionImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommerceAddressRestrictionImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommerceAddressRestrictionImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clear...
Clears the cache for all commerce address restrictions. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "address", "restrictions", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java#L1487-L1494
54,346
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java
CommerceAddressRestrictionPersistenceImpl.findAll
@Override public List<CommerceAddressRestriction> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceAddressRestriction> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceAddressRestriction", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce address restrictions. @return the commerce address restrictions
[ "Returns", "all", "the", "commerce", "address", "restrictions", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceAddressRestrictionPersistenceImpl.java#L2030-L2033
54,347
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceOrderPaymentLocalServiceBaseImpl.java
CommerceOrderPaymentLocalServiceBaseImpl.deleteCommerceOrderPayment
@Indexable(type = IndexableType.DELETE) @Override public CommerceOrderPayment deleteCommerceOrderPayment( long commerceOrderPaymentId) throws PortalException { return commerceOrderPaymentPersistence.remove(commerceOrderPaymentId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceOrderPayment deleteCommerceOrderPayment( long commerceOrderPaymentId) throws PortalException { return commerceOrderPaymentPersistence.remove(commerceOrderPaymentId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceOrderPayment", "deleteCommerceOrderPayment", "(", "long", "commerceOrderPaymentId", ")", "throws", "PortalException", "{", "return", "commerceOrderPaymentPersisten...
Deletes the commerce order payment with the primary key from the database. Also notifies the appropriate model listeners. @param commerceOrderPaymentId the primary key of the commerce order payment @return the commerce order payment that was removed @throws PortalException if a commerce order payment with the primary ...
[ "Deletes", "the", "commerce", "order", "payment", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceOrderPaymentLocalServiceBaseImpl.java#L134-L139
54,348
liferay/com-liferay-commerce
commerce-product-type-virtual-service/src/main/java/com/liferay/commerce/product/type/virtual/service/base/CPDefinitionVirtualSettingServiceBaseImpl.java
CPDefinitionVirtualSettingServiceBaseImpl.getCPDefinitionVirtualSettingLocalService
public com.liferay.commerce.product.type.virtual.service.CPDefinitionVirtualSettingLocalService getCPDefinitionVirtualSettingLocalService() { return cpDefinitionVirtualSettingLocalService; }
java
public com.liferay.commerce.product.type.virtual.service.CPDefinitionVirtualSettingLocalService getCPDefinitionVirtualSettingLocalService() { return cpDefinitionVirtualSettingLocalService; }
[ "public", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "type", ".", "virtual", ".", "service", ".", "CPDefinitionVirtualSettingLocalService", "getCPDefinitionVirtualSettingLocalService", "(", ")", "{", "return", "cpDefinitionVirtualSettingLocalService", ";...
Returns the cp definition virtual setting local service. @return the cp definition virtual setting local service
[ "Returns", "the", "cp", "definition", "virtual", "setting", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-service/src/main/java/com/liferay/commerce/product/type/virtual/service/base/CPDefinitionVirtualSettingServiceBaseImpl.java#L64-L66
54,349
liferay/com-liferay-commerce
commerce-product-type-virtual-service/src/main/java/com/liferay/commerce/product/type/virtual/service/base/CPDefinitionVirtualSettingServiceBaseImpl.java
CPDefinitionVirtualSettingServiceBaseImpl.setCPDefinitionVirtualSettingLocalService
public void setCPDefinitionVirtualSettingLocalService( com.liferay.commerce.product.type.virtual.service.CPDefinitionVirtualSettingLocalService cpDefinitionVirtualSettingLocalService) { this.cpDefinitionVirtualSettingLocalService = cpDefinitionVirtualSettingLocalService; }
java
public void setCPDefinitionVirtualSettingLocalService( com.liferay.commerce.product.type.virtual.service.CPDefinitionVirtualSettingLocalService cpDefinitionVirtualSettingLocalService) { this.cpDefinitionVirtualSettingLocalService = cpDefinitionVirtualSettingLocalService; }
[ "public", "void", "setCPDefinitionVirtualSettingLocalService", "(", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "type", ".", "virtual", ".", "service", ".", "CPDefinitionVirtualSettingLocalService", "cpDefinitionVirtualSettingLocalService", ")", "{", "thi...
Sets the cp definition virtual setting local service. @param cpDefinitionVirtualSettingLocalService the cp definition virtual setting local service
[ "Sets", "the", "cp", "definition", "virtual", "setting", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-service/src/main/java/com/liferay/commerce/product/type/virtual/service/base/CPDefinitionVirtualSettingServiceBaseImpl.java#L73-L76
54,350
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPRuleUserSegmentRelLocalServiceBaseImpl.java
CPRuleUserSegmentRelLocalServiceBaseImpl.deleteCPRuleUserSegmentRel
@Indexable(type = IndexableType.DELETE) @Override public CPRuleUserSegmentRel deleteCPRuleUserSegmentRel( long CPRuleUserSegmentRelId) throws PortalException { return cpRuleUserSegmentRelPersistence.remove(CPRuleUserSegmentRelId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CPRuleUserSegmentRel deleteCPRuleUserSegmentRel( long CPRuleUserSegmentRelId) throws PortalException { return cpRuleUserSegmentRelPersistence.remove(CPRuleUserSegmentRelId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CPRuleUserSegmentRel", "deleteCPRuleUserSegmentRel", "(", "long", "CPRuleUserSegmentRelId", ")", "throws", "PortalException", "{", "return", "cpRuleUserSegmentRelPersisten...
Deletes the cp rule user segment rel with the primary key from the database. Also notifies the appropriate model listeners. @param CPRuleUserSegmentRelId the primary key of the cp rule user segment rel @return the cp rule user segment rel that was removed @throws PortalException if a cp rule user segment rel with the ...
[ "Deletes", "the", "cp", "rule", "user", "segment", "rel", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPRuleUserSegmentRelLocalServiceBaseImpl.java#L134-L139
54,351
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPAttachmentFileEntryWrapper.java
CPAttachmentFileEntryWrapper.getTitle
@Override public String getTitle(String languageId, boolean useDefault) { return _cpAttachmentFileEntry.getTitle(languageId, useDefault); }
java
@Override public String getTitle(String languageId, boolean useDefault) { return _cpAttachmentFileEntry.getTitle(languageId, useDefault); }
[ "@", "Override", "public", "String", "getTitle", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_cpAttachmentFileEntry", ".", "getTitle", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized title of this cp attachment file entry in the language, optionally using the default language if no localization exists for the requested language. @param languageId the ID of the language @param useDefault whether to use the default language if no localization exists for the requested language @...
[ "Returns", "the", "localized", "title", "of", "this", "cp", "attachment", "file", "entry", "in", "the", "language", "optionally", "using", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPAttachmentFileEntryWrapper.java#L531-L534
54,352
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPAttachmentFileEntryWrapper.java
CPAttachmentFileEntryWrapper.setTitleMap
@Override public void setTitleMap(Map<java.util.Locale, String> titleMap) { _cpAttachmentFileEntry.setTitleMap(titleMap); }
java
@Override public void setTitleMap(Map<java.util.Locale, String> titleMap) { _cpAttachmentFileEntry.setTitleMap(titleMap); }
[ "@", "Override", "public", "void", "setTitleMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "titleMap", ")", "{", "_cpAttachmentFileEntry", ".", "setTitleMap", "(", "titleMap", ")", ";", "}" ]
Sets the localized titles of this cp attachment file entry from the map of locales and localized titles. @param titleMap the locales and localized titles of this cp attachment file entry
[ "Sets", "the", "localized", "titles", "of", "this", "cp", "attachment", "file", "entry", "from", "the", "map", "of", "locales", "and", "localized", "titles", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPAttachmentFileEntryWrapper.java#L1004-L1007
54,353
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java
CommerceAccountUserRelLocalServiceBaseImpl.deleteCommerceAccountUserRel
@Indexable(type = IndexableType.DELETE) @Override public CommerceAccountUserRel deleteCommerceAccountUserRel( CommerceAccountUserRelPK commerceAccountUserRelPK) throws PortalException { return commerceAccountUserRelPersistence.remove(commerceAccountUserRelPK); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceAccountUserRel deleteCommerceAccountUserRel( CommerceAccountUserRelPK commerceAccountUserRelPK) throws PortalException { return commerceAccountUserRelPersistence.remove(commerceAccountUserRelPK); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceAccountUserRel", "deleteCommerceAccountUserRel", "(", "CommerceAccountUserRelPK", "commerceAccountUserRelPK", ")", "throws", "PortalException", "{", "return", "com...
Deletes the commerce account user rel with the primary key from the database. Also notifies the appropriate model listeners. @param commerceAccountUserRelPK the primary key of the commerce account user rel @return the commerce account user rel that was removed @throws PortalException if a commerce account user rel wit...
[ "Deletes", "the", "commerce", "account", "user", "rel", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java#L117-L123
54,354
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java
CommerceAccountUserRelLocalServiceBaseImpl.deleteCommerceAccountUserRel
@Indexable(type = IndexableType.DELETE) @Override public CommerceAccountUserRel deleteCommerceAccountUserRel( CommerceAccountUserRel commerceAccountUserRel) { return commerceAccountUserRelPersistence.remove(commerceAccountUserRel); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceAccountUserRel deleteCommerceAccountUserRel( CommerceAccountUserRel commerceAccountUserRel) { return commerceAccountUserRelPersistence.remove(commerceAccountUserRel); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceAccountUserRel", "deleteCommerceAccountUserRel", "(", "CommerceAccountUserRel", "commerceAccountUserRel", ")", "{", "return", "commerceAccountUserRelPersistence", "....
Deletes the commerce account user rel from the database. Also notifies the appropriate model listeners. @param commerceAccountUserRel the commerce account user rel @return the commerce account user rel that was removed
[ "Deletes", "the", "commerce", "account", "user", "rel", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java#L131-L136
54,355
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java
CommerceAccountUserRelLocalServiceBaseImpl.setCommerceAccountLocalService
public void setCommerceAccountLocalService( com.liferay.commerce.account.service.CommerceAccountLocalService commerceAccountLocalService) { this.commerceAccountLocalService = commerceAccountLocalService; }
java
public void setCommerceAccountLocalService( com.liferay.commerce.account.service.CommerceAccountLocalService commerceAccountLocalService) { this.commerceAccountLocalService = commerceAccountLocalService; }
[ "public", "void", "setCommerceAccountLocalService", "(", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "service", ".", "CommerceAccountLocalService", "commerceAccountLocalService", ")", "{", "this", ".", "commerceAccountLocalService", "=", "commerceAccountL...
Sets the commerce account local service. @param commerceAccountLocalService the commerce account local service
[ "Sets", "the", "commerce", "account", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java#L348-L351
54,356
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java
CommerceAccountUserRelLocalServiceBaseImpl.setUserGroupRoleLocalService
public void setUserGroupRoleLocalService( com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService) { this.userGroupRoleLocalService = userGroupRoleLocalService; }
java
public void setUserGroupRoleLocalService( com.liferay.portal.kernel.service.UserGroupRoleLocalService userGroupRoleLocalService) { this.userGroupRoleLocalService = userGroupRoleLocalService; }
[ "public", "void", "setUserGroupRoleLocalService", "(", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "service", ".", "UserGroupRoleLocalService", "userGroupRoleLocalService", ")", "{", "this", ".", "userGroupRoleLocalService", "=", "userGroupRoleLocalService",...
Sets the user group role local service. @param userGroupRoleLocalService the user group role local service
[ "Sets", "the", "user", "group", "role", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelLocalServiceBaseImpl.java#L594-L597
54,357
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPTaxCategoryLocalServiceBaseImpl.java
CPTaxCategoryLocalServiceBaseImpl.deleteCPTaxCategory
@Indexable(type = IndexableType.DELETE) @Override public CPTaxCategory deleteCPTaxCategory(long CPTaxCategoryId) throws PortalException { return cpTaxCategoryPersistence.remove(CPTaxCategoryId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CPTaxCategory deleteCPTaxCategory(long CPTaxCategoryId) throws PortalException { return cpTaxCategoryPersistence.remove(CPTaxCategoryId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CPTaxCategory", "deleteCPTaxCategory", "(", "long", "CPTaxCategoryId", ")", "throws", "PortalException", "{", "return", "cpTaxCategoryPersistence", ".", "remove", "(...
Deletes the cp tax category with the primary key from the database. Also notifies the appropriate model listeners. @param CPTaxCategoryId the primary key of the cp tax category @return the cp tax category that was removed @throws PortalException if a cp tax category with the primary key could not be found
[ "Deletes", "the", "cp", "tax", "category", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPTaxCategoryLocalServiceBaseImpl.java#L132-L137
54,358
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java
CPTaxCategoryPersistenceImpl.cacheResult
@Override public void cacheResult(CPTaxCategory cpTaxCategory) { entityCache.putResult(CPTaxCategoryModelImpl.ENTITY_CACHE_ENABLED, CPTaxCategoryImpl.class, cpTaxCategory.getPrimaryKey(), cpTaxCategory); cpTaxCategory.resetOriginalValues(); }
java
@Override public void cacheResult(CPTaxCategory cpTaxCategory) { entityCache.putResult(CPTaxCategoryModelImpl.ENTITY_CACHE_ENABLED, CPTaxCategoryImpl.class, cpTaxCategory.getPrimaryKey(), cpTaxCategory); cpTaxCategory.resetOriginalValues(); }
[ "@", "Override", "public", "void", "cacheResult", "(", "CPTaxCategory", "cpTaxCategory", ")", "{", "entityCache", ".", "putResult", "(", "CPTaxCategoryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPTaxCategoryImpl", ".", "class", ",", "cpTaxCategory", ".", "getPrima...
Caches the cp tax category in the entity cache if it is enabled. @param cpTaxCategory the cp tax category
[ "Caches", "the", "cp", "tax", "category", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java#L608-L615
54,359
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java
CPTaxCategoryPersistenceImpl.cacheResult
@Override public void cacheResult(List<CPTaxCategory> cpTaxCategories) { for (CPTaxCategory cpTaxCategory : cpTaxCategories) { if (entityCache.getResult( CPTaxCategoryModelImpl.ENTITY_CACHE_ENABLED, CPTaxCategoryImpl.class, cpTaxCategory.getPrimaryKey()) == null) { cacheResult(cpTaxCategory); }...
java
@Override public void cacheResult(List<CPTaxCategory> cpTaxCategories) { for (CPTaxCategory cpTaxCategory : cpTaxCategories) { if (entityCache.getResult( CPTaxCategoryModelImpl.ENTITY_CACHE_ENABLED, CPTaxCategoryImpl.class, cpTaxCategory.getPrimaryKey()) == null) { cacheResult(cpTaxCategory); }...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CPTaxCategory", ">", "cpTaxCategories", ")", "{", "for", "(", "CPTaxCategory", "cpTaxCategory", ":", "cpTaxCategories", ")", "{", "if", "(", "entityCache", ".", "getResult", "(", "CPTaxCategory...
Caches the cp tax categories in the entity cache if it is enabled. @param cpTaxCategories the cp tax categories
[ "Caches", "the", "cp", "tax", "categories", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java#L622-L634
54,360
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java
CPTaxCategoryPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CPTaxCategoryImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CPTaxCategoryImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CPTaxCategoryImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", "("...
Clears the cache for all cp tax categories. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "cp", "tax", "categories", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java#L643-L650
54,361
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java
CPTaxCategoryPersistenceImpl.clearCache
@Override public void clearCache(CPTaxCategory cpTaxCategory) { entityCache.removeResult(CPTaxCategoryModelImpl.ENTITY_CACHE_ENABLED, CPTaxCategoryImpl.class, cpTaxCategory.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_...
java
@Override public void clearCache(CPTaxCategory cpTaxCategory) { entityCache.removeResult(CPTaxCategoryModelImpl.ENTITY_CACHE_ENABLED, CPTaxCategoryImpl.class, cpTaxCategory.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_...
[ "@", "Override", "public", "void", "clearCache", "(", "CPTaxCategory", "cpTaxCategory", ")", "{", "entityCache", ".", "removeResult", "(", "CPTaxCategoryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPTaxCategoryImpl", ".", "class", ",", "cpTaxCategory", ".", "getPri...
Clears the cache for the cp tax category. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "cp", "tax", "category", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java#L659-L666
54,362
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java
CPTaxCategoryPersistenceImpl.findAll
@Override public List<CPTaxCategory> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CPTaxCategory> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CPTaxCategory", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the cp tax categories. @return the cp tax categories
[ "Returns", "all", "the", "cp", "tax", "categories", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPTaxCategoryPersistenceImpl.java#L1087-L1090
54,363
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java
CommerceAccountPersistenceImpl.cacheResult
@Override public void cacheResult(CommerceAccount commerceAccount) { entityCache.putResult(CommerceAccountModelImpl.ENTITY_CACHE_ENABLED, CommerceAccountImpl.class, commerceAccount.getPrimaryKey(), commerceAccount); finderCache.putResult(FINDER_PATH_FETCH_BY_C_ERC, new Object[] { commerceAccount.getC...
java
@Override public void cacheResult(CommerceAccount commerceAccount) { entityCache.putResult(CommerceAccountModelImpl.ENTITY_CACHE_ENABLED, CommerceAccountImpl.class, commerceAccount.getPrimaryKey(), commerceAccount); finderCache.putResult(FINDER_PATH_FETCH_BY_C_ERC, new Object[] { commerceAccount.getC...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceAccount", "commerceAccount", ")", "{", "entityCache", ".", "putResult", "(", "CommerceAccountModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceAccountImpl", ".", "class", ",", "commerceAccount", ".", ...
Caches the commerce account in the entity cache if it is enabled. @param commerceAccount the commerce account
[ "Caches", "the", "commerce", "account", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java#L2183-L2196
54,364
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java
CommerceAccountPersistenceImpl.cacheResult
@Override public void cacheResult(List<CommerceAccount> commerceAccounts) { for (CommerceAccount commerceAccount : commerceAccounts) { if (entityCache.getResult( CommerceAccountModelImpl.ENTITY_CACHE_ENABLED, CommerceAccountImpl.class, commerceAccount.getPrimaryKey()) == null) { cacheResult(...
java
@Override public void cacheResult(List<CommerceAccount> commerceAccounts) { for (CommerceAccount commerceAccount : commerceAccounts) { if (entityCache.getResult( CommerceAccountModelImpl.ENTITY_CACHE_ENABLED, CommerceAccountImpl.class, commerceAccount.getPrimaryKey()) == null) { cacheResult(...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceAccount", ">", "commerceAccounts", ")", "{", "for", "(", "CommerceAccount", "commerceAccount", ":", "commerceAccounts", ")", "{", "if", "(", "entityCache", ".", "getResult", "(", "Comme...
Caches the commerce accounts in the entity cache if it is enabled. @param commerceAccounts the commerce accounts
[ "Caches", "the", "commerce", "accounts", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java#L2203-L2216
54,365
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java
CommerceAccountPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceAccountImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommerceAccountImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommerceAccountImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", "...
Clears the cache for all commerce accounts. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "accounts", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java#L2225-L2232
54,366
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java
CommerceAccountPersistenceImpl.clearCache
@Override public void clearCache(CommerceAccount commerceAccount) { entityCache.removeResult(CommerceAccountModelImpl.ENTITY_CACHE_ENABLED, CommerceAccountImpl.class, commerceAccount.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIS...
java
@Override public void clearCache(CommerceAccount commerceAccount) { entityCache.removeResult(CommerceAccountModelImpl.ENTITY_CACHE_ENABLED, CommerceAccountImpl.class, commerceAccount.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIS...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceAccount", "commerceAccount", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceAccountModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceAccountImpl", ".", "class", ",", "commerceAccount", ".",...
Clears the cache for the commerce account. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "account", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java#L2241-L2250
54,367
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java
CommerceAccountPersistenceImpl.findAll
@Override public List<CommerceAccount> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceAccount> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceAccount", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce accounts. @return the commerce accounts
[ "Returns", "all", "the", "commerce", "accounts", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/persistence/impl/CommerceAccountPersistenceImpl.java#L2744-L2747
54,368
liferay/com-liferay-commerce
commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/base/CommerceDiscountUserSegmentRelLocalServiceBaseImpl.java
CommerceDiscountUserSegmentRelLocalServiceBaseImpl.addCommerceDiscountUserSegmentRel
@Indexable(type = IndexableType.REINDEX) @Override public CommerceDiscountUserSegmentRel addCommerceDiscountUserSegmentRel( CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel) { commerceDiscountUserSegmentRel.setNew(true); return commerceDiscountUserSegmentRelPersistence.update(commerceDiscountUserS...
java
@Indexable(type = IndexableType.REINDEX) @Override public CommerceDiscountUserSegmentRel addCommerceDiscountUserSegmentRel( CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel) { commerceDiscountUserSegmentRel.setNew(true); return commerceDiscountUserSegmentRelPersistence.update(commerceDiscountUserS...
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommerceDiscountUserSegmentRel", "addCommerceDiscountUserSegmentRel", "(", "CommerceDiscountUserSegmentRel", "commerceDiscountUserSegmentRel", ")", "{", "commerceDiscountUserSe...
Adds the commerce discount user segment rel to the database. Also notifies the appropriate model listeners. @param commerceDiscountUserSegmentRel the commerce discount user segment rel @return the commerce discount user segment rel that was added
[ "Adds", "the", "commerce", "discount", "user", "segment", "rel", "to", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/base/CommerceDiscountUserSegmentRelLocalServiceBaseImpl.java#L88-L95
54,369
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPOptionValueLocalServiceBaseImpl.java
CPOptionValueLocalServiceBaseImpl.deleteCPOptionValue
@Indexable(type = IndexableType.DELETE) @Override public CPOptionValue deleteCPOptionValue(long CPOptionValueId) throws PortalException { return cpOptionValuePersistence.remove(CPOptionValueId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CPOptionValue deleteCPOptionValue(long CPOptionValueId) throws PortalException { return cpOptionValuePersistence.remove(CPOptionValueId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CPOptionValue", "deleteCPOptionValue", "(", "long", "CPOptionValueId", ")", "throws", "PortalException", "{", "return", "cpOptionValuePersistence", ".", "remove", "(...
Deletes the cp option value with the primary key from the database. Also notifies the appropriate model listeners. @param CPOptionValueId the primary key of the cp option value @return the cp option value that was removed @throws PortalException if a cp option value with the primary key could not be found
[ "Deletes", "the", "cp", "option", "value", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPOptionValueLocalServiceBaseImpl.java#L141-L146
54,370
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPOptionValueLocalServiceBaseImpl.java
CPOptionValueLocalServiceBaseImpl.getCPOptionValuesByUuidAndCompanyId
@Override public List<CPOptionValue> getCPOptionValuesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPOptionValue> orderByComparator) { return cpOptionValuePersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
java
@Override public List<CPOptionValue> getCPOptionValuesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPOptionValue> orderByComparator) { return cpOptionValuePersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
[ "@", "Override", "public", "List", "<", "CPOptionValue", ">", "getCPOptionValuesByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CPOptionValue", ">", "orderByComparator", ...
Returns a range of cp option values matching the UUID and company. @param uuid the UUID of the cp option values @param companyId the primary key of the company @param start the lower bound of the range of cp option values @param end the upper bound of the range of cp option values (not inclusive) @param orderByCompara...
[ "Returns", "a", "range", "of", "cp", "option", "values", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPOptionValueLocalServiceBaseImpl.java#L416-L422
54,371
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPOptionWrapper.java
CPOptionWrapper.getDescription
@Override public String getDescription(String languageId, boolean useDefault) { return _cpOption.getDescription(languageId, useDefault); }
java
@Override public String getDescription(String languageId, boolean useDefault) { return _cpOption.getDescription(languageId, useDefault); }
[ "@", "Override", "public", "String", "getDescription", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_cpOption", ".", "getDescription", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized description of this cp option in the language, optionally using the default language if no localization exists for the requested language. @param languageId the ID of the language @param useDefault whether to use the default language if no localization exists for the requested language @return th...
[ "Returns", "the", "localized", "description", "of", "this", "cp", "option", "in", "the", "language", "optionally", "using", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPOptionWrapper.java#L306-L309
54,372
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPOptionWrapper.java
CPOptionWrapper.getName
@Override public String getName(String languageId, boolean useDefault) { return _cpOption.getName(languageId, useDefault); }
java
@Override public String getName(String languageId, boolean useDefault) { return _cpOption.getName(languageId, useDefault); }
[ "@", "Override", "public", "String", "getName", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_cpOption", ".", "getName", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized name of this cp option in the language, optionally using the default language if no localization exists for the requested language. @param languageId the ID of the language @param useDefault whether to use the default language if no localization exists for the requested language @return the local...
[ "Returns", "the", "localized", "name", "of", "this", "cp", "option", "in", "the", "language", "optionally", "using", "the", "default", "language", "if", "no", "localization", "exists", "for", "the", "requested", "language", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPOptionWrapper.java#L447-L450
54,373
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPOptionWrapper.java
CPOptionWrapper.setDescriptionMap
@Override public void setDescriptionMap( Map<java.util.Locale, String> descriptionMap, java.util.Locale defaultLocale) { _cpOption.setDescriptionMap(descriptionMap, defaultLocale); }
java
@Override public void setDescriptionMap( Map<java.util.Locale, String> descriptionMap, java.util.Locale defaultLocale) { _cpOption.setDescriptionMap(descriptionMap, defaultLocale); }
[ "@", "Override", "public", "void", "setDescriptionMap", "(", "Map", "<", "java", ".", "util", ".", "Locale", ",", "String", ">", "descriptionMap", ",", "java", ".", "util", ".", "Locale", "defaultLocale", ")", "{", "_cpOption", ".", "setDescriptionMap", "(",...
Sets the localized descriptions of this cp option from the map of locales and localized descriptions, and sets the default locale. @param descriptionMap the locales and localized descriptions of this cp option @param defaultLocale the default locale
[ "Sets", "the", "localized", "descriptions", "of", "this", "cp", "option", "from", "the", "map", "of", "locales", "and", "localized", "descriptions", "and", "sets", "the", "default", "locale", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-api/src/main/java/com/liferay/commerce/product/model/CPOptionWrapper.java#L715-L720
54,374
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java
CommercePriceListUserSegmentEntryRelPersistenceImpl.cacheResult
@Override public void cacheResult( CommercePriceListUserSegmentEntryRel commercePriceListUserSegmentEntryRel) { entityCache.putResult(CommercePriceListUserSegmentEntryRelModelImpl.ENTITY_CACHE_ENABLED, CommercePriceListUserSegmentEntryRelImpl.class, commercePriceListUserSegmentEntryRel.getPrimaryKey(), co...
java
@Override public void cacheResult( CommercePriceListUserSegmentEntryRel commercePriceListUserSegmentEntryRel) { entityCache.putResult(CommercePriceListUserSegmentEntryRelModelImpl.ENTITY_CACHE_ENABLED, CommercePriceListUserSegmentEntryRelImpl.class, commercePriceListUserSegmentEntryRel.getPrimaryKey(), co...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommercePriceListUserSegmentEntryRel", "commercePriceListUserSegmentEntryRel", ")", "{", "entityCache", ".", "putResult", "(", "CommercePriceListUserSegmentEntryRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommercePrice...
Caches the commerce price list user segment entry rel in the entity cache if it is enabled. @param commercePriceListUserSegmentEntryRel the commerce price list user segment entry rel
[ "Caches", "the", "commerce", "price", "list", "user", "segment", "entry", "rel", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java#L2315-L2336
54,375
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java
CommercePriceListUserSegmentEntryRelPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommercePriceListUserSegmentEntryRel> commercePriceListUserSegmentEntryRels) { for (CommercePriceListUserSegmentEntryRel commercePriceListUserSegmentEntryRel : commercePriceListUserSegmentEntryRels) { if (entityCache.getResult( CommercePriceListUserSegmentEntryRelMo...
java
@Override public void cacheResult( List<CommercePriceListUserSegmentEntryRel> commercePriceListUserSegmentEntryRels) { for (CommercePriceListUserSegmentEntryRel commercePriceListUserSegmentEntryRel : commercePriceListUserSegmentEntryRels) { if (entityCache.getResult( CommercePriceListUserSegmentEntryRelMo...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommercePriceListUserSegmentEntryRel", ">", "commercePriceListUserSegmentEntryRels", ")", "{", "for", "(", "CommercePriceListUserSegmentEntryRel", "commercePriceListUserSegmentEntryRel", ":", "commercePriceListU...
Caches the commerce price list user segment entry rels in the entity cache if it is enabled. @param commercePriceListUserSegmentEntryRels the commerce price list user segment entry rels
[ "Caches", "the", "commerce", "price", "list", "user", "segment", "entry", "rels", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java#L2343-L2357
54,376
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java
CommercePriceListUserSegmentEntryRelPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommercePriceListUserSegmentEntryRelImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommercePriceListUserSegmentEntryRelImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommercePriceListUserSegmentEntryRelImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", "."...
Clears the cache for all commerce price list user segment entry rels. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "price", "list", "user", "segment", "entry", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java#L2366-L2373
54,377
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java
CommercePriceListUserSegmentEntryRelPersistenceImpl.clearCache
@Override public void clearCache( CommercePriceListUserSegmentEntryRel commercePriceListUserSegmentEntryRel) { entityCache.removeResult(CommercePriceListUserSegmentEntryRelModelImpl.ENTITY_CACHE_ENABLED, CommercePriceListUserSegmentEntryRelImpl.class, commercePriceListUserSegmentEntryRel.getPrimaryKey()); ...
java
@Override public void clearCache( CommercePriceListUserSegmentEntryRel commercePriceListUserSegmentEntryRel) { entityCache.removeResult(CommercePriceListUserSegmentEntryRelModelImpl.ENTITY_CACHE_ENABLED, CommercePriceListUserSegmentEntryRelImpl.class, commercePriceListUserSegmentEntryRel.getPrimaryKey()); ...
[ "@", "Override", "public", "void", "clearCache", "(", "CommercePriceListUserSegmentEntryRel", "commercePriceListUserSegmentEntryRel", ")", "{", "entityCache", ".", "removeResult", "(", "CommercePriceListUserSegmentEntryRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommercePri...
Clears the cache for the commerce price list user segment entry rel. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "price", "list", "user", "segment", "entry", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java#L2382-L2394
54,378
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java
CommercePriceListUserSegmentEntryRelPersistenceImpl.findAll
@Override public List<CommercePriceListUserSegmentEntryRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommercePriceListUserSegmentEntryRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommercePriceListUserSegmentEntryRel", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce price list user segment entry rels. @return the commerce price list user segment entry rels
[ "Returns", "all", "the", "commerce", "price", "list", "user", "segment", "entry", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommercePriceListUserSegmentEntryRelPersistenceImpl.java#L2989-L2992
54,379
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListAccountRelLocalServiceBaseImpl.java
CommercePriceListAccountRelLocalServiceBaseImpl.deleteCommercePriceListAccountRel
@Indexable(type = IndexableType.DELETE) @Override public CommercePriceListAccountRel deleteCommercePriceListAccountRel( long commercePriceListAccountRelId) throws PortalException { return commercePriceListAccountRelPersistence.remove(commercePriceListAccountRelId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommercePriceListAccountRel deleteCommercePriceListAccountRel( long commercePriceListAccountRelId) throws PortalException { return commercePriceListAccountRelPersistence.remove(commercePriceListAccountRelId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommercePriceListAccountRel", "deleteCommercePriceListAccountRel", "(", "long", "commercePriceListAccountRelId", ")", "throws", "PortalException", "{", "return", "commerce...
Deletes the commerce price list account rel with the primary key from the database. Also notifies the appropriate model listeners. @param commercePriceListAccountRelId the primary key of the commerce price list account rel @return the commerce price list account rel that was removed @throws PortalException if a commer...
[ "Deletes", "the", "commerce", "price", "list", "account", "rel", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListAccountRelLocalServiceBaseImpl.java#L126-L131
54,380
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListAccountRelLocalServiceBaseImpl.java
CommercePriceListAccountRelLocalServiceBaseImpl.getCommercePriceListAccountRelsByUuidAndCompanyId
@Override public List<CommercePriceListAccountRel> getCommercePriceListAccountRelsByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommercePriceListAccountRel> orderByComparator) { return commercePriceListAccountRelPersistence.findByUuid_C(uuid, companyId, start, end, ord...
java
@Override public List<CommercePriceListAccountRel> getCommercePriceListAccountRelsByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommercePriceListAccountRel> orderByComparator) { return commercePriceListAccountRelPersistence.findByUuid_C(uuid, companyId, start, end, ord...
[ "@", "Override", "public", "List", "<", "CommercePriceListAccountRel", ">", "getCommercePriceListAccountRelsByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CommercePriceListAcc...
Returns a range of commerce price list account rels matching the UUID and company. @param uuid the UUID of the commerce price list account rels @param companyId the primary key of the company @param start the lower bound of the range of commerce price list account rels @param end the upper bound of the range of commer...
[ "Returns", "a", "range", "of", "commerce", "price", "list", "account", "rels", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListAccountRelLocalServiceBaseImpl.java#L396-L402
54,381
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java
CommercePaymentMethodGroupRelPersistenceImpl.cacheResult
@Override public void cacheResult( CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) { entityCache.putResult(CommercePaymentMethodGroupRelModelImpl.ENTITY_CACHE_ENABLED, CommercePaymentMethodGroupRelImpl.class, commercePaymentMethodGroupRel.getPrimaryKey(), commercePaymentMethodGroupRel); fi...
java
@Override public void cacheResult( CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) { entityCache.putResult(CommercePaymentMethodGroupRelModelImpl.ENTITY_CACHE_ENABLED, CommercePaymentMethodGroupRelImpl.class, commercePaymentMethodGroupRel.getPrimaryKey(), commercePaymentMethodGroupRel); fi...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommercePaymentMethodGroupRel", "commercePaymentMethodGroupRel", ")", "{", "entityCache", ".", "putResult", "(", "CommercePaymentMethodGroupRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommercePaymentMethodGroupRelImpl"...
Caches the commerce payment method group rel in the entity cache if it is enabled. @param commercePaymentMethodGroupRel the commerce payment method group rel
[ "Caches", "the", "commerce", "payment", "method", "group", "rel", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java#L1453-L1468
54,382
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java
CommercePaymentMethodGroupRelPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommercePaymentMethodGroupRel> commercePaymentMethodGroupRels) { for (CommercePaymentMethodGroupRel commercePaymentMethodGroupRel : commercePaymentMethodGroupRels) { if (entityCache.getResult( CommercePaymentMethodGroupRelModelImpl.ENTITY_CACHE_ENABLED, Commer...
java
@Override public void cacheResult( List<CommercePaymentMethodGroupRel> commercePaymentMethodGroupRels) { for (CommercePaymentMethodGroupRel commercePaymentMethodGroupRel : commercePaymentMethodGroupRels) { if (entityCache.getResult( CommercePaymentMethodGroupRelModelImpl.ENTITY_CACHE_ENABLED, Commer...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommercePaymentMethodGroupRel", ">", "commercePaymentMethodGroupRels", ")", "{", "for", "(", "CommercePaymentMethodGroupRel", "commercePaymentMethodGroupRel", ":", "commercePaymentMethodGroupRels", ")", "{",...
Caches the commerce payment method group rels in the entity cache if it is enabled. @param commercePaymentMethodGroupRels the commerce payment method group rels
[ "Caches", "the", "commerce", "payment", "method", "group", "rels", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java#L1475-L1489
54,383
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java
CommercePaymentMethodGroupRelPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommercePaymentMethodGroupRelImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommercePaymentMethodGroupRelImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommercePaymentMethodGroupRelImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "cl...
Clears the cache for all commerce payment method group rels. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "payment", "method", "group", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java#L1498-L1505
54,384
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java
CommercePaymentMethodGroupRelPersistenceImpl.clearCache
@Override public void clearCache( CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) { entityCache.removeResult(CommercePaymentMethodGroupRelModelImpl.ENTITY_CACHE_ENABLED, CommercePaymentMethodGroupRelImpl.class, commercePaymentMethodGroupRel.getPrimaryKey()); finderCache.clearCache(FINDER_CLAS...
java
@Override public void clearCache( CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) { entityCache.removeResult(CommercePaymentMethodGroupRelModelImpl.ENTITY_CACHE_ENABLED, CommercePaymentMethodGroupRelImpl.class, commercePaymentMethodGroupRel.getPrimaryKey()); finderCache.clearCache(FINDER_CLAS...
[ "@", "Override", "public", "void", "clearCache", "(", "CommercePaymentMethodGroupRel", "commercePaymentMethodGroupRel", ")", "{", "entityCache", ".", "removeResult", "(", "CommercePaymentMethodGroupRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommercePaymentMethodGroupRelImp...
Clears the cache for the commerce payment method group rel. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "payment", "method", "group", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java#L1514-L1526
54,385
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java
CommercePaymentMethodGroupRelPersistenceImpl.remove
@Override public CommercePaymentMethodGroupRel remove(Serializable primaryKey) throws NoSuchPaymentMethodGroupRelException { Session session = null; try { session = openSession(); CommercePaymentMethodGroupRel commercePaymentMethodGroupRel = (CommercePaymentMethodGroupRel)session.get(CommercePaymentMetho...
java
@Override public CommercePaymentMethodGroupRel remove(Serializable primaryKey) throws NoSuchPaymentMethodGroupRelException { Session session = null; try { session = openSession(); CommercePaymentMethodGroupRel commercePaymentMethodGroupRel = (CommercePaymentMethodGroupRel)session.get(CommercePaymentMetho...
[ "@", "Override", "public", "CommercePaymentMethodGroupRel", "remove", "(", "Serializable", "primaryKey", ")", "throws", "NoSuchPaymentMethodGroupRelException", "{", "Session", "session", "=", "null", ";", "try", "{", "session", "=", "openSession", "(", ")", ";", "Co...
Removes the commerce payment method group rel with the primary key from the database. Also notifies the appropriate model listeners. @param primaryKey the primary key of the commerce payment method group rel @return the commerce payment method group rel that was removed @throws NoSuchPaymentMethodGroupRelException if ...
[ "Removes", "the", "commerce", "payment", "method", "group", "rel", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java#L1622-L1653
54,386
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java
CommercePaymentMethodGroupRelPersistenceImpl.findAll
@Override public List<CommercePaymentMethodGroupRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommercePaymentMethodGroupRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommercePaymentMethodGroupRel", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce payment method group rels. @return the commerce payment method group rels
[ "Returns", "all", "the", "commerce", "payment", "method", "group", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/persistence/impl/CommercePaymentMethodGroupRelPersistenceImpl.java#L2041-L2044
54,387
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListLocalServiceBaseImpl.java
CommercePriceListLocalServiceBaseImpl.deleteCommercePriceList
@Indexable(type = IndexableType.DELETE) @Override public CommercePriceList deleteCommercePriceList(long commercePriceListId) throws PortalException { return commercePriceListPersistence.remove(commercePriceListId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommercePriceList deleteCommercePriceList(long commercePriceListId) throws PortalException { return commercePriceListPersistence.remove(commercePriceListId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommercePriceList", "deleteCommercePriceList", "(", "long", "commercePriceListId", ")", "throws", "PortalException", "{", "return", "commercePriceListPersistence", ".", ...
Deletes the commerce price list with the primary key from the database. Also notifies the appropriate model listeners. @param commercePriceListId the primary key of the commerce price list @return the commerce price list that was removed @throws PortalException if a commerce price list with the primary key could not b...
[ "Deletes", "the", "commerce", "price", "list", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListLocalServiceBaseImpl.java#L136-L141
54,388
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListLocalServiceBaseImpl.java
CommercePriceListLocalServiceBaseImpl.fetchCommercePriceListByReferenceCode
@Override public CommercePriceList fetchCommercePriceListByReferenceCode( long companyId, String externalReferenceCode) { return commercePriceListPersistence.fetchByC_ERC(companyId, null); }
java
@Override public CommercePriceList fetchCommercePriceListByReferenceCode( long companyId, String externalReferenceCode) { return commercePriceListPersistence.fetchByC_ERC(companyId, null); }
[ "@", "Override", "public", "CommercePriceList", "fetchCommercePriceListByReferenceCode", "(", "long", "companyId", ",", "String", "externalReferenceCode", ")", "{", "return", "commercePriceListPersistence", ".", "fetchByC_ERC", "(", "companyId", ",", "null", ")", ";", "...
Returns the commerce price list with the matching external reference code and company. @param companyId the primary key of the company @param externalReferenceCode the commerce price list's external reference code @return the matching commerce price list, or <code>null</code> if a matching commerce price list could no...
[ "Returns", "the", "commerce", "price", "list", "with", "the", "matching", "external", "reference", "code", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListLocalServiceBaseImpl.java#L265-L269
54,389
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListLocalServiceBaseImpl.java
CommercePriceListLocalServiceBaseImpl.getCommercePriceListsByUuidAndCompanyId
@Override public List<CommercePriceList> getCommercePriceListsByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommercePriceList> orderByComparator) { return commercePriceListPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
java
@Override public List<CommercePriceList> getCommercePriceListsByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommercePriceList> orderByComparator) { return commercePriceListPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
[ "@", "Override", "public", "List", "<", "CommercePriceList", ">", "getCommercePriceListsByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CommercePriceList", ">", "orderByCom...
Returns a range of commerce price lists matching the UUID and company. @param uuid the UUID of the commerce price lists @param companyId the primary key of the company @param start the lower bound of the range of commerce price lists @param end the upper bound of the range of commerce price lists (not inclusive) @para...
[ "Returns", "a", "range", "of", "commerce", "price", "lists", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/base/CommercePriceListLocalServiceBaseImpl.java#L458-L464
54,390
liferay/com-liferay-commerce
commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java
CommerceVirtualOrderItemPersistenceImpl.cacheResult
@Override public void cacheResult(CommerceVirtualOrderItem commerceVirtualOrderItem) { entityCache.putResult(CommerceVirtualOrderItemModelImpl.ENTITY_CACHE_ENABLED, CommerceVirtualOrderItemImpl.class, commerceVirtualOrderItem.getPrimaryKey(), commerceVirtualOrderItem); finderCache.putResult(FINDER_PATH_FETC...
java
@Override public void cacheResult(CommerceVirtualOrderItem commerceVirtualOrderItem) { entityCache.putResult(CommerceVirtualOrderItemModelImpl.ENTITY_CACHE_ENABLED, CommerceVirtualOrderItemImpl.class, commerceVirtualOrderItem.getPrimaryKey(), commerceVirtualOrderItem); finderCache.putResult(FINDER_PATH_FETC...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceVirtualOrderItem", "commerceVirtualOrderItem", ")", "{", "entityCache", ".", "putResult", "(", "CommerceVirtualOrderItemModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceVirtualOrderItemImpl", ".", "class", ...
Caches the commerce virtual order item in the entity cache if it is enabled. @param commerceVirtualOrderItem the commerce virtual order item
[ "Caches", "the", "commerce", "virtual", "order", "item", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java#L1731-L1748
54,391
liferay/com-liferay-commerce
commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java
CommerceVirtualOrderItemPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceVirtualOrderItem> commerceVirtualOrderItems) { for (CommerceVirtualOrderItem commerceVirtualOrderItem : commerceVirtualOrderItems) { if (entityCache.getResult( CommerceVirtualOrderItemModelImpl.ENTITY_CACHE_ENABLED, CommerceVirtualOrderItemImpl.class, ...
java
@Override public void cacheResult( List<CommerceVirtualOrderItem> commerceVirtualOrderItems) { for (CommerceVirtualOrderItem commerceVirtualOrderItem : commerceVirtualOrderItems) { if (entityCache.getResult( CommerceVirtualOrderItemModelImpl.ENTITY_CACHE_ENABLED, CommerceVirtualOrderItemImpl.class, ...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceVirtualOrderItem", ">", "commerceVirtualOrderItems", ")", "{", "for", "(", "CommerceVirtualOrderItem", "commerceVirtualOrderItem", ":", "commerceVirtualOrderItems", ")", "{", "if", "(", "entity...
Caches the commerce virtual order items in the entity cache if it is enabled. @param commerceVirtualOrderItems the commerce virtual order items
[ "Caches", "the", "commerce", "virtual", "order", "items", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java#L1755-L1769
54,392
liferay/com-liferay-commerce
commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java
CommerceVirtualOrderItemPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceVirtualOrderItemImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
java
@Override public void clearCache() { entityCache.clearCache(CommerceVirtualOrderItemImpl.class); finderCache.clearCache(FINDER_CLASS_NAME_ENTITY); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION); }
[ "@", "Override", "public", "void", "clearCache", "(", ")", "{", "entityCache", ".", "clearCache", "(", "CommerceVirtualOrderItemImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCa...
Clears the cache for all commerce virtual order items. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "virtual", "order", "items", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java#L1778-L1785
54,393
liferay/com-liferay-commerce
commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java
CommerceVirtualOrderItemPersistenceImpl.clearCache
@Override public void clearCache(CommerceVirtualOrderItem commerceVirtualOrderItem) { entityCache.removeResult(CommerceVirtualOrderItemModelImpl.ENTITY_CACHE_ENABLED, CommerceVirtualOrderItemImpl.class, commerceVirtualOrderItem.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION)...
java
@Override public void clearCache(CommerceVirtualOrderItem commerceVirtualOrderItem) { entityCache.removeResult(CommerceVirtualOrderItemModelImpl.ENTITY_CACHE_ENABLED, CommerceVirtualOrderItemImpl.class, commerceVirtualOrderItem.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION)...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceVirtualOrderItem", "commerceVirtualOrderItem", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceVirtualOrderItemModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceVirtualOrderItemImpl", ".", "class"...
Clears the cache for the commerce virtual order item. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "virtual", "order", "item", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java#L1794-L1805
54,394
liferay/com-liferay-commerce
commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java
CommerceVirtualOrderItemPersistenceImpl.remove
@Override public CommerceVirtualOrderItem remove(Serializable primaryKey) throws NoSuchVirtualOrderItemException { Session session = null; try { session = openSession(); CommerceVirtualOrderItem commerceVirtualOrderItem = (CommerceVirtualOrderItem)session.get(CommerceVirtualOrderItemImpl.class, prim...
java
@Override public CommerceVirtualOrderItem remove(Serializable primaryKey) throws NoSuchVirtualOrderItemException { Session session = null; try { session = openSession(); CommerceVirtualOrderItem commerceVirtualOrderItem = (CommerceVirtualOrderItem)session.get(CommerceVirtualOrderItemImpl.class, prim...
[ "@", "Override", "public", "CommerceVirtualOrderItem", "remove", "(", "Serializable", "primaryKey", ")", "throws", "NoSuchVirtualOrderItemException", "{", "Session", "session", "=", "null", ";", "try", "{", "session", "=", "openSession", "(", ")", ";", "CommerceVirt...
Removes the commerce virtual order item with the primary key from the database. Also notifies the appropriate model listeners. @param primaryKey the primary key of the commerce virtual order item @return the commerce virtual order item that was removed @throws NoSuchVirtualOrderItemException if a commerce virtual orde...
[ "Removes", "the", "commerce", "virtual", "order", "item", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java#L1935-L1966
54,395
liferay/com-liferay-commerce
commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java
CommerceVirtualOrderItemPersistenceImpl.findAll
@Override public List<CommerceVirtualOrderItem> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceVirtualOrderItem> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceVirtualOrderItem", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce virtual order items. @return the commerce virtual order items
[ "Returns", "all", "the", "commerce", "virtual", "order", "items", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-virtual-order-service/src/main/java/com/liferay/commerce/product/type/virtual/order/service/persistence/impl/CommerceVirtualOrderItemPersistenceImpl.java#L2353-L2356
54,396
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java
CPAttachmentFileEntryLocalServiceBaseImpl.deleteCPAttachmentFileEntry
@Indexable(type = IndexableType.DELETE) @Override public CPAttachmentFileEntry deleteCPAttachmentFileEntry( long CPAttachmentFileEntryId) throws PortalException { return cpAttachmentFileEntryPersistence.remove(CPAttachmentFileEntryId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CPAttachmentFileEntry deleteCPAttachmentFileEntry( long CPAttachmentFileEntryId) throws PortalException { return cpAttachmentFileEntryPersistence.remove(CPAttachmentFileEntryId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CPAttachmentFileEntry", "deleteCPAttachmentFileEntry", "(", "long", "CPAttachmentFileEntryId", ")", "throws", "PortalException", "{", "return", "cpAttachmentFileEntryPersi...
Deletes the cp attachment file entry with the primary key from the database. Also notifies the appropriate model listeners. @param CPAttachmentFileEntryId the primary key of the cp attachment file entry @return the cp attachment file entry that was removed @throws PortalException if a cp attachment file entry with the...
[ "Deletes", "the", "cp", "attachment", "file", "entry", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java#L154-L159
54,397
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java
CPAttachmentFileEntryLocalServiceBaseImpl.fetchCPAttachmentFileEntryByReferenceCode
@Override public CPAttachmentFileEntry fetchCPAttachmentFileEntryByReferenceCode( long companyId, String externalReferenceCode) { return cpAttachmentFileEntryPersistence.fetchByC_ERC(companyId, null); }
java
@Override public CPAttachmentFileEntry fetchCPAttachmentFileEntryByReferenceCode( long companyId, String externalReferenceCode) { return cpAttachmentFileEntryPersistence.fetchByC_ERC(companyId, null); }
[ "@", "Override", "public", "CPAttachmentFileEntry", "fetchCPAttachmentFileEntryByReferenceCode", "(", "long", "companyId", ",", "String", "externalReferenceCode", ")", "{", "return", "cpAttachmentFileEntryPersistence", ".", "fetchByC_ERC", "(", "companyId", ",", "null", ")"...
Returns the cp attachment file entry with the matching external reference code and company. @param companyId the primary key of the company @param externalReferenceCode the cp attachment file entry's external reference code @return the matching cp attachment file entry, or <code>null</code> if a matching cp attachment...
[ "Returns", "the", "cp", "attachment", "file", "entry", "with", "the", "matching", "external", "reference", "code", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java#L284-L288
54,398
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java
CPAttachmentFileEntryLocalServiceBaseImpl.getCPAttachmentFileEntriesByUuidAndCompanyId
@Override public List<CPAttachmentFileEntry> getCPAttachmentFileEntriesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPAttachmentFileEntry> orderByComparator) { return cpAttachmentFileEntryPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
java
@Override public List<CPAttachmentFileEntry> getCPAttachmentFileEntriesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPAttachmentFileEntry> orderByComparator) { return cpAttachmentFileEntryPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
[ "@", "Override", "public", "List", "<", "CPAttachmentFileEntry", ">", "getCPAttachmentFileEntriesByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CPAttachmentFileEntry", ">", ...
Returns a range of cp attachment file entries matching the UUID and company. @param uuid the UUID of the cp attachment file entries @param companyId the primary key of the company @param start the lower bound of the range of cp attachment file entries @param end the upper bound of the range of cp attachment file entri...
[ "Returns", "a", "range", "of", "cp", "attachment", "file", "entries", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java#L497-L503
54,399
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java
CPAttachmentFileEntryLocalServiceBaseImpl.updateCPAttachmentFileEntry
@Indexable(type = IndexableType.REINDEX) @Override public CPAttachmentFileEntry updateCPAttachmentFileEntry( CPAttachmentFileEntry cpAttachmentFileEntry) { return cpAttachmentFileEntryPersistence.update(cpAttachmentFileEntry); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CPAttachmentFileEntry updateCPAttachmentFileEntry( CPAttachmentFileEntry cpAttachmentFileEntry) { return cpAttachmentFileEntryPersistence.update(cpAttachmentFileEntry); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CPAttachmentFileEntry", "updateCPAttachmentFileEntry", "(", "CPAttachmentFileEntry", "cpAttachmentFileEntry", ")", "{", "return", "cpAttachmentFileEntryPersistence", ".", ...
Updates the cp attachment file entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. @param cpAttachmentFileEntry the cp attachment file entry @return the cp attachment file entry that was updated
[ "Updates", "the", "cp", "attachment", "file", "entry", "in", "the", "database", "or", "adds", "it", "if", "it", "does", "not", "yet", "exist", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java#L552-L557