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,400
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java
CPAttachmentFileEntryLocalServiceBaseImpl.setDLFileEntryLocalService
public void setDLFileEntryLocalService( com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService) { this.dlFileEntryLocalService = dlFileEntryLocalService; }
java
public void setDLFileEntryLocalService( com.liferay.document.library.kernel.service.DLFileEntryLocalService dlFileEntryLocalService) { this.dlFileEntryLocalService = dlFileEntryLocalService; }
[ "public", "void", "setDLFileEntryLocalService", "(", "com", ".", "liferay", ".", "document", ".", "library", ".", "kernel", ".", "service", ".", "DLFileEntryLocalService", "dlFileEntryLocalService", ")", "{", "this", ".", "dlFileEntryLocalService", "=", "dlFileEntryLo...
Sets the document library file entry local service. @param dlFileEntryLocalService the document library file entry local service
[ "Sets", "the", "document", "library", "file", "entry", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPAttachmentFileEntryLocalServiceBaseImpl.java#L1498-L1501
54,401
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationTemplateLocalServiceBaseImpl.java
CommerceNotificationTemplateLocalServiceBaseImpl.addCommerceNotificationTemplate
@Indexable(type = IndexableType.REINDEX) @Override public CommerceNotificationTemplate addCommerceNotificationTemplate( CommerceNotificationTemplate commerceNotificationTemplate) { commerceNotificationTemplate.setNew(true); return commerceNotificationTemplatePersistence.update(commerceNotificationTemplate); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CommerceNotificationTemplate addCommerceNotificationTemplate( CommerceNotificationTemplate commerceNotificationTemplate) { commerceNotificationTemplate.setNew(true); return commerceNotificationTemplatePersistence.update(commerceNotificationTemplate); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommerceNotificationTemplate", "addCommerceNotificationTemplate", "(", "CommerceNotificationTemplate", "commerceNotificationTemplate", ")", "{", "commerceNotificationTemplate",...
Adds the commerce notification template to the database. Also notifies the appropriate model listeners. @param commerceNotificationTemplate the commerce notification template @return the commerce notification template that was added
[ "Adds", "the", "commerce", "notification", "template", "to", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationTemplateLocalServiceBaseImpl.java#L96-L103
54,402
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationTemplateLocalServiceBaseImpl.java
CommerceNotificationTemplateLocalServiceBaseImpl.getCommerceNotificationTemplatesByUuidAndCompanyId
@Override public List<CommerceNotificationTemplate> getCommerceNotificationTemplatesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommerceNotificationTemplate> orderByComparator) { return commerceNotificationTemplatePersistence.findByUuid_C(uuid, companyId, start, end,...
java
@Override public List<CommerceNotificationTemplate> getCommerceNotificationTemplatesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommerceNotificationTemplate> orderByComparator) { return commerceNotificationTemplatePersistence.findByUuid_C(uuid, companyId, start, end,...
[ "@", "Override", "public", "List", "<", "CommerceNotificationTemplate", ">", "getCommerceNotificationTemplatesByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CommerceNotificati...
Returns a range of commerce notification templates matching the UUID and company. @param uuid the UUID of the commerce notification templates @param companyId the primary key of the company @param start the lower bound of the range of commerce notification templates @param end the upper bound of the range of commerce ...
[ "Returns", "a", "range", "of", "commerce", "notification", "templates", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationTemplateLocalServiceBaseImpl.java#L393-L399
54,403
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java
CommerceShipmentPersistenceImpl.cacheResult
@Override public void cacheResult(CommerceShipment commerceShipment) { entityCache.putResult(CommerceShipmentModelImpl.ENTITY_CACHE_ENABLED, CommerceShipmentImpl.class, commerceShipment.getPrimaryKey(), commerceShipment); commerceShipment.resetOriginalValues(); }
java
@Override public void cacheResult(CommerceShipment commerceShipment) { entityCache.putResult(CommerceShipmentModelImpl.ENTITY_CACHE_ENABLED, CommerceShipmentImpl.class, commerceShipment.getPrimaryKey(), commerceShipment); commerceShipment.resetOriginalValues(); }
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceShipment", "commerceShipment", ")", "{", "entityCache", ".", "putResult", "(", "CommerceShipmentModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceShipmentImpl", ".", "class", ",", "commerceShipment", "...
Caches the commerce shipment in the entity cache if it is enabled. @param commerceShipment the commerce shipment
[ "Caches", "the", "commerce", "shipment", "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/CommerceShipmentPersistenceImpl.java#L1156-L1163
54,404
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java
CommerceShipmentPersistenceImpl.cacheResult
@Override public void cacheResult(List<CommerceShipment> commerceShipments) { for (CommerceShipment commerceShipment : commerceShipments) { if (entityCache.getResult( CommerceShipmentModelImpl.ENTITY_CACHE_ENABLED, CommerceShipmentImpl.class, commerceShipment.getPrimaryKey()) == null) { cach...
java
@Override public void cacheResult(List<CommerceShipment> commerceShipments) { for (CommerceShipment commerceShipment : commerceShipments) { if (entityCache.getResult( CommerceShipmentModelImpl.ENTITY_CACHE_ENABLED, CommerceShipmentImpl.class, commerceShipment.getPrimaryKey()) == null) { cach...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceShipment", ">", "commerceShipments", ")", "{", "for", "(", "CommerceShipment", "commerceShipment", ":", "commerceShipments", ")", "{", "if", "(", "entityCache", ".", "getResult", "(", "...
Caches the commerce shipments in the entity cache if it is enabled. @param commerceShipments the commerce shipments
[ "Caches", "the", "commerce", "shipments", "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/CommerceShipmentPersistenceImpl.java#L1170-L1183
54,405
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java
CommerceShipmentPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceShipmentImpl.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(CommerceShipmentImpl.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", "(", "CommerceShipmentImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", ...
Clears the cache for all commerce shipments. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "shipments", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java#L1192-L1199
54,406
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java
CommerceShipmentPersistenceImpl.clearCache
@Override public void clearCache(CommerceShipment commerceShipment) { entityCache.removeResult(CommerceShipmentModelImpl.ENTITY_CACHE_ENABLED, CommerceShipmentImpl.class, commerceShipment.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAM...
java
@Override public void clearCache(CommerceShipment commerceShipment) { entityCache.removeResult(CommerceShipmentModelImpl.ENTITY_CACHE_ENABLED, CommerceShipmentImpl.class, commerceShipment.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAM...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceShipment", "commerceShipment", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceShipmentModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceShipmentImpl", ".", "class", ",", "commerceShipment", ...
Clears the cache for the commerce shipment. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "shipment", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java#L1208-L1215
54,407
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java
CommerceShipmentPersistenceImpl.findAll
@Override public List<CommerceShipment> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceShipment> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceShipment", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce shipments. @return the commerce shipments
[ "Returns", "all", "the", "commerce", "shipments", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceShipmentPersistenceImpl.java#L1666-L1669
54,408
liferay/com-liferay-commerce
commerce-account-api/src/main/java/com/liferay/commerce/account/service/CommerceAccountUserRelLocalServiceUtil.java
CommerceAccountUserRelLocalServiceUtil.getCommerceAccountUserRel
public static com.liferay.commerce.account.model.CommerceAccountUserRel getCommerceAccountUserRel( com.liferay.commerce.account.service.persistence.CommerceAccountUserRelPK commerceAccountUserRelPK) throws com.liferay.portal.kernel.exception.PortalException { return getService().getCommerceAccountUserRel(commerce...
java
public static com.liferay.commerce.account.model.CommerceAccountUserRel getCommerceAccountUserRel( com.liferay.commerce.account.service.persistence.CommerceAccountUserRelPK commerceAccountUserRelPK) throws com.liferay.portal.kernel.exception.PortalException { return getService().getCommerceAccountUserRel(commerce...
[ "public", "static", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "model", ".", "CommerceAccountUserRel", "getCommerceAccountUserRel", "(", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "service", ".", "persistence", ".", "CommerceA...
Returns the commerce account user rel with the primary key. @param commerceAccountUserRelPK the primary key of the commerce account user rel @return the commerce account user rel @throws PortalException if a commerce account user rel with the primary key could not be found
[ "Returns", "the", "commerce", "account", "user", "rel", "with", "the", "primary", "key", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-api/src/main/java/com/liferay/commerce/account/service/CommerceAccountUserRelLocalServiceUtil.java#L232-L236
54,409
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommerceTierPriceEntryPersistenceImpl.java
CommerceTierPriceEntryPersistenceImpl.cacheResult
@Override public void cacheResult(CommerceTierPriceEntry commerceTierPriceEntry) { entityCache.putResult(CommerceTierPriceEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceTierPriceEntryImpl.class, commerceTierPriceEntry.getPrimaryKey(), commerceTierPriceEntry); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G,...
java
@Override public void cacheResult(CommerceTierPriceEntry commerceTierPriceEntry) { entityCache.putResult(CommerceTierPriceEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceTierPriceEntryImpl.class, commerceTierPriceEntry.getPrimaryKey(), commerceTierPriceEntry); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G,...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceTierPriceEntry", "commerceTierPriceEntry", ")", "{", "entityCache", ".", "putResult", "(", "CommerceTierPriceEntryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceTierPriceEntryImpl", ".", "class", ",", ...
Caches the commerce tier price entry in the entity cache if it is enabled. @param commerceTierPriceEntry the commerce tier price entry
[ "Caches", "the", "commerce", "tier", "price", "entry", "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/CommerceTierPriceEntryPersistenceImpl.java#L4102-L4127
54,410
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommerceTierPriceEntryPersistenceImpl.java
CommerceTierPriceEntryPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceTierPriceEntry> commerceTierPriceEntries) { for (CommerceTierPriceEntry commerceTierPriceEntry : commerceTierPriceEntries) { if (entityCache.getResult( CommerceTierPriceEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceTierPriceEntryImpl.class, commer...
java
@Override public void cacheResult( List<CommerceTierPriceEntry> commerceTierPriceEntries) { for (CommerceTierPriceEntry commerceTierPriceEntry : commerceTierPriceEntries) { if (entityCache.getResult( CommerceTierPriceEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceTierPriceEntryImpl.class, commer...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceTierPriceEntry", ">", "commerceTierPriceEntries", ")", "{", "for", "(", "CommerceTierPriceEntry", "commerceTierPriceEntry", ":", "commerceTierPriceEntries", ")", "{", "if", "(", "entityCache", ...
Caches the commerce tier price entries in the entity cache if it is enabled. @param commerceTierPriceEntries the commerce tier price entries
[ "Caches", "the", "commerce", "tier", "price", "entries", "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/CommerceTierPriceEntryPersistenceImpl.java#L4134-L4148
54,411
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommerceTierPriceEntryPersistenceImpl.java
CommerceTierPriceEntryPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceTierPriceEntryImpl.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(CommerceTierPriceEntryImpl.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", "(", "CommerceTierPriceEntryImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCach...
Clears the cache for all commerce tier price entries. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "tier", "price", "entries", "." ]
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/CommerceTierPriceEntryPersistenceImpl.java#L4157-L4164
54,412
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommerceTierPriceEntryPersistenceImpl.java
CommerceTierPriceEntryPersistenceImpl.clearCache
@Override public void clearCache(CommerceTierPriceEntry commerceTierPriceEntry) { entityCache.removeResult(CommerceTierPriceEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceTierPriceEntryImpl.class, commerceTierPriceEntry.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finder...
java
@Override public void clearCache(CommerceTierPriceEntry commerceTierPriceEntry) { entityCache.removeResult(CommerceTierPriceEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceTierPriceEntryImpl.class, commerceTierPriceEntry.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finder...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceTierPriceEntry", "commerceTierPriceEntry", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceTierPriceEntryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceTierPriceEntryImpl", ".", "class", ",",...
Clears the cache for the commerce tier price entry. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "tier", "price", "entry", "." ]
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/CommerceTierPriceEntryPersistenceImpl.java#L4173-L4184
54,413
liferay/com-liferay-commerce
commerce-price-list-service/src/main/java/com/liferay/commerce/price/list/service/persistence/impl/CommerceTierPriceEntryPersistenceImpl.java
CommerceTierPriceEntryPersistenceImpl.findAll
@Override public List<CommerceTierPriceEntry> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceTierPriceEntry> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceTierPriceEntry", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce tier price entries. @return the commerce tier price entries
[ "Returns", "all", "the", "commerce", "tier", "price", "entries", "." ]
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/CommerceTierPriceEntryPersistenceImpl.java#L4839-L4842
54,414
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java
CPDefinitionSpecificationOptionValuePersistenceImpl.cacheResult
@Override public void cacheResult( CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) { entityCache.putResult(CPDefinitionSpecificationOptionValueModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionSpecificationOptionValueImpl.class, cpDefinitionSpecificationOptionValue.getPrimaryKey(), cp...
java
@Override public void cacheResult( CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) { entityCache.putResult(CPDefinitionSpecificationOptionValueModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionSpecificationOptionValueImpl.class, cpDefinitionSpecificationOptionValue.getPrimaryKey(), cp...
[ "@", "Override", "public", "void", "cacheResult", "(", "CPDefinitionSpecificationOptionValue", "cpDefinitionSpecificationOptionValue", ")", "{", "entityCache", ".", "putResult", "(", "CPDefinitionSpecificationOptionValueModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPDefinitionS...
Caches the cp definition specification option value in the entity cache if it is enabled. @param cpDefinitionSpecificationOptionValue the cp definition specification option value
[ "Caches", "the", "cp", "definition", "specification", "option", "value", "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/CPDefinitionSpecificationOptionValuePersistenceImpl.java#L5033-L5054
54,415
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java
CPDefinitionSpecificationOptionValuePersistenceImpl.cacheResult
@Override public void cacheResult( List<CPDefinitionSpecificationOptionValue> cpDefinitionSpecificationOptionValues) { for (CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue : cpDefinitionSpecificationOptionValues) { if (entityCache.getResult( CPDefinitionSpecificationOptionValueMo...
java
@Override public void cacheResult( List<CPDefinitionSpecificationOptionValue> cpDefinitionSpecificationOptionValues) { for (CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue : cpDefinitionSpecificationOptionValues) { if (entityCache.getResult( CPDefinitionSpecificationOptionValueMo...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CPDefinitionSpecificationOptionValue", ">", "cpDefinitionSpecificationOptionValues", ")", "{", "for", "(", "CPDefinitionSpecificationOptionValue", "cpDefinitionSpecificationOptionValue", ":", "cpDefinitionSpecif...
Caches the cp definition specification option values in the entity cache if it is enabled. @param cpDefinitionSpecificationOptionValues the cp definition specification option values
[ "Caches", "the", "cp", "definition", "specification", "option", "values", "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/CPDefinitionSpecificationOptionValuePersistenceImpl.java#L5061-L5075
54,416
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java
CPDefinitionSpecificationOptionValuePersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CPDefinitionSpecificationOptionValueImpl.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(CPDefinitionSpecificationOptionValueImpl.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", "(", "CPDefinitionSpecificationOptionValueImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", "."...
Clears the cache for all cp definition specification option values. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "cp", "definition", "specification", "option", "values", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java#L5084-L5091
54,417
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java
CPDefinitionSpecificationOptionValuePersistenceImpl.clearCache
@Override public void clearCache( CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) { entityCache.removeResult(CPDefinitionSpecificationOptionValueModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionSpecificationOptionValueImpl.class, cpDefinitionSpecificationOptionValue.getPrimaryKey()); ...
java
@Override public void clearCache( CPDefinitionSpecificationOptionValue cpDefinitionSpecificationOptionValue) { entityCache.removeResult(CPDefinitionSpecificationOptionValueModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionSpecificationOptionValueImpl.class, cpDefinitionSpecificationOptionValue.getPrimaryKey()); ...
[ "@", "Override", "public", "void", "clearCache", "(", "CPDefinitionSpecificationOptionValue", "cpDefinitionSpecificationOptionValue", ")", "{", "entityCache", ".", "removeResult", "(", "CPDefinitionSpecificationOptionValueModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPDefinitio...
Clears the cache for the cp definition specification option value. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "cp", "definition", "specification", "option", "value", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java#L5100-L5112
54,418
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java
CPDefinitionSpecificationOptionValuePersistenceImpl.findAll
@Override public List<CPDefinitionSpecificationOptionValue> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CPDefinitionSpecificationOptionValue> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CPDefinitionSpecificationOptionValue", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the cp definition specification option values. @return the cp definition specification option values
[ "Returns", "all", "the", "cp", "definition", "specification", "option", "values", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionSpecificationOptionValuePersistenceImpl.java#L5853-L5856
54,419
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceSubscriptionEntryLocalServiceBaseImpl.java
CommerceSubscriptionEntryLocalServiceBaseImpl.deleteCommerceSubscriptionEntry
@Indexable(type = IndexableType.DELETE) @Override public CommerceSubscriptionEntry deleteCommerceSubscriptionEntry( long commerceSubscriptionEntryId) throws PortalException { return commerceSubscriptionEntryPersistence.remove(commerceSubscriptionEntryId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceSubscriptionEntry deleteCommerceSubscriptionEntry( long commerceSubscriptionEntryId) throws PortalException { return commerceSubscriptionEntryPersistence.remove(commerceSubscriptionEntryId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceSubscriptionEntry", "deleteCommerceSubscriptionEntry", "(", "long", "commerceSubscriptionEntryId", ")", "throws", "PortalException", "{", "return", "commerceSubscr...
Deletes the commerce subscription entry with the primary key from the database. Also notifies the appropriate model listeners. @param commerceSubscriptionEntryId the primary key of the commerce subscription entry @return the commerce subscription entry that was removed @throws PortalException if a commerce subscriptio...
[ "Deletes", "the", "commerce", "subscription", "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-service/src/main/java/com/liferay/commerce/service/base/CommerceSubscriptionEntryLocalServiceBaseImpl.java#L141-L146
54,420
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceSubscriptionEntryLocalServiceBaseImpl.java
CommerceSubscriptionEntryLocalServiceBaseImpl.getCommerceSubscriptionEntriesByUuidAndCompanyId
@Override public List<CommerceSubscriptionEntry> getCommerceSubscriptionEntriesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommerceSubscriptionEntry> orderByComparator) { return commerceSubscriptionEntryPersistence.findByUuid_C(uuid, companyId, start, end, orderByCom...
java
@Override public List<CommerceSubscriptionEntry> getCommerceSubscriptionEntriesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommerceSubscriptionEntry> orderByComparator) { return commerceSubscriptionEntryPersistence.findByUuid_C(uuid, companyId, start, end, orderByCom...
[ "@", "Override", "public", "List", "<", "CommerceSubscriptionEntry", ">", "getCommerceSubscriptionEntriesByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CommerceSubscriptionEnt...
Returns a range of commerce subscription entries matching the UUID and company. @param uuid the UUID of the commerce subscription entries @param companyId the primary key of the company @param start the lower bound of the range of commerce subscription entries @param end the upper bound of the range of commerce subscr...
[ "Returns", "a", "range", "of", "commerce", "subscription", "entries", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceSubscriptionEntryLocalServiceBaseImpl.java#L405-L411
54,421
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/base/CommerceTaxMethodLocalServiceBaseImpl.java
CommerceTaxMethodLocalServiceBaseImpl.deleteCommerceTaxMethod
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxMethod deleteCommerceTaxMethod(long commerceTaxMethodId) throws PortalException { return commerceTaxMethodPersistence.remove(commerceTaxMethodId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxMethod deleteCommerceTaxMethod(long commerceTaxMethodId) throws PortalException { return commerceTaxMethodPersistence.remove(commerceTaxMethodId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceTaxMethod", "deleteCommerceTaxMethod", "(", "long", "commerceTaxMethodId", ")", "throws", "PortalException", "{", "return", "commerceTaxMethodPersistence", ".", ...
Deletes the commerce tax method with the primary key from the database. Also notifies the appropriate model listeners. @param commerceTaxMethodId the primary key of the commerce tax method @return the commerce tax method that was removed @throws PortalException if a commerce tax method with the primary key could not b...
[ "Deletes", "the", "commerce", "tax", "method", "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-service/src/main/java/com/liferay/commerce/tax/service/base/CommerceTaxMethodLocalServiceBaseImpl.java#L111-L116
54,422
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/base/CommerceTaxMethodLocalServiceBaseImpl.java
CommerceTaxMethodLocalServiceBaseImpl.deleteCommerceTaxMethod
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxMethod deleteCommerceTaxMethod( CommerceTaxMethod commerceTaxMethod) { return commerceTaxMethodPersistence.remove(commerceTaxMethod); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceTaxMethod deleteCommerceTaxMethod( CommerceTaxMethod commerceTaxMethod) { return commerceTaxMethodPersistence.remove(commerceTaxMethod); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceTaxMethod", "deleteCommerceTaxMethod", "(", "CommerceTaxMethod", "commerceTaxMethod", ")", "{", "return", "commerceTaxMethodPersistence", ".", "remove", "(", "...
Deletes the commerce tax method from the database. Also notifies the appropriate model listeners. @param commerceTaxMethod the commerce tax method @return the commerce tax method that was removed
[ "Deletes", "the", "commerce", "tax", "method", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/base/CommerceTaxMethodLocalServiceBaseImpl.java#L124-L129
54,423
liferay/com-liferay-commerce
commerce-tax-service/src/main/java/com/liferay/commerce/tax/service/base/CommerceTaxMethodLocalServiceBaseImpl.java
CommerceTaxMethodLocalServiceBaseImpl.updateCommerceTaxMethod
@Indexable(type = IndexableType.REINDEX) @Override public CommerceTaxMethod updateCommerceTaxMethod( CommerceTaxMethod commerceTaxMethod) { return commerceTaxMethodPersistence.update(commerceTaxMethod); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CommerceTaxMethod updateCommerceTaxMethod( CommerceTaxMethod commerceTaxMethod) { return commerceTaxMethodPersistence.update(commerceTaxMethod); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommerceTaxMethod", "updateCommerceTaxMethod", "(", "CommerceTaxMethod", "commerceTaxMethod", ")", "{", "return", "commerceTaxMethodPersistence", ".", "update", "(", ...
Updates the commerce tax method in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. @param commerceTaxMethod the commerce tax method @return the commerce tax method that was updated
[ "Updates", "the", "commerce", "tax", "method", "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-tax-service/src/main/java/com/liferay/commerce/tax/service/base/CommerceTaxMethodLocalServiceBaseImpl.java#L315-L320
54,424
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/service/CProductLocalServiceWrapper.java
CProductLocalServiceWrapper.getCProduct
@Override public com.liferay.commerce.product.model.CProduct getCProduct( long CProductId) throws com.liferay.portal.kernel.exception.PortalException { return _cProductLocalService.getCProduct(CProductId); }
java
@Override public com.liferay.commerce.product.model.CProduct getCProduct( long CProductId) throws com.liferay.portal.kernel.exception.PortalException { return _cProductLocalService.getCProduct(CProductId); }
[ "@", "Override", "public", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "model", ".", "CProduct", "getCProduct", "(", "long", "CProductId", ")", "throws", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "exception", ".", "PortalEx...
Returns the c product with the primary key. @param CProductId the primary key of the c product @return the c product @throws PortalException if a c product with the primary key could not be found
[ "Returns", "the", "c", "product", "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/CProductLocalServiceWrapper.java#L218-L223
54,425
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelServiceBaseImpl.java
CommerceAccountUserRelServiceBaseImpl.setCommerceAccountService
public void setCommerceAccountService( com.liferay.commerce.account.service.CommerceAccountService commerceAccountService) { this.commerceAccountService = commerceAccountService; }
java
public void setCommerceAccountService( com.liferay.commerce.account.service.CommerceAccountService commerceAccountService) { this.commerceAccountService = commerceAccountService; }
[ "public", "void", "setCommerceAccountService", "(", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "service", ".", "CommerceAccountService", "commerceAccountService", ")", "{", "this", ".", "commerceAccountService", "=", "commerceAccountService", ";", "}...
Sets the commerce account remote service. @param commerceAccountService the commerce account remote service
[ "Sets", "the", "commerce", "account", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelServiceBaseImpl.java#L94-L97
54,426
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelServiceBaseImpl.java
CommerceAccountUserRelServiceBaseImpl.setCommerceAccountOrganizationRelService
public void setCommerceAccountOrganizationRelService( com.liferay.commerce.account.service.CommerceAccountOrganizationRelService commerceAccountOrganizationRelService) { this.commerceAccountOrganizationRelService = commerceAccountOrganizationRelService; }
java
public void setCommerceAccountOrganizationRelService( com.liferay.commerce.account.service.CommerceAccountOrganizationRelService commerceAccountOrganizationRelService) { this.commerceAccountOrganizationRelService = commerceAccountOrganizationRelService; }
[ "public", "void", "setCommerceAccountOrganizationRelService", "(", "com", ".", "liferay", ".", "commerce", ".", "account", ".", "service", ".", "CommerceAccountOrganizationRelService", "commerceAccountOrganizationRelService", ")", "{", "this", ".", "commerceAccountOrganizatio...
Sets the commerce account organization rel remote service. @param commerceAccountOrganizationRelService the commerce account organization rel remote service
[ "Sets", "the", "commerce", "account", "organization", "rel", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelServiceBaseImpl.java#L170-L173
54,427
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelServiceBaseImpl.java
CommerceAccountUserRelServiceBaseImpl.setUserGroupRoleService
public void setUserGroupRoleService( com.liferay.portal.kernel.service.UserGroupRoleService userGroupRoleService) { this.userGroupRoleService = userGroupRoleService; }
java
public void setUserGroupRoleService( com.liferay.portal.kernel.service.UserGroupRoleService userGroupRoleService) { this.userGroupRoleService = userGroupRoleService; }
[ "public", "void", "setUserGroupRoleService", "(", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "service", ".", "UserGroupRoleService", "userGroupRoleService", ")", "{", "this", ".", "userGroupRoleService", "=", "userGroupRoleService", ";", "}" ]
Sets the user group role remote service. @param userGroupRoleService the user group role remote service
[ "Sets", "the", "user", "group", "role", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountUserRelServiceBaseImpl.java#L435-L438
54,428
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPOptionCategoryLocalServiceBaseImpl.java
CPOptionCategoryLocalServiceBaseImpl.deleteCPOptionCategory
@Indexable(type = IndexableType.DELETE) @Override public CPOptionCategory deleteCPOptionCategory(long CPOptionCategoryId) throws PortalException { return cpOptionCategoryPersistence.remove(CPOptionCategoryId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CPOptionCategory deleteCPOptionCategory(long CPOptionCategoryId) throws PortalException { return cpOptionCategoryPersistence.remove(CPOptionCategoryId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CPOptionCategory", "deleteCPOptionCategory", "(", "long", "CPOptionCategoryId", ")", "throws", "PortalException", "{", "return", "cpOptionCategoryPersistence", ".", "r...
Deletes the cp option category with the primary key from the database. Also notifies the appropriate model listeners. @param CPOptionCategoryId the primary key of the cp option category @return the cp option category that was removed @throws PortalException if a cp option category with the primary key could not be fou...
[ "Deletes", "the", "cp", "option", "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/CPOptionCategoryLocalServiceBaseImpl.java#L140-L145
54,429
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/base/CPOptionCategoryLocalServiceBaseImpl.java
CPOptionCategoryLocalServiceBaseImpl.getCPOptionCategoriesByUuidAndCompanyId
@Override public List<CPOptionCategory> getCPOptionCategoriesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPOptionCategory> orderByComparator) { return cpOptionCategoryPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
java
@Override public List<CPOptionCategory> getCPOptionCategoriesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPOptionCategory> orderByComparator) { return cpOptionCategoryPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
[ "@", "Override", "public", "List", "<", "CPOptionCategory", ">", "getCPOptionCategoriesByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CPOptionCategory", ">", "orderByCompa...
Returns a range of cp option categories matching the UUID and company. @param uuid the UUID of the cp option categories @param companyId the primary key of the company @param start the lower bound of the range of cp option categories @param end the upper bound of the range of cp option categories (not inclusive) @para...
[ "Returns", "a", "range", "of", "cp", "option", "categories", "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/CPOptionCategoryLocalServiceBaseImpl.java#L402-L408
54,430
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateAddressRelServiceBaseImpl.java
CommerceTaxFixedRateAddressRelServiceBaseImpl.getCommerceTaxFixedRateService
public com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateService getCommerceTaxFixedRateService() { return commerceTaxFixedRateService; }
java
public com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateService getCommerceTaxFixedRateService() { return commerceTaxFixedRateService; }
[ "public", "com", ".", "liferay", ".", "commerce", ".", "tax", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceTaxFixedRateService", "getCommerceTaxFixedRateService", "(", ")", "{", "return", "commerceTaxFixedRateService", ";", "}" ]
Returns the commerce tax fixed rate remote service. @return the commerce tax fixed rate remote service
[ "Returns", "the", "commerce", "tax", "fixed", "rate", "remote", "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/CommerceTaxFixedRateAddressRelServiceBaseImpl.java#L83-L85
54,431
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateAddressRelServiceBaseImpl.java
CommerceTaxFixedRateAddressRelServiceBaseImpl.setCommerceTaxFixedRateService
public void setCommerceTaxFixedRateService( com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateService commerceTaxFixedRateService) { this.commerceTaxFixedRateService = commerceTaxFixedRateService; }
java
public void setCommerceTaxFixedRateService( com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateService commerceTaxFixedRateService) { this.commerceTaxFixedRateService = commerceTaxFixedRateService; }
[ "public", "void", "setCommerceTaxFixedRateService", "(", "com", ".", "liferay", ".", "commerce", ".", "tax", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceTaxFixedRateService", "commerceTaxFixedRateService", ")", "{", "this", ".", "commerceTaxFixedRateSer...
Sets the commerce tax fixed rate remote service. @param commerceTaxFixedRateService the commerce tax fixed rate remote service
[ "Sets", "the", "commerce", "tax", "fixed", "rate", "remote", "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/CommerceTaxFixedRateAddressRelServiceBaseImpl.java#L92-L95
54,432
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationQueueEntryServiceBaseImpl.java
CommerceNotificationQueueEntryServiceBaseImpl.setCommerceNotificationTemplateService
public void setCommerceNotificationTemplateService( com.liferay.commerce.notification.service.CommerceNotificationTemplateService commerceNotificationTemplateService) { this.commerceNotificationTemplateService = commerceNotificationTemplateService; }
java
public void setCommerceNotificationTemplateService( com.liferay.commerce.notification.service.CommerceNotificationTemplateService commerceNotificationTemplateService) { this.commerceNotificationTemplateService = commerceNotificationTemplateService; }
[ "public", "void", "setCommerceNotificationTemplateService", "(", "com", ".", "liferay", ".", "commerce", ".", "notification", ".", "service", ".", "CommerceNotificationTemplateService", "commerceNotificationTemplateService", ")", "{", "this", ".", "commerceNotificationTemplat...
Sets the commerce notification template remote service. @param commerceNotificationTemplateService the commerce notification template remote service
[ "Sets", "the", "commerce", "notification", "template", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationQueueEntryServiceBaseImpl.java#L188-L191
54,433
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationQueueEntryServiceBaseImpl.java
CommerceNotificationQueueEntryServiceBaseImpl.setCommerceNotificationTemplateUserSegmentRelService
public void setCommerceNotificationTemplateUserSegmentRelService( com.liferay.commerce.notification.service.CommerceNotificationTemplateUserSegmentRelService commerceNotificationTemplateUserSegmentRelService) { this.commerceNotificationTemplateUserSegmentRelService = commerceNotificationTemplateUserSegmentRelServic...
java
public void setCommerceNotificationTemplateUserSegmentRelService( com.liferay.commerce.notification.service.CommerceNotificationTemplateUserSegmentRelService commerceNotificationTemplateUserSegmentRelService) { this.commerceNotificationTemplateUserSegmentRelService = commerceNotificationTemplateUserSegmentRelServic...
[ "public", "void", "setCommerceNotificationTemplateUserSegmentRelService", "(", "com", ".", "liferay", ".", "commerce", ".", "notification", ".", "service", ".", "CommerceNotificationTemplateUserSegmentRelService", "commerceNotificationTemplateUserSegmentRelService", ")", "{", "th...
Sets the commerce notification template user segment rel remote service. @param commerceNotificationTemplateUserSegmentRelService the commerce notification template user segment rel remote service
[ "Sets", "the", "commerce", "notification", "template", "user", "segment", "rel", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/base/CommerceNotificationQueueEntryServiceBaseImpl.java#L245-L248
54,434
liferay/com-liferay-commerce
commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryServiceBaseImpl.java
CPDefinitionGroupedEntryServiceBaseImpl.getCPDefinitionGroupedEntryLocalService
public com.liferay.commerce.product.type.grouped.service.CPDefinitionGroupedEntryLocalService getCPDefinitionGroupedEntryLocalService() { return cpDefinitionGroupedEntryLocalService; }
java
public com.liferay.commerce.product.type.grouped.service.CPDefinitionGroupedEntryLocalService getCPDefinitionGroupedEntryLocalService() { return cpDefinitionGroupedEntryLocalService; }
[ "public", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "type", ".", "grouped", ".", "service", ".", "CPDefinitionGroupedEntryLocalService", "getCPDefinitionGroupedEntryLocalService", "(", ")", "{", "return", "cpDefinitionGroupedEntryLocalService", ";", "...
Returns the cp definition grouped entry local service. @return the cp definition grouped entry local service
[ "Returns", "the", "cp", "definition", "grouped", "entry", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryServiceBaseImpl.java#L62-L64
54,435
liferay/com-liferay-commerce
commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryServiceBaseImpl.java
CPDefinitionGroupedEntryServiceBaseImpl.setCPDefinitionGroupedEntryLocalService
public void setCPDefinitionGroupedEntryLocalService( com.liferay.commerce.product.type.grouped.service.CPDefinitionGroupedEntryLocalService cpDefinitionGroupedEntryLocalService) { this.cpDefinitionGroupedEntryLocalService = cpDefinitionGroupedEntryLocalService; }
java
public void setCPDefinitionGroupedEntryLocalService( com.liferay.commerce.product.type.grouped.service.CPDefinitionGroupedEntryLocalService cpDefinitionGroupedEntryLocalService) { this.cpDefinitionGroupedEntryLocalService = cpDefinitionGroupedEntryLocalService; }
[ "public", "void", "setCPDefinitionGroupedEntryLocalService", "(", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "type", ".", "grouped", ".", "service", ".", "CPDefinitionGroupedEntryLocalService", "cpDefinitionGroupedEntryLocalService", ")", "{", "this", ...
Sets the cp definition grouped entry local service. @param cpDefinitionGroupedEntryLocalService the cp definition grouped entry local service
[ "Sets", "the", "cp", "definition", "grouped", "entry", "local", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryServiceBaseImpl.java#L71-L74
54,436
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java
CPMeasurementUnitPersistenceImpl.cacheResult
@Override public void cacheResult(CPMeasurementUnit cpMeasurementUnit) { entityCache.putResult(CPMeasurementUnitModelImpl.ENTITY_CACHE_ENABLED, CPMeasurementUnitImpl.class, cpMeasurementUnit.getPrimaryKey(), cpMeasurementUnit); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G, new Object[] { cpMeasu...
java
@Override public void cacheResult(CPMeasurementUnit cpMeasurementUnit) { entityCache.putResult(CPMeasurementUnitModelImpl.ENTITY_CACHE_ENABLED, CPMeasurementUnitImpl.class, cpMeasurementUnit.getPrimaryKey(), cpMeasurementUnit); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G, new Object[] { cpMeasu...
[ "@", "Override", "public", "void", "cacheResult", "(", "CPMeasurementUnit", "cpMeasurementUnit", ")", "{", "entityCache", ".", "putResult", "(", "CPMeasurementUnitModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPMeasurementUnitImpl", ".", "class", ",", "cpMeasurementUnit"...
Caches the cp measurement unit in the entity cache if it is enabled. @param cpMeasurementUnit the cp measurement unit
[ "Caches", "the", "cp", "measurement", "unit", "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/CPMeasurementUnitPersistenceImpl.java#L3431-L3449
54,437
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java
CPMeasurementUnitPersistenceImpl.cacheResult
@Override public void cacheResult(List<CPMeasurementUnit> cpMeasurementUnits) { for (CPMeasurementUnit cpMeasurementUnit : cpMeasurementUnits) { if (entityCache.getResult( CPMeasurementUnitModelImpl.ENTITY_CACHE_ENABLED, CPMeasurementUnitImpl.class, cpMeasurementUnit.getPrimaryKey()) == null) { ...
java
@Override public void cacheResult(List<CPMeasurementUnit> cpMeasurementUnits) { for (CPMeasurementUnit cpMeasurementUnit : cpMeasurementUnits) { if (entityCache.getResult( CPMeasurementUnitModelImpl.ENTITY_CACHE_ENABLED, CPMeasurementUnitImpl.class, cpMeasurementUnit.getPrimaryKey()) == null) { ...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CPMeasurementUnit", ">", "cpMeasurementUnits", ")", "{", "for", "(", "CPMeasurementUnit", "cpMeasurementUnit", ":", "cpMeasurementUnits", ")", "{", "if", "(", "entityCache", ".", "getResult", "("...
Caches the cp measurement units in the entity cache if it is enabled. @param cpMeasurementUnits the cp measurement units
[ "Caches", "the", "cp", "measurement", "units", "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/CPMeasurementUnitPersistenceImpl.java#L3456-L3469
54,438
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java
CPMeasurementUnitPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CPMeasurementUnitImpl.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(CPMeasurementUnitImpl.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", "(", "CPMeasurementUnitImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", ...
Clears the cache for all cp measurement units. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "cp", "measurement", "units", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java#L3478-L3485
54,439
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java
CPMeasurementUnitPersistenceImpl.clearCache
@Override public void clearCache(CPMeasurementUnit cpMeasurementUnit) { entityCache.removeResult(CPMeasurementUnitModelImpl.ENTITY_CACHE_ENABLED, CPMeasurementUnitImpl.class, cpMeasurementUnit.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLAS...
java
@Override public void clearCache(CPMeasurementUnit cpMeasurementUnit) { entityCache.removeResult(CPMeasurementUnitModelImpl.ENTITY_CACHE_ENABLED, CPMeasurementUnitImpl.class, cpMeasurementUnit.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLAS...
[ "@", "Override", "public", "void", "clearCache", "(", "CPMeasurementUnit", "cpMeasurementUnit", ")", "{", "entityCache", ".", "removeResult", "(", "CPMeasurementUnitModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPMeasurementUnitImpl", ".", "class", ",", "cpMeasurementUni...
Clears the cache for the cp measurement unit. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "cp", "measurement", "unit", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java#L3494-L3504
54,440
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java
CPMeasurementUnitPersistenceImpl.findAll
@Override public List<CPMeasurementUnit> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CPMeasurementUnit> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CPMeasurementUnit", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the cp measurement units. @return the cp measurement units
[ "Returns", "all", "the", "cp", "measurement", "units", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPMeasurementUnitPersistenceImpl.java#L4130-L4133
54,441
liferay/com-liferay-commerce
commerce-product-api/src/main/java/com/liferay/commerce/product/service/CPFriendlyURLEntryLocalServiceWrapper.java
CPFriendlyURLEntryLocalServiceWrapper.getCPFriendlyURLEntry
@Override public com.liferay.commerce.product.model.CPFriendlyURLEntry getCPFriendlyURLEntry( long CPFriendlyURLEntryId) throws com.liferay.portal.kernel.exception.PortalException { return _cpFriendlyURLEntryLocalService.getCPFriendlyURLEntry(CPFriendlyURLEntryId); }
java
@Override public com.liferay.commerce.product.model.CPFriendlyURLEntry getCPFriendlyURLEntry( long CPFriendlyURLEntryId) throws com.liferay.portal.kernel.exception.PortalException { return _cpFriendlyURLEntryLocalService.getCPFriendlyURLEntry(CPFriendlyURLEntryId); }
[ "@", "Override", "public", "com", ".", "liferay", ".", "commerce", ".", "product", ".", "model", ".", "CPFriendlyURLEntry", "getCPFriendlyURLEntry", "(", "long", "CPFriendlyURLEntryId", ")", "throws", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "...
Returns the cp friendly url entry with the primary key. @param CPFriendlyURLEntryId the primary key of the cp friendly url entry @return the cp friendly url entry @throws PortalException if a cp friendly url entry with the primary key could not be found
[ "Returns", "the", "cp", "friendly", "url", "entry", "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/CPFriendlyURLEntryLocalServiceWrapper.java#L320-L325
54,442
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelLocalServiceBaseImpl.java
CommercePaymentMethodGroupRelLocalServiceBaseImpl.addCommercePaymentMethodGroupRel
@Indexable(type = IndexableType.REINDEX) @Override public CommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel( CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) { commercePaymentMethodGroupRel.setNew(true); return commercePaymentMethodGroupRelPersistence.update(commercePaymentMethodGroupR...
java
@Indexable(type = IndexableType.REINDEX) @Override public CommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel( CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) { commercePaymentMethodGroupRel.setNew(true); return commercePaymentMethodGroupRelPersistence.update(commercePaymentMethodGroupR...
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommercePaymentMethodGroupRel", "addCommercePaymentMethodGroupRel", "(", "CommercePaymentMethodGroupRel", "commercePaymentMethodGroupRel", ")", "{", "commercePaymentMethodGroup...
Adds the commerce payment method group rel to the database. Also notifies the appropriate model listeners. @param commercePaymentMethodGroupRel the commerce payment method group rel @return the commerce payment method group rel that was added
[ "Adds", "the", "commerce", "payment", "method", "group", "rel", "to", "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/base/CommercePaymentMethodGroupRelLocalServiceBaseImpl.java#L85-L92
54,443
liferay/com-liferay-commerce
commerce-payment-service/src/main/java/com/liferay/commerce/payment/service/base/CommercePaymentMethodGroupRelLocalServiceBaseImpl.java
CommercePaymentMethodGroupRelLocalServiceBaseImpl.deleteCommercePaymentMethodGroupRel
@Indexable(type = IndexableType.DELETE) @Override public CommercePaymentMethodGroupRel deleteCommercePaymentMethodGroupRel( long commercePaymentMethodGroupRelId) throws PortalException { return commercePaymentMethodGroupRelPersistence.remove(commercePaymentMethodGroupRelId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommercePaymentMethodGroupRel deleteCommercePaymentMethodGroupRel( long commercePaymentMethodGroupRelId) throws PortalException { return commercePaymentMethodGroupRelPersistence.remove(commercePaymentMethodGroupRelId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommercePaymentMethodGroupRel", "deleteCommercePaymentMethodGroupRel", "(", "long", "commercePaymentMethodGroupRelId", ")", "throws", "PortalException", "{", "return", "co...
Deletes the commerce payment method group rel with the primary key from the database. Also notifies the appropriate model listeners. @param commercePaymentMethodGroupRelId the primary key of the commerce payment method group rel @return the commerce payment method group rel that was removed @throws PortalException if ...
[ "Deletes", "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/base/CommercePaymentMethodGroupRelLocalServiceBaseImpl.java#L114-L119
54,444
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelLocalServiceBaseImpl.java
CommerceShippingFixedOptionRelLocalServiceBaseImpl.deleteCommerceShippingFixedOptionRel
@Indexable(type = IndexableType.DELETE) @Override public CommerceShippingFixedOptionRel deleteCommerceShippingFixedOptionRel( long commerceShippingFixedOptionRelId) throws PortalException { return commerceShippingFixedOptionRelPersistence.remove(commerceShippingFixedOptionRelId); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceShippingFixedOptionRel deleteCommerceShippingFixedOptionRel( long commerceShippingFixedOptionRelId) throws PortalException { return commerceShippingFixedOptionRelPersistence.remove(commerceShippingFixedOptionRelId); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceShippingFixedOptionRel", "deleteCommerceShippingFixedOptionRel", "(", "long", "commerceShippingFixedOptionRelId", ")", "throws", "PortalException", "{", "return", ...
Deletes the commerce shipping fixed option rel with the primary key from the database. Also notifies the appropriate model listeners. @param commerceShippingFixedOptionRelId the primary key of the commerce shipping fixed option rel @return the commerce shipping fixed option rel that was removed @throws PortalException...
[ "Deletes", "the", "commerce", "shipping", "fixed", "option", "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-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelLocalServiceBaseImpl.java#L115-L120
54,445
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelLocalServiceBaseImpl.java
CommerceShippingFixedOptionRelLocalServiceBaseImpl.deleteCommerceShippingFixedOptionRel
@Indexable(type = IndexableType.DELETE) @Override public CommerceShippingFixedOptionRel deleteCommerceShippingFixedOptionRel( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { return commerceShippingFixedOptionRelPersistence.remove(commerceShippingFixedOptionRel); }
java
@Indexable(type = IndexableType.DELETE) @Override public CommerceShippingFixedOptionRel deleteCommerceShippingFixedOptionRel( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { return commerceShippingFixedOptionRelPersistence.remove(commerceShippingFixedOptionRel); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CommerceShippingFixedOptionRel", "deleteCommerceShippingFixedOptionRel", "(", "CommerceShippingFixedOptionRel", "commerceShippingFixedOptionRel", ")", "{", "return", "commerce...
Deletes the commerce shipping fixed option rel from the database. Also notifies the appropriate model listeners. @param commerceShippingFixedOptionRel the commerce shipping fixed option rel @return the commerce shipping fixed option rel that was removed
[ "Deletes", "the", "commerce", "shipping", "fixed", "option", "rel", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelLocalServiceBaseImpl.java#L128-L133
54,446
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelLocalServiceBaseImpl.java
CommerceShippingFixedOptionRelLocalServiceBaseImpl.updateCommerceShippingFixedOptionRel
@Indexable(type = IndexableType.REINDEX) @Override public CommerceShippingFixedOptionRel updateCommerceShippingFixedOptionRel( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { return commerceShippingFixedOptionRelPersistence.update(commerceShippingFixedOptionRel); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CommerceShippingFixedOptionRel updateCommerceShippingFixedOptionRel( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { return commerceShippingFixedOptionRelPersistence.update(commerceShippingFixedOptionRel); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommerceShippingFixedOptionRel", "updateCommerceShippingFixedOptionRel", "(", "CommerceShippingFixedOptionRel", "commerceShippingFixedOptionRel", ")", "{", "return", "commerc...
Updates the commerce shipping fixed option rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. @param commerceShippingFixedOptionRel the commerce shipping fixed option rel @return the commerce shipping fixed option rel that was updated
[ "Updates", "the", "commerce", "shipping", "fixed", "option", "rel", "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-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelLocalServiceBaseImpl.java#L323-L328
54,447
liferay/com-liferay-commerce
commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java
CommerceDiscountUserSegmentRelPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel) { entityCache.putResult(CommerceDiscountUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceDiscountUserSegmentRelImpl.class, commerceDiscountUserSegmentRel.getPrimaryKey(), commerceDiscountUserSegmentRel);...
java
@Override public void cacheResult( CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel) { entityCache.putResult(CommerceDiscountUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceDiscountUserSegmentRelImpl.class, commerceDiscountUserSegmentRel.getPrimaryKey(), commerceDiscountUserSegmentRel);...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceDiscountUserSegmentRel", "commerceDiscountUserSegmentRel", ")", "{", "entityCache", ".", "putResult", "(", "CommerceDiscountUserSegmentRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceDiscountUserSegmentRelI...
Caches the commerce discount user segment rel in the entity cache if it is enabled. @param commerceDiscountUserSegmentRel the commerce discount user segment rel
[ "Caches", "the", "commerce", "discount", "user", "segment", "rel", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java#L1190-L1199
54,448
liferay/com-liferay-commerce
commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java
CommerceDiscountUserSegmentRelPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceDiscountUserSegmentRel> commerceDiscountUserSegmentRels) { for (CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel : commerceDiscountUserSegmentRels) { if (entityCache.getResult( CommerceDiscountUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, ...
java
@Override public void cacheResult( List<CommerceDiscountUserSegmentRel> commerceDiscountUserSegmentRels) { for (CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel : commerceDiscountUserSegmentRels) { if (entityCache.getResult( CommerceDiscountUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, ...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceDiscountUserSegmentRel", ">", "commerceDiscountUserSegmentRels", ")", "{", "for", "(", "CommerceDiscountUserSegmentRel", "commerceDiscountUserSegmentRel", ":", "commerceDiscountUserSegmentRels", ")", ...
Caches the commerce discount user segment rels in the entity cache if it is enabled. @param commerceDiscountUserSegmentRels the commerce discount user segment rels
[ "Caches", "the", "commerce", "discount", "user", "segment", "rels", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java#L1206-L1220
54,449
liferay/com-liferay-commerce
commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java
CommerceDiscountUserSegmentRelPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceDiscountUserSegmentRelImpl.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(CommerceDiscountUserSegmentRelImpl.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", "(", "CommerceDiscountUserSegmentRelImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "c...
Clears the cache for all commerce discount user segment rels. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "discount", "user", "segment", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java#L1229-L1236
54,450
liferay/com-liferay-commerce
commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java
CommerceDiscountUserSegmentRelPersistenceImpl.clearCache
@Override public void clearCache( CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel) { entityCache.removeResult(CommerceDiscountUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceDiscountUserSegmentRelImpl.class, commerceDiscountUserSegmentRel.getPrimaryKey()); finderCache.clearCache(FINDER...
java
@Override public void clearCache( CommerceDiscountUserSegmentRel commerceDiscountUserSegmentRel) { entityCache.removeResult(CommerceDiscountUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceDiscountUserSegmentRelImpl.class, commerceDiscountUserSegmentRel.getPrimaryKey()); finderCache.clearCache(FINDER...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceDiscountUserSegmentRel", "commerceDiscountUserSegmentRel", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceDiscountUserSegmentRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceDiscountUserSegmentRe...
Clears the cache for the commerce discount user segment rel. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "discount", "user", "segment", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java#L1245-L1254
54,451
liferay/com-liferay-commerce
commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java
CommerceDiscountUserSegmentRelPersistenceImpl.findAll
@Override public List<CommerceDiscountUserSegmentRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceDiscountUserSegmentRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceDiscountUserSegmentRel", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce discount user segment rels. @return the commerce discount user segment rels
[ "Returns", "all", "the", "commerce", "discount", "user", "segment", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-discount-service/src/main/java/com/liferay/commerce/discount/service/persistence/impl/CommerceDiscountUserSegmentRelPersistenceImpl.java#L1729-L1732
54,452
liferay/com-liferay-commerce
commerce-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountOrganizationRelLocalServiceBaseImpl.java
CommerceAccountOrganizationRelLocalServiceBaseImpl.updateCommerceAccountOrganizationRel
@Indexable(type = IndexableType.REINDEX) @Override public CommerceAccountOrganizationRel updateCommerceAccountOrganizationRel( CommerceAccountOrganizationRel commerceAccountOrganizationRel) { return commerceAccountOrganizationRelPersistence.update(commerceAccountOrganizationRel); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CommerceAccountOrganizationRel updateCommerceAccountOrganizationRel( CommerceAccountOrganizationRel commerceAccountOrganizationRel) { return commerceAccountOrganizationRelPersistence.update(commerceAccountOrganizationRel); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CommerceAccountOrganizationRel", "updateCommerceAccountOrganizationRel", "(", "CommerceAccountOrganizationRel", "commerceAccountOrganizationRel", ")", "{", "return", "commerc...
Updates the commerce account organization rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. @param commerceAccountOrganizationRel the commerce account organization rel @return the commerce account organization rel that was updated
[ "Updates", "the", "commerce", "account", "organization", "rel", "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-account-service/src/main/java/com/liferay/commerce/account/service/base/CommerceAccountOrganizationRelLocalServiceBaseImpl.java#L327-L332
54,453
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelServiceBaseImpl.java
CommerceShippingFixedOptionRelServiceBaseImpl.getCommerceShippingFixedOptionService
public com.liferay.commerce.shipping.engine.fixed.service.CommerceShippingFixedOptionService getCommerceShippingFixedOptionService() { return commerceShippingFixedOptionService; }
java
public com.liferay.commerce.shipping.engine.fixed.service.CommerceShippingFixedOptionService getCommerceShippingFixedOptionService() { return commerceShippingFixedOptionService; }
[ "public", "com", ".", "liferay", ".", "commerce", ".", "shipping", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceShippingFixedOptionService", "getCommerceShippingFixedOptionService", "(", ")", "{", "return", "commerceShippingFixedOptionService", ";", "}" ]
Returns the commerce shipping fixed option remote service. @return the commerce shipping fixed option remote service
[ "Returns", "the", "commerce", "shipping", "fixed", "option", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelServiceBaseImpl.java#L83-L85
54,454
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelServiceBaseImpl.java
CommerceShippingFixedOptionRelServiceBaseImpl.setCommerceShippingFixedOptionService
public void setCommerceShippingFixedOptionService( com.liferay.commerce.shipping.engine.fixed.service.CommerceShippingFixedOptionService commerceShippingFixedOptionService) { this.commerceShippingFixedOptionService = commerceShippingFixedOptionService; }
java
public void setCommerceShippingFixedOptionService( com.liferay.commerce.shipping.engine.fixed.service.CommerceShippingFixedOptionService commerceShippingFixedOptionService) { this.commerceShippingFixedOptionService = commerceShippingFixedOptionService; }
[ "public", "void", "setCommerceShippingFixedOptionService", "(", "com", ".", "liferay", ".", "commerce", ".", "shipping", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceShippingFixedOptionService", "commerceShippingFixedOptionService", ")", "{", "this", ".", ...
Sets the commerce shipping fixed option remote service. @param commerceShippingFixedOptionService the commerce shipping fixed option remote service
[ "Sets", "the", "commerce", "shipping", "fixed", "option", "remote", "service", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/base/CommerceShippingFixedOptionRelServiceBaseImpl.java#L92-L95
54,455
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java
CommerceShippingFixedOptionPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceShippingFixedOption commerceShippingFixedOption) { entityCache.putResult(CommerceShippingFixedOptionModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionImpl.class, commerceShippingFixedOption.getPrimaryKey(), commerceShippingFixedOption); commerceShippi...
java
@Override public void cacheResult( CommerceShippingFixedOption commerceShippingFixedOption) { entityCache.putResult(CommerceShippingFixedOptionModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionImpl.class, commerceShippingFixedOption.getPrimaryKey(), commerceShippingFixedOption); commerceShippi...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceShippingFixedOption", "commerceShippingFixedOption", ")", "{", "entityCache", ".", "putResult", "(", "CommerceShippingFixedOptionModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceShippingFixedOptionImpl", ".",...
Caches the commerce shipping fixed option in the entity cache if it is enabled. @param commerceShippingFixedOption the commerce shipping fixed option
[ "Caches", "the", "commerce", "shipping", "fixed", "option", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java#L639-L648
54,456
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java
CommerceShippingFixedOptionPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceShippingFixedOption> commerceShippingFixedOptions) { for (CommerceShippingFixedOption commerceShippingFixedOption : commerceShippingFixedOptions) { if (entityCache.getResult( CommerceShippingFixedOptionModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFi...
java
@Override public void cacheResult( List<CommerceShippingFixedOption> commerceShippingFixedOptions) { for (CommerceShippingFixedOption commerceShippingFixedOption : commerceShippingFixedOptions) { if (entityCache.getResult( CommerceShippingFixedOptionModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFi...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceShippingFixedOption", ">", "commerceShippingFixedOptions", ")", "{", "for", "(", "CommerceShippingFixedOption", "commerceShippingFixedOption", ":", "commerceShippingFixedOptions", ")", "{", "if", ...
Caches the commerce shipping fixed options in the entity cache if it is enabled. @param commerceShippingFixedOptions the commerce shipping fixed options
[ "Caches", "the", "commerce", "shipping", "fixed", "options", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java#L655-L669
54,457
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java
CommerceShippingFixedOptionPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceShippingFixedOptionImpl.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(CommerceShippingFixedOptionImpl.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", "(", "CommerceShippingFixedOptionImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clea...
Clears the cache for all commerce shipping fixed options. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "shipping", "fixed", "options", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java#L678-L685
54,458
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java
CommerceShippingFixedOptionPersistenceImpl.clearCache
@Override public void clearCache( CommerceShippingFixedOption commerceShippingFixedOption) { entityCache.removeResult(CommerceShippingFixedOptionModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionImpl.class, commerceShippingFixedOption.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIS...
java
@Override public void clearCache( CommerceShippingFixedOption commerceShippingFixedOption) { entityCache.removeResult(CommerceShippingFixedOptionModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionImpl.class, commerceShippingFixedOption.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIS...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceShippingFixedOption", "commerceShippingFixedOption", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceShippingFixedOptionModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceShippingFixedOptionImpl", "....
Clears the cache for the commerce shipping fixed option. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "shipping", "fixed", "option", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java#L694-L703
54,459
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java
CommerceShippingFixedOptionPersistenceImpl.remove
@Override public CommerceShippingFixedOption remove(Serializable primaryKey) throws NoSuchShippingFixedOptionException { Session session = null; try { session = openSession(); CommerceShippingFixedOption commerceShippingFixedOption = (CommerceShippingFixedOption)session.get(CommerceShippingFixedOptionImp...
java
@Override public CommerceShippingFixedOption remove(Serializable primaryKey) throws NoSuchShippingFixedOptionException { Session session = null; try { session = openSession(); CommerceShippingFixedOption commerceShippingFixedOption = (CommerceShippingFixedOption)session.get(CommerceShippingFixedOptionImp...
[ "@", "Override", "public", "CommerceShippingFixedOption", "remove", "(", "Serializable", "primaryKey", ")", "throws", "NoSuchShippingFixedOptionException", "{", "Session", "session", "=", "null", ";", "try", "{", "session", "=", "openSession", "(", ")", ";", "Commer...
Removes the commerce shipping fixed option with the primary key from the database. Also notifies the appropriate model listeners. @param primaryKey the primary key of the commerce shipping fixed option @return the commerce shipping fixed option that was removed @throws NoSuchShippingFixedOptionException if a commerce ...
[ "Removes", "the", "commerce", "shipping", "fixed", "option", "with", "the", "primary", "key", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java#L758-L789
54,460
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java
CommerceShippingFixedOptionPersistenceImpl.findAll
@Override public List<CommerceShippingFixedOption> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceShippingFixedOption> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceShippingFixedOption", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce shipping fixed options. @return the commerce shipping fixed options
[ "Returns", "all", "the", "commerce", "shipping", "fixed", "options", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionPersistenceImpl.java#L1146-L1149
54,461
liferay/com-liferay-commerce
commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryLocalServiceBaseImpl.java
CPDefinitionGroupedEntryLocalServiceBaseImpl.deleteCPDefinitionGroupedEntry
@Indexable(type = IndexableType.DELETE) @Override public CPDefinitionGroupedEntry deleteCPDefinitionGroupedEntry( CPDefinitionGroupedEntry cpDefinitionGroupedEntry) { return cpDefinitionGroupedEntryPersistence.remove(cpDefinitionGroupedEntry); }
java
@Indexable(type = IndexableType.DELETE) @Override public CPDefinitionGroupedEntry deleteCPDefinitionGroupedEntry( CPDefinitionGroupedEntry cpDefinitionGroupedEntry) { return cpDefinitionGroupedEntryPersistence.remove(cpDefinitionGroupedEntry); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "DELETE", ")", "@", "Override", "public", "CPDefinitionGroupedEntry", "deleteCPDefinitionGroupedEntry", "(", "CPDefinitionGroupedEntry", "cpDefinitionGroupedEntry", ")", "{", "return", "cpDefinitionGroupedEntryPersiste...
Deletes the cp definition grouped entry from the database. Also notifies the appropriate model listeners. @param cpDefinitionGroupedEntry the cp definition grouped entry @return the cp definition grouped entry that was removed
[ "Deletes", "the", "cp", "definition", "grouped", "entry", "from", "the", "database", ".", "Also", "notifies", "the", "appropriate", "model", "listeners", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryLocalServiceBaseImpl.java#L132-L137
54,462
liferay/com-liferay-commerce
commerce-product-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryLocalServiceBaseImpl.java
CPDefinitionGroupedEntryLocalServiceBaseImpl.updateCPDefinitionGroupedEntry
@Indexable(type = IndexableType.REINDEX) @Override public CPDefinitionGroupedEntry updateCPDefinitionGroupedEntry( CPDefinitionGroupedEntry cpDefinitionGroupedEntry) { return cpDefinitionGroupedEntryPersistence.update(cpDefinitionGroupedEntry); }
java
@Indexable(type = IndexableType.REINDEX) @Override public CPDefinitionGroupedEntry updateCPDefinitionGroupedEntry( CPDefinitionGroupedEntry cpDefinitionGroupedEntry) { return cpDefinitionGroupedEntryPersistence.update(cpDefinitionGroupedEntry); }
[ "@", "Indexable", "(", "type", "=", "IndexableType", ".", "REINDEX", ")", "@", "Override", "public", "CPDefinitionGroupedEntry", "updateCPDefinitionGroupedEntry", "(", "CPDefinitionGroupedEntry", "cpDefinitionGroupedEntry", ")", "{", "return", "cpDefinitionGroupedEntryPersist...
Updates the cp definition grouped entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners. @param cpDefinitionGroupedEntry the cp definition grouped entry @return the cp definition grouped entry that was updated
[ "Updates", "the", "cp", "definition", "grouped", "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-type-grouped-service/src/main/java/com/liferay/commerce/product/type/grouped/service/base/CPDefinitionGroupedEntryLocalServiceBaseImpl.java#L438-L443
54,463
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java
CommerceNotificationTemplateUserSegmentRelPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceNotificationTemplateUserSegmentRel commerceNotificationTemplateUserSegmentRel) { entityCache.putResult(CommerceNotificationTemplateUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationTemplateUserSegmentRelImpl.class, commerceNotificationTemplateUserSeg...
java
@Override public void cacheResult( CommerceNotificationTemplateUserSegmentRel commerceNotificationTemplateUserSegmentRel) { entityCache.putResult(CommerceNotificationTemplateUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationTemplateUserSegmentRelImpl.class, commerceNotificationTemplateUserSeg...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceNotificationTemplateUserSegmentRel", "commerceNotificationTemplateUserSegmentRel", ")", "{", "entityCache", ".", "putResult", "(", "CommerceNotificationTemplateUserSegmentRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ","...
Caches the commerce notification template user segment rel in the entity cache if it is enabled. @param commerceNotificationTemplateUserSegmentRel the commerce notification template user segment rel
[ "Caches", "the", "commerce", "notification", "template", "user", "segment", "rel", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java#L1441-L1456
54,464
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java
CommerceNotificationTemplateUserSegmentRelPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceNotificationTemplateUserSegmentRel> commerceNotificationTemplateUserSegmentRels) { for (CommerceNotificationTemplateUserSegmentRel commerceNotificationTemplateUserSegmentRel : commerceNotificationTemplateUserSegmentRels) { if (entityCache.getResult( Commerce...
java
@Override public void cacheResult( List<CommerceNotificationTemplateUserSegmentRel> commerceNotificationTemplateUserSegmentRels) { for (CommerceNotificationTemplateUserSegmentRel commerceNotificationTemplateUserSegmentRel : commerceNotificationTemplateUserSegmentRels) { if (entityCache.getResult( Commerce...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceNotificationTemplateUserSegmentRel", ">", "commerceNotificationTemplateUserSegmentRels", ")", "{", "for", "(", "CommerceNotificationTemplateUserSegmentRel", "commerceNotificationTemplateUserSegmentRel", ":...
Caches the commerce notification template user segment rels in the entity cache if it is enabled. @param commerceNotificationTemplateUserSegmentRels the commerce notification template user segment rels
[ "Caches", "the", "commerce", "notification", "template", "user", "segment", "rels", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java#L1463-L1477
54,465
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java
CommerceNotificationTemplateUserSegmentRelPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceNotificationTemplateUserSegmentRelImpl.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(CommerceNotificationTemplateUserSegmentRelImpl.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", "(", "CommerceNotificationTemplateUserSegmentRelImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache",...
Clears the cache for all commerce notification template user segment rels. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "notification", "template", "user", "segment", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java#L1486-L1493
54,466
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java
CommerceNotificationTemplateUserSegmentRelPersistenceImpl.clearCache
@Override public void clearCache( CommerceNotificationTemplateUserSegmentRel commerceNotificationTemplateUserSegmentRel) { entityCache.removeResult(CommerceNotificationTemplateUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationTemplateUserSegmentRelImpl.class, commerceNotificationTemplateUserS...
java
@Override public void clearCache( CommerceNotificationTemplateUserSegmentRel commerceNotificationTemplateUserSegmentRel) { entityCache.removeResult(CommerceNotificationTemplateUserSegmentRelModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationTemplateUserSegmentRelImpl.class, commerceNotificationTemplateUserS...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceNotificationTemplateUserSegmentRel", "commerceNotificationTemplateUserSegmentRel", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceNotificationTemplateUserSegmentRelModelImpl", ".", "ENTITY_CACHE_ENABLED", "...
Clears the cache for the commerce notification template user segment rel. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "notification", "template", "user", "segment", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java#L1502-L1514
54,467
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java
CommerceNotificationTemplateUserSegmentRelPersistenceImpl.findAll
@Override public List<CommerceNotificationTemplateUserSegmentRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceNotificationTemplateUserSegmentRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceNotificationTemplateUserSegmentRel", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce notification template user segment rels. @return the commerce notification template user segment rels
[ "Returns", "all", "the", "commerce", "notification", "template", "user", "segment", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationTemplateUserSegmentRelPersistenceImpl.java#L2044-L2047
54,468
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateServiceBaseImpl.java
CommerceTaxFixedRateServiceBaseImpl.getCommerceTaxFixedRateAddressRelService
public com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelService getCommerceTaxFixedRateAddressRelService() { return commerceTaxFixedRateAddressRelService; }
java
public com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelService getCommerceTaxFixedRateAddressRelService() { return commerceTaxFixedRateAddressRelService; }
[ "public", "com", ".", "liferay", ".", "commerce", ".", "tax", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceTaxFixedRateAddressRelService", "getCommerceTaxFixedRateAddressRelService", "(", ")", "{", "return", "commerceTaxFixedRateAddressRelService", ";", "}...
Returns the commerce tax fixed rate address rel remote service. @return the commerce tax fixed rate address rel remote service
[ "Returns", "the", "commerce", "tax", "fixed", "rate", "address", "rel", "remote", "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/CommerceTaxFixedRateServiceBaseImpl.java#L140-L142
54,469
liferay/com-liferay-commerce
commerce-tax-engine-fixed-service/src/main/java/com/liferay/commerce/tax/engine/fixed/service/base/CommerceTaxFixedRateServiceBaseImpl.java
CommerceTaxFixedRateServiceBaseImpl.setCommerceTaxFixedRateAddressRelService
public void setCommerceTaxFixedRateAddressRelService( com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelService commerceTaxFixedRateAddressRelService) { this.commerceTaxFixedRateAddressRelService = commerceTaxFixedRateAddressRelService; }
java
public void setCommerceTaxFixedRateAddressRelService( com.liferay.commerce.tax.engine.fixed.service.CommerceTaxFixedRateAddressRelService commerceTaxFixedRateAddressRelService) { this.commerceTaxFixedRateAddressRelService = commerceTaxFixedRateAddressRelService; }
[ "public", "void", "setCommerceTaxFixedRateAddressRelService", "(", "com", ".", "liferay", ".", "commerce", ".", "tax", ".", "engine", ".", "fixed", ".", "service", ".", "CommerceTaxFixedRateAddressRelService", "commerceTaxFixedRateAddressRelService", ")", "{", "this", "...
Sets the commerce tax fixed rate address rel remote service. @param commerceTaxFixedRateAddressRelService the commerce tax fixed rate address rel remote service
[ "Sets", "the", "commerce", "tax", "fixed", "rate", "address", "rel", "remote", "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/CommerceTaxFixedRateServiceBaseImpl.java#L149-L152
54,470
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java
CommerceWarehouseItemPersistenceImpl.cacheResult
@Override public void cacheResult(CommerceWarehouseItem commerceWarehouseItem) { entityCache.putResult(CommerceWarehouseItemModelImpl.ENTITY_CACHE_ENABLED, CommerceWarehouseItemImpl.class, commerceWarehouseItem.getPrimaryKey(), commerceWarehouseItem); finderCache.putResult(FINDER_PATH_FETCH_BY_CWI_CPIU, ...
java
@Override public void cacheResult(CommerceWarehouseItem commerceWarehouseItem) { entityCache.putResult(CommerceWarehouseItemModelImpl.ENTITY_CACHE_ENABLED, CommerceWarehouseItemImpl.class, commerceWarehouseItem.getPrimaryKey(), commerceWarehouseItem); finderCache.putResult(FINDER_PATH_FETCH_BY_CWI_CPIU, ...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceWarehouseItem", "commerceWarehouseItem", ")", "{", "entityCache", ".", "putResult", "(", "CommerceWarehouseItemModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceWarehouseItemImpl", ".", "class", ",", "co...
Caches the commerce warehouse item in the entity cache if it is enabled. @param commerceWarehouseItem the commerce warehouse item
[ "Caches", "the", "commerce", "warehouse", "item", "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/CommerceWarehouseItemPersistenceImpl.java#L1486-L1499
54,471
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java
CommerceWarehouseItemPersistenceImpl.cacheResult
@Override public void cacheResult(List<CommerceWarehouseItem> commerceWarehouseItems) { for (CommerceWarehouseItem commerceWarehouseItem : commerceWarehouseItems) { if (entityCache.getResult( CommerceWarehouseItemModelImpl.ENTITY_CACHE_ENABLED, CommerceWarehouseItemImpl.class, commerceWarehouseI...
java
@Override public void cacheResult(List<CommerceWarehouseItem> commerceWarehouseItems) { for (CommerceWarehouseItem commerceWarehouseItem : commerceWarehouseItems) { if (entityCache.getResult( CommerceWarehouseItemModelImpl.ENTITY_CACHE_ENABLED, CommerceWarehouseItemImpl.class, commerceWarehouseI...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceWarehouseItem", ">", "commerceWarehouseItems", ")", "{", "for", "(", "CommerceWarehouseItem", "commerceWarehouseItem", ":", "commerceWarehouseItems", ")", "{", "if", "(", "entityCache", ".", ...
Caches the commerce warehouse items in the entity cache if it is enabled. @param commerceWarehouseItems the commerce warehouse items
[ "Caches", "the", "commerce", "warehouse", "items", "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/CommerceWarehouseItemPersistenceImpl.java#L1506-L1519
54,472
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java
CommerceWarehouseItemPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceWarehouseItemImpl.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(CommerceWarehouseItemImpl.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", "(", "CommerceWarehouseItemImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache...
Clears the cache for all commerce warehouse items. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "warehouse", "items", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java#L1528-L1535
54,473
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java
CommerceWarehouseItemPersistenceImpl.clearCache
@Override public void clearCache(CommerceWarehouseItem commerceWarehouseItem) { entityCache.removeResult(CommerceWarehouseItemModelImpl.ENTITY_CACHE_ENABLED, CommerceWarehouseItemImpl.class, commerceWarehouseItem.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache...
java
@Override public void clearCache(CommerceWarehouseItem commerceWarehouseItem) { entityCache.removeResult(CommerceWarehouseItemModelImpl.ENTITY_CACHE_ENABLED, CommerceWarehouseItemImpl.class, commerceWarehouseItem.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceWarehouseItem", "commerceWarehouseItem", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceWarehouseItemModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceWarehouseItemImpl", ".", "class", ",", "...
Clears the cache for the commerce warehouse item. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "warehouse", "item", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java#L1544-L1555
54,474
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java
CommerceWarehouseItemPersistenceImpl.findAll
@Override public List<CommerceWarehouseItem> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceWarehouseItem> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceWarehouseItem", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce warehouse items. @return the commerce warehouse items
[ "Returns", "all", "the", "commerce", "warehouse", "items", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/persistence/impl/CommerceWarehouseItemPersistenceImpl.java#L2062-L2065
54,475
liferay/com-liferay-commerce
commerce-api/src/main/java/com/liferay/commerce/model/CommerceOrderItemWrapper.java
CommerceOrderItemWrapper.getName
@Override public String getName(String languageId, boolean useDefault) { return _commerceOrderItem.getName(languageId, useDefault); }
java
@Override public String getName(String languageId, boolean useDefault) { return _commerceOrderItem.getName(languageId, useDefault); }
[ "@", "Override", "public", "String", "getName", "(", "String", "languageId", ",", "boolean", "useDefault", ")", "{", "return", "_commerceOrderItem", ".", "getName", "(", "languageId", ",", "useDefault", ")", ";", "}" ]
Returns the localized name of this commerce order item 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...
[ "Returns", "the", "localized", "name", "of", "this", "commerce", "order", "item", "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-api/src/main/java/com/liferay/commerce/model/CommerceOrderItemWrapper.java#L515-L518
54,476
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java
CommerceShippingFixedOptionRelPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { entityCache.putResult(CommerceShippingFixedOptionRelModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionRelImpl.class, commerceShippingFixedOptionRel.getPrimaryKey(), commerceShippingFixedOptionRel);...
java
@Override public void cacheResult( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { entityCache.putResult(CommerceShippingFixedOptionRelModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionRelImpl.class, commerceShippingFixedOptionRel.getPrimaryKey(), commerceShippingFixedOptionRel);...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceShippingFixedOptionRel", "commerceShippingFixedOptionRel", ")", "{", "entityCache", ".", "putResult", "(", "CommerceShippingFixedOptionRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceShippingFixedOptionRelI...
Caches the commerce shipping fixed option rel in the entity cache if it is enabled. @param commerceShippingFixedOptionRel the commerce shipping fixed option rel
[ "Caches", "the", "commerce", "shipping", "fixed", "option", "rel", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java#L1197-L1206
54,477
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java
CommerceShippingFixedOptionRelPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceShippingFixedOptionRel> commerceShippingFixedOptionRels) { for (CommerceShippingFixedOptionRel commerceShippingFixedOptionRel : commerceShippingFixedOptionRels) { if (entityCache.getResult( CommerceShippingFixedOptionRelModelImpl.ENTITY_CACHE_ENABLED, ...
java
@Override public void cacheResult( List<CommerceShippingFixedOptionRel> commerceShippingFixedOptionRels) { for (CommerceShippingFixedOptionRel commerceShippingFixedOptionRel : commerceShippingFixedOptionRels) { if (entityCache.getResult( CommerceShippingFixedOptionRelModelImpl.ENTITY_CACHE_ENABLED, ...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceShippingFixedOptionRel", ">", "commerceShippingFixedOptionRels", ")", "{", "for", "(", "CommerceShippingFixedOptionRel", "commerceShippingFixedOptionRel", ":", "commerceShippingFixedOptionRels", ")", ...
Caches the commerce shipping fixed option rels in the entity cache if it is enabled. @param commerceShippingFixedOptionRels the commerce shipping fixed option rels
[ "Caches", "the", "commerce", "shipping", "fixed", "option", "rels", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java#L1213-L1227
54,478
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java
CommerceShippingFixedOptionRelPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceShippingFixedOptionRelImpl.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(CommerceShippingFixedOptionRelImpl.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", "(", "CommerceShippingFixedOptionRelImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "c...
Clears the cache for all commerce shipping fixed option rels. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "shipping", "fixed", "option", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java#L1236-L1243
54,479
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java
CommerceShippingFixedOptionRelPersistenceImpl.clearCache
@Override public void clearCache( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { entityCache.removeResult(CommerceShippingFixedOptionRelModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionRelImpl.class, commerceShippingFixedOptionRel.getPrimaryKey()); finderCache.clearCache(FINDER...
java
@Override public void clearCache( CommerceShippingFixedOptionRel commerceShippingFixedOptionRel) { entityCache.removeResult(CommerceShippingFixedOptionRelModelImpl.ENTITY_CACHE_ENABLED, CommerceShippingFixedOptionRelImpl.class, commerceShippingFixedOptionRel.getPrimaryKey()); finderCache.clearCache(FINDER...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceShippingFixedOptionRel", "commerceShippingFixedOptionRel", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceShippingFixedOptionRelModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceShippingFixedOptionRe...
Clears the cache for the commerce shipping fixed option rel. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "shipping", "fixed", "option", "rel", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java#L1252-L1261
54,480
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java
CommerceShippingFixedOptionRelPersistenceImpl.remove
@Override public CommerceShippingFixedOptionRel remove(Serializable primaryKey) throws NoSuchShippingFixedOptionRelException { Session session = null; try { session = openSession(); CommerceShippingFixedOptionRel commerceShippingFixedOptionRel = (CommerceShippingFixedOptionRel)session.get(CommerceShippin...
java
@Override public CommerceShippingFixedOptionRel remove(Serializable primaryKey) throws NoSuchShippingFixedOptionRelException { Session session = null; try { session = openSession(); CommerceShippingFixedOptionRel commerceShippingFixedOptionRel = (CommerceShippingFixedOptionRel)session.get(CommerceShippin...
[ "@", "Override", "public", "CommerceShippingFixedOptionRel", "remove", "(", "Serializable", "primaryKey", ")", "throws", "NoSuchShippingFixedOptionRelException", "{", "Session", "session", "=", "null", ";", "try", "{", "session", "=", "openSession", "(", ")", ";", "...
Removes the commerce shipping fixed option rel with the primary key from the database. Also notifies the appropriate model listeners. @param primaryKey the primary key of the commerce shipping fixed option rel @return the commerce shipping fixed option rel that was removed @throws NoSuchShippingFixedOptionRelException...
[ "Removes", "the", "commerce", "shipping", "fixed", "option", "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-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java#L1316-L1347
54,481
liferay/com-liferay-commerce
commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java
CommerceShippingFixedOptionRelPersistenceImpl.findAll
@Override public List<CommerceShippingFixedOptionRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceShippingFixedOptionRel> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceShippingFixedOptionRel", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce shipping fixed option rels. @return the commerce shipping fixed option rels
[ "Returns", "all", "the", "commerce", "shipping", "fixed", "option", "rels", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-shipping-engine-fixed-service/src/main/java/com/liferay/commerce/shipping/engine/fixed/service/persistence/impl/CommerceShippingFixedOptionRelPersistenceImpl.java#L1736-L1739
54,482
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/base/CPDAvailabilityEstimateLocalServiceBaseImpl.java
CPDAvailabilityEstimateLocalServiceBaseImpl.getCPDAvailabilityEstimatesByUuidAndCompanyId
@Override public List<CPDAvailabilityEstimate> getCPDAvailabilityEstimatesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPDAvailabilityEstimate> orderByComparator) { return cpdAvailabilityEstimatePersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator);...
java
@Override public List<CPDAvailabilityEstimate> getCPDAvailabilityEstimatesByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CPDAvailabilityEstimate> orderByComparator) { return cpdAvailabilityEstimatePersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator);...
[ "@", "Override", "public", "List", "<", "CPDAvailabilityEstimate", ">", "getCPDAvailabilityEstimatesByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CPDAvailabilityEstimate", ...
Returns a range of cpd availability estimates matching the UUID and company. @param uuid the UUID of the cpd availability estimates @param companyId the primary key of the company @param start the lower bound of the range of cpd availability estimates @param end the upper bound of the range of cpd availability estimat...
[ "Returns", "a", "range", "of", "cpd", "availability", "estimates", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/base/CPDAvailabilityEstimateLocalServiceBaseImpl.java#L407-L413
54,483
liferay/com-liferay-commerce
commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceRegionLocalServiceBaseImpl.java
CommerceRegionLocalServiceBaseImpl.getCommerceRegionsByUuidAndCompanyId
@Override public List<CommerceRegion> getCommerceRegionsByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommerceRegion> orderByComparator) { return commerceRegionPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
java
@Override public List<CommerceRegion> getCommerceRegionsByUuidAndCompanyId( String uuid, long companyId, int start, int end, OrderByComparator<CommerceRegion> orderByComparator) { return commerceRegionPersistence.findByUuid_C(uuid, companyId, start, end, orderByComparator); }
[ "@", "Override", "public", "List", "<", "CommerceRegion", ">", "getCommerceRegionsByUuidAndCompanyId", "(", "String", "uuid", ",", "long", "companyId", ",", "int", "start", ",", "int", "end", ",", "OrderByComparator", "<", "CommerceRegion", ">", "orderByComparator",...
Returns a range of commerce regions matching the UUID and company. @param uuid the UUID of the commerce regions @param companyId the primary key of the company @param start the lower bound of the range of commerce regions @param end the upper bound of the range of commerce regions (not inclusive) @param orderByCompara...
[ "Returns", "a", "range", "of", "commerce", "regions", "matching", "the", "UUID", "and", "company", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-service/src/main/java/com/liferay/commerce/service/base/CommerceRegionLocalServiceBaseImpl.java#L401-L407
54,484
liferay/com-liferay-commerce
commerce-api/src/main/java/com/liferay/commerce/service/CommerceOrderNoteLocalServiceWrapper.java
CommerceOrderNoteLocalServiceWrapper.getCommerceOrderNote
@Override public com.liferay.commerce.model.CommerceOrderNote getCommerceOrderNote( long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException { return _commerceOrderNoteLocalService.getCommerceOrderNote(commerceOrderNoteId); }
java
@Override public com.liferay.commerce.model.CommerceOrderNote getCommerceOrderNote( long commerceOrderNoteId) throws com.liferay.portal.kernel.exception.PortalException { return _commerceOrderNoteLocalService.getCommerceOrderNote(commerceOrderNoteId); }
[ "@", "Override", "public", "com", ".", "liferay", ".", "commerce", ".", "model", ".", "CommerceOrderNote", "getCommerceOrderNote", "(", "long", "commerceOrderNoteId", ")", "throws", "com", ".", "liferay", ".", "portal", ".", "kernel", ".", "exception", ".", "P...
Returns the commerce order note with the primary key. @param commerceOrderNoteId the primary key of the commerce order note @return the commerce order note @throws PortalException if a commerce order note with the primary key could not be found
[ "Returns", "the", "commerce", "order", "note", "with", "the", "primary", "key", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-api/src/main/java/com/liferay/commerce/service/CommerceOrderNoteLocalServiceWrapper.java#L246-L251
54,485
liferay/com-liferay-commerce
commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java
CommerceUserSegmentCriterionPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceUserSegmentCriterion commerceUserSegmentCriterion) { entityCache.putResult(CommerceUserSegmentCriterionModelImpl.ENTITY_CACHE_ENABLED, CommerceUserSegmentCriterionImpl.class, commerceUserSegmentCriterion.getPrimaryKey(), commerceUserSegmentCriterion); commerce...
java
@Override public void cacheResult( CommerceUserSegmentCriterion commerceUserSegmentCriterion) { entityCache.putResult(CommerceUserSegmentCriterionModelImpl.ENTITY_CACHE_ENABLED, CommerceUserSegmentCriterionImpl.class, commerceUserSegmentCriterion.getPrimaryKey(), commerceUserSegmentCriterion); commerce...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceUserSegmentCriterion", "commerceUserSegmentCriterion", ")", "{", "entityCache", ".", "putResult", "(", "CommerceUserSegmentCriterionModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceUserSegmentCriterionImpl", ...
Caches the commerce user segment criterion in the entity cache if it is enabled. @param commerceUserSegmentCriterion the commerce user segment criterion
[ "Caches", "the", "commerce", "user", "segment", "criterion", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java#L661-L670
54,486
liferay/com-liferay-commerce
commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java
CommerceUserSegmentCriterionPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceUserSegmentCriterion> commerceUserSegmentCriterions) { for (CommerceUserSegmentCriterion commerceUserSegmentCriterion : commerceUserSegmentCriterions) { if (entityCache.getResult( CommerceUserSegmentCriterionModelImpl.ENTITY_CACHE_ENABLED, CommerceUser...
java
@Override public void cacheResult( List<CommerceUserSegmentCriterion> commerceUserSegmentCriterions) { for (CommerceUserSegmentCriterion commerceUserSegmentCriterion : commerceUserSegmentCriterions) { if (entityCache.getResult( CommerceUserSegmentCriterionModelImpl.ENTITY_CACHE_ENABLED, CommerceUser...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceUserSegmentCriterion", ">", "commerceUserSegmentCriterions", ")", "{", "for", "(", "CommerceUserSegmentCriterion", "commerceUserSegmentCriterion", ":", "commerceUserSegmentCriterions", ")", "{", "i...
Caches the commerce user segment criterions in the entity cache if it is enabled. @param commerceUserSegmentCriterions the commerce user segment criterions
[ "Caches", "the", "commerce", "user", "segment", "criterions", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java#L677-L691
54,487
liferay/com-liferay-commerce
commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java
CommerceUserSegmentCriterionPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceUserSegmentCriterionImpl.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(CommerceUserSegmentCriterionImpl.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", "(", "CommerceUserSegmentCriterionImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "cle...
Clears the cache for all commerce user segment criterions. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "user", "segment", "criterions", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java#L700-L707
54,488
liferay/com-liferay-commerce
commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java
CommerceUserSegmentCriterionPersistenceImpl.remove
@Override public CommerceUserSegmentCriterion remove(Serializable primaryKey) throws NoSuchUserSegmentCriterionException { Session session = null; try { session = openSession(); CommerceUserSegmentCriterion commerceUserSegmentCriterion = (CommerceUserSegmentCriterion)session.get(CommerceUserSegmentCriter...
java
@Override public CommerceUserSegmentCriterion remove(Serializable primaryKey) throws NoSuchUserSegmentCriterionException { Session session = null; try { session = openSession(); CommerceUserSegmentCriterion commerceUserSegmentCriterion = (CommerceUserSegmentCriterion)session.get(CommerceUserSegmentCriter...
[ "@", "Override", "public", "CommerceUserSegmentCriterion", "remove", "(", "Serializable", "primaryKey", ")", "throws", "NoSuchUserSegmentCriterionException", "{", "Session", "session", "=", "null", ";", "try", "{", "session", "=", "openSession", "(", ")", ";", "Comm...
Removes the commerce user segment criterion with the primary key from the database. Also notifies the appropriate model listeners. @param primaryKey the primary key of the commerce user segment criterion @return the commerce user segment criterion that was removed @throws NoSuchUserSegmentCriterionException if a comme...
[ "Removes", "the", "commerce", "user", "segment", "criterion", "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/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java#L780-L811
54,489
liferay/com-liferay-commerce
commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java
CommerceUserSegmentCriterionPersistenceImpl.findAll
@Override public List<CommerceUserSegmentCriterion> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CommerceUserSegmentCriterion> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CommerceUserSegmentCriterion", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the commerce user segment criterions. @return the commerce user segment criterions
[ "Returns", "all", "the", "commerce", "user", "segment", "criterions", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-user-segment-service/src/main/java/com/liferay/commerce/user/segment/service/persistence/impl/CommerceUserSegmentCriterionPersistenceImpl.java#L1169-L1172
54,490
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java
CPDefinitionLinkPersistenceImpl.cacheResult
@Override public void cacheResult(CPDefinitionLink cpDefinitionLink) { entityCache.putResult(CPDefinitionLinkModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionLinkImpl.class, cpDefinitionLink.getPrimaryKey(), cpDefinitionLink); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G, new Object[] { cpDefinitionL...
java
@Override public void cacheResult(CPDefinitionLink cpDefinitionLink) { entityCache.putResult(CPDefinitionLinkModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionLinkImpl.class, cpDefinitionLink.getPrimaryKey(), cpDefinitionLink); finderCache.putResult(FINDER_PATH_FETCH_BY_UUID_G, new Object[] { cpDefinitionL...
[ "@", "Override", "public", "void", "cacheResult", "(", "CPDefinitionLink", "cpDefinitionLink", ")", "{", "entityCache", ".", "putResult", "(", "CPDefinitionLinkModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPDefinitionLinkImpl", ".", "class", ",", "cpDefinitionLink", "...
Caches the cp definition link in the entity cache if it is enabled. @param cpDefinitionLink the cp definition link
[ "Caches", "the", "cp", "definition", "link", "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/CPDefinitionLinkPersistenceImpl.java#L3999-L4017
54,491
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java
CPDefinitionLinkPersistenceImpl.cacheResult
@Override public void cacheResult(List<CPDefinitionLink> cpDefinitionLinks) { for (CPDefinitionLink cpDefinitionLink : cpDefinitionLinks) { if (entityCache.getResult( CPDefinitionLinkModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionLinkImpl.class, cpDefinitionLink.getPrimaryKey()) == null) { cach...
java
@Override public void cacheResult(List<CPDefinitionLink> cpDefinitionLinks) { for (CPDefinitionLink cpDefinitionLink : cpDefinitionLinks) { if (entityCache.getResult( CPDefinitionLinkModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionLinkImpl.class, cpDefinitionLink.getPrimaryKey()) == null) { cach...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CPDefinitionLink", ">", "cpDefinitionLinks", ")", "{", "for", "(", "CPDefinitionLink", "cpDefinitionLink", ":", "cpDefinitionLinks", ")", "{", "if", "(", "entityCache", ".", "getResult", "(", "...
Caches the cp definition links in the entity cache if it is enabled. @param cpDefinitionLinks the cp definition links
[ "Caches", "the", "cp", "definition", "links", "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/CPDefinitionLinkPersistenceImpl.java#L4024-L4037
54,492
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java
CPDefinitionLinkPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CPDefinitionLinkImpl.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(CPDefinitionLinkImpl.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", "(", "CPDefinitionLinkImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "clearCache", ...
Clears the cache for all cp definition links. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "cp", "definition", "links", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java#L4046-L4053
54,493
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java
CPDefinitionLinkPersistenceImpl.clearCache
@Override public void clearCache(CPDefinitionLink cpDefinitionLink) { entityCache.removeResult(CPDefinitionLinkModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionLinkImpl.class, cpDefinitionLink.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAM...
java
@Override public void clearCache(CPDefinitionLink cpDefinitionLink) { entityCache.removeResult(CPDefinitionLinkModelImpl.ENTITY_CACHE_ENABLED, CPDefinitionLinkImpl.class, cpDefinitionLink.getPrimaryKey()); finderCache.clearCache(FINDER_CLASS_NAME_LIST_WITH_PAGINATION); finderCache.clearCache(FINDER_CLASS_NAM...
[ "@", "Override", "public", "void", "clearCache", "(", "CPDefinitionLink", "cpDefinitionLink", ")", "{", "entityCache", ".", "removeResult", "(", "CPDefinitionLinkModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CPDefinitionLinkImpl", ".", "class", ",", "cpDefinitionLink", ...
Clears the cache for the cp definition link. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "cp", "definition", "link", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java#L4062-L4072
54,494
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java
CPDefinitionLinkPersistenceImpl.remove
@Override public CPDefinitionLink remove(Serializable primaryKey) throws NoSuchCPDefinitionLinkException { Session session = null; try { session = openSession(); CPDefinitionLink cpDefinitionLink = (CPDefinitionLink)session.get(CPDefinitionLinkImpl.class, primaryKey); if (cpDefinitionLink == nul...
java
@Override public CPDefinitionLink remove(Serializable primaryKey) throws NoSuchCPDefinitionLinkException { Session session = null; try { session = openSession(); CPDefinitionLink cpDefinitionLink = (CPDefinitionLink)session.get(CPDefinitionLinkImpl.class, primaryKey); if (cpDefinitionLink == nul...
[ "@", "Override", "public", "CPDefinitionLink", "remove", "(", "Serializable", "primaryKey", ")", "throws", "NoSuchCPDefinitionLinkException", "{", "Session", "session", "=", "null", ";", "try", "{", "session", "=", "openSession", "(", ")", ";", "CPDefinitionLink", ...
Removes the cp definition link with the primary key from the database. Also notifies the appropriate model listeners. @param primaryKey the primary key of the cp definition link @return the cp definition link that was removed @throws NoSuchCPDefinitionLinkException if a cp definition link with the primary key could no...
[ "Removes", "the", "cp", "definition", "link", "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/persistence/impl/CPDefinitionLinkPersistenceImpl.java#L4202-L4233
54,495
liferay/com-liferay-commerce
commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java
CPDefinitionLinkPersistenceImpl.findAll
@Override public List<CPDefinitionLink> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
java
@Override public List<CPDefinitionLink> findAll() { return findAll(QueryUtil.ALL_POS, QueryUtil.ALL_POS, null); }
[ "@", "Override", "public", "List", "<", "CPDefinitionLink", ">", "findAll", "(", ")", "{", "return", "findAll", "(", "QueryUtil", ".", "ALL_POS", ",", "QueryUtil", ".", "ALL_POS", ",", "null", ")", ";", "}" ]
Returns all the cp definition links. @return the cp definition links
[ "Returns", "all", "the", "cp", "definition", "links", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-product-service/src/main/java/com/liferay/commerce/product/service/persistence/impl/CPDefinitionLinkPersistenceImpl.java#L4721-L4724
54,496
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java
CommerceNotificationQueueEntryPersistenceImpl.cacheResult
@Override public void cacheResult( CommerceNotificationQueueEntry commerceNotificationQueueEntry) { entityCache.putResult(CommerceNotificationQueueEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationQueueEntryImpl.class, commerceNotificationQueueEntry.getPrimaryKey(), commerceNotificationQueueEntry);...
java
@Override public void cacheResult( CommerceNotificationQueueEntry commerceNotificationQueueEntry) { entityCache.putResult(CommerceNotificationQueueEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationQueueEntryImpl.class, commerceNotificationQueueEntry.getPrimaryKey(), commerceNotificationQueueEntry);...
[ "@", "Override", "public", "void", "cacheResult", "(", "CommerceNotificationQueueEntry", "commerceNotificationQueueEntry", ")", "{", "entityCache", ".", "putResult", "(", "CommerceNotificationQueueEntryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceNotificationQueueEntryI...
Caches the commerce notification queue entry in the entity cache if it is enabled. @param commerceNotificationQueueEntry the commerce notification queue entry
[ "Caches", "the", "commerce", "notification", "queue", "entry", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java#L2234-L2243
54,497
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java
CommerceNotificationQueueEntryPersistenceImpl.cacheResult
@Override public void cacheResult( List<CommerceNotificationQueueEntry> commerceNotificationQueueEntries) { for (CommerceNotificationQueueEntry commerceNotificationQueueEntry : commerceNotificationQueueEntries) { if (entityCache.getResult( CommerceNotificationQueueEntryModelImpl.ENTITY_CACHE_ENABLED, ...
java
@Override public void cacheResult( List<CommerceNotificationQueueEntry> commerceNotificationQueueEntries) { for (CommerceNotificationQueueEntry commerceNotificationQueueEntry : commerceNotificationQueueEntries) { if (entityCache.getResult( CommerceNotificationQueueEntryModelImpl.ENTITY_CACHE_ENABLED, ...
[ "@", "Override", "public", "void", "cacheResult", "(", "List", "<", "CommerceNotificationQueueEntry", ">", "commerceNotificationQueueEntries", ")", "{", "for", "(", "CommerceNotificationQueueEntry", "commerceNotificationQueueEntry", ":", "commerceNotificationQueueEntries", ")",...
Caches the commerce notification queue entries in the entity cache if it is enabled. @param commerceNotificationQueueEntries the commerce notification queue entries
[ "Caches", "the", "commerce", "notification", "queue", "entries", "in", "the", "entity", "cache", "if", "it", "is", "enabled", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java#L2250-L2264
54,498
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java
CommerceNotificationQueueEntryPersistenceImpl.clearCache
@Override public void clearCache() { entityCache.clearCache(CommerceNotificationQueueEntryImpl.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(CommerceNotificationQueueEntryImpl.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", "(", "CommerceNotificationQueueEntryImpl", ".", "class", ")", ";", "finderCache", ".", "clearCache", "(", "FINDER_CLASS_NAME_ENTITY", ")", ";", "finderCache", ".", "c...
Clears the cache for all commerce notification queue entries. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "all", "commerce", "notification", "queue", "entries", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java#L2273-L2280
54,499
liferay/com-liferay-commerce
commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java
CommerceNotificationQueueEntryPersistenceImpl.clearCache
@Override public void clearCache( CommerceNotificationQueueEntry commerceNotificationQueueEntry) { entityCache.removeResult(CommerceNotificationQueueEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationQueueEntryImpl.class, commerceNotificationQueueEntry.getPrimaryKey()); finderCache.clearCache(FINDER...
java
@Override public void clearCache( CommerceNotificationQueueEntry commerceNotificationQueueEntry) { entityCache.removeResult(CommerceNotificationQueueEntryModelImpl.ENTITY_CACHE_ENABLED, CommerceNotificationQueueEntryImpl.class, commerceNotificationQueueEntry.getPrimaryKey()); finderCache.clearCache(FINDER...
[ "@", "Override", "public", "void", "clearCache", "(", "CommerceNotificationQueueEntry", "commerceNotificationQueueEntry", ")", "{", "entityCache", ".", "removeResult", "(", "CommerceNotificationQueueEntryModelImpl", ".", "ENTITY_CACHE_ENABLED", ",", "CommerceNotificationQueueEntr...
Clears the cache for the commerce notification queue entry. <p> The {@link EntityCache} and {@link FinderCache} are both cleared by this method. </p>
[ "Clears", "the", "cache", "for", "the", "commerce", "notification", "queue", "entry", "." ]
9e54362d7f59531fc684016ba49ee7cdc3a2f22b
https://github.com/liferay/com-liferay-commerce/blob/9e54362d7f59531fc684016ba49ee7cdc3a2f22b/commerce-notification-service/src/main/java/com/liferay/commerce/notification/service/persistence/impl/CommerceNotificationQueueEntryPersistenceImpl.java#L2289-L2298