Interface CPConfigurationEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CPConfigurationEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPConfigurationEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPConfigurationEntry. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCPConfigurationEntry
(String externalReferenceCode, long groupId, long classNameId, long classPK, long cpConfigurationListId, long cpTaxCategoryId, String allowedOrderQuantities, boolean backOrders, long commerceAvailabilityEstimateId, String cpDefinitionInventoryEngine, double depth, boolean displayAvailability, boolean displayStockQuantity, boolean freeShipping, double height, String lowStockActivity, BigDecimal maxOrderQuantity, BigDecimal minOrderQuantity, BigDecimal minStockQuantity, BigDecimal multipleOrderQuantity, boolean purchasable, boolean shippable, double shippingExtraPrice, boolean shipSeparately, boolean taxExempt, boolean visible, double weight, double width) void
deleteCPConfigurationEntry
(long cpConfigurationEntryId) getCPConfigurationEntry
(long cpConfigurationEntryId) getCPConfigurationEntry
(long classNameId, long classPK, long cpConfigurationListId) getCPConfigurationEntryByExternalReferenceCode
(String externalReferenceCode, long companyId) Returns the OSGi service identifier.updateCPConfigurationEntry
(String externalReferenceCode, long cpConfigurationEntryId, long cpTaxCategoryId, String allowedOrderQuantities, boolean backOrders, long commerceAvailabilityEstimateId, String cpDefinitionInventoryEngine, double depth, boolean displayAvailability, boolean displayStockQuantity, boolean freeShipping, double height, String lowStockActivity, BigDecimal maxOrderQuantity, BigDecimal minOrderQuantity, BigDecimal minStockQuantity, BigDecimal multipleOrderQuantity, boolean purchasable, boolean shippable, double shippingExtraPrice, boolean shipSeparately, boolean taxExempt, boolean visible, double weight, double width)
-
Method Details
-
addCPConfigurationEntry
CPConfigurationEntry addCPConfigurationEntry(String externalReferenceCode, long groupId, long classNameId, long classPK, long cpConfigurationListId, long cpTaxCategoryId, String allowedOrderQuantities, boolean backOrders, long commerceAvailabilityEstimateId, String cpDefinitionInventoryEngine, double depth, boolean displayAvailability, boolean displayStockQuantity, boolean freeShipping, double height, String lowStockActivity, BigDecimal maxOrderQuantity, BigDecimal minOrderQuantity, BigDecimal minStockQuantity, BigDecimal multipleOrderQuantity, boolean purchasable, boolean shippable, double shippingExtraPrice, boolean shipSeparately, boolean taxExempt, boolean visible, double weight, double width) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationEntry
void deleteCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationEntry
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationEntry getCPConfigurationEntry(long cpConfigurationEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationEntry
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationEntry getCPConfigurationEntry(long classNameId, long classPK, long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationEntryByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationEntry getCPConfigurationEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCPConfigurationEntry
CPConfigurationEntry updateCPConfigurationEntry(String externalReferenceCode, long cpConfigurationEntryId, long cpTaxCategoryId, String allowedOrderQuantities, boolean backOrders, long commerceAvailabilityEstimateId, String cpDefinitionInventoryEngine, double depth, boolean displayAvailability, boolean displayStockQuantity, boolean freeShipping, double height, String lowStockActivity, BigDecimal maxOrderQuantity, BigDecimal minOrderQuantity, BigDecimal minStockQuantity, BigDecimal multipleOrderQuantity, boolean purchasable, boolean shippable, double shippingExtraPrice, boolean shipSeparately, boolean taxExempt, boolean visible, double weight, double width) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-