public class CommerceShippingMethodLocalServiceWrapper extends java.lang.Object implements CommerceShippingMethodLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodLocalService>
CommerceShippingMethodLocalService.CommerceShippingMethodLocalService| Constructor and Description |
|---|
CommerceShippingMethodLocalServiceWrapper() |
CommerceShippingMethodLocalServiceWrapper(CommerceShippingMethodLocalService commerceShippingMethodLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAddressRestriction |
addCommerceAddressRestriction(long userId,
long groupId,
long commerceShippingMethodId,
long countryId) |
CommerceAddressRestriction |
addCommerceAddressRestriction(long commerceShippingMethodId,
long countryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommerceShippingMethod |
addCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod)
Adds the commerce shipping method to the database.
|
CommerceShippingMethod |
addCommerceShippingMethod(long userId,
long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
java.lang.String engineKey,
java.io.File imageFile,
double priority,
java.lang.String trackingURL) |
CommerceShippingMethod |
createCommerceShippingMethod(long commerceShippingMethodId)
Creates a new commerce shipping method with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCommerceAddressRestriction(long commerceAddressRestrictionId) |
CommerceShippingMethod |
deleteCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod)
Deletes the commerce shipping method from the database.
|
CommerceShippingMethod |
deleteCommerceShippingMethod(long commerceShippingMethodId)
Deletes the commerce shipping method with the primary key from the database.
|
void |
deleteCommerceShippingMethods(long groupId) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CommerceShippingMethod |
fetchCommerceShippingMethod(long commerceShippingMethodId) |
CommerceShippingMethod |
fetchCommerceShippingMethod(long groupId,
java.lang.String engineKey) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CommerceAddressRestriction> |
getCommerceAddressRestrictions(long commerceShippingMethodId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator) |
int |
getCommerceAddressRestrictionsCount(long commerceShippingMethodId) |
CommerceShippingMethod |
getCommerceShippingMethod(long commerceShippingMethodId)
Returns the commerce shipping method with the primary key.
|
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(int start,
int end)
Returns a range of all the commerce shipping methods.
|
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator) |
java.util.List<CommerceShippingMethod> |
getCommerceShippingMethods(long groupId,
long countryId,
boolean active) |
int |
getCommerceShippingMethodsCount()
Returns the number of commerce shipping methods.
|
int |
getCommerceShippingMethodsCount(long groupId) |
int |
getCommerceShippingMethodsCount(long groupId,
boolean active) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceShippingMethodLocalService |
getWrappedService() |
CommerceShippingMethod |
setActive(long commerceShippingMethodId,
boolean active) |
void |
setWrappedService(CommerceShippingMethodLocalService commerceShippingMethodLocalService) |
CommerceShippingMethod |
updateCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod)
Updates the commerce shipping method in the database or adds it if it does not yet exist.
|
CommerceShippingMethod |
updateCommerceShippingMethod(long commerceShippingMethodId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
java.io.File imageFile,
double priority,
java.lang.String trackingURL) |
public CommerceShippingMethodLocalServiceWrapper()
public CommerceShippingMethodLocalServiceWrapper(CommerceShippingMethodLocalService commerceShippingMethodLocalService)
public CommerceAddressRestriction addCommerceAddressRestriction(long userId, long groupId, long commerceShippingMethodId, long countryId) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceAddressRestriction addCommerceAddressRestriction(long commerceShippingMethodId, long countryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod addCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod)
Important: Inspect CommerceShippingMethodLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCommerceShippingMethod in interface CommerceShippingMethodLocalServicecommerceShippingMethod - the commerce shipping methodpublic CommerceShippingMethod addCommerceShippingMethod(long userId, long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, java.lang.String engineKey, java.io.File imageFile, double priority, java.lang.String trackingURL) throws com.liferay.portal.kernel.exception.PortalException
addCommerceShippingMethod in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod createCommerceShippingMethod(long commerceShippingMethodId)
createCommerceShippingMethod in interface CommerceShippingMethodLocalServicecommerceShippingMethodId - the primary key for the new commerce shipping methodpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceShippingMethodLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteCommerceAddressRestriction(long commerceAddressRestrictionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAddressRestriction in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod deleteCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceShippingMethodLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceShippingMethod in interface CommerceShippingMethodLocalServicecommerceShippingMethod - the commerce shipping methodPortalExceptionpublic CommerceShippingMethod deleteCommerceShippingMethod(long commerceShippingMethodId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceShippingMethodLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceShippingMethod in interface CommerceShippingMethodLocalServicecommerceShippingMethodId - the primary key of the commerce shipping methodPortalException - if a commerce shipping method with the primary key could not be foundpublic void deleteCommerceShippingMethods(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceShippingMethods in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceShippingMethodLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceShippingMethodLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceShippingMethodLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceShippingMethodLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceShippingMethodLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceShippingMethodModelImpl.
dynamicQuery in interface CommerceShippingMethodLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceShippingMethodModelImpl.
dynamicQuery in interface CommerceShippingMethodLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CommerceShippingMethodLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceShippingMethodLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceShippingMethod fetchCommerceShippingMethod(long commerceShippingMethodId)
fetchCommerceShippingMethod in interface CommerceShippingMethodLocalServicepublic CommerceShippingMethod fetchCommerceShippingMethod(long groupId, java.lang.String engineKey)
fetchCommerceShippingMethod in interface CommerceShippingMethodLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceShippingMethodLocalServicepublic java.util.List<CommerceAddressRestriction> getCommerceAddressRestrictions(long commerceShippingMethodId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceAddressRestriction> orderByComparator)
getCommerceAddressRestrictions in interface CommerceShippingMethodLocalServicepublic int getCommerceAddressRestrictionsCount(long commerceShippingMethodId)
getCommerceAddressRestrictionsCount in interface CommerceShippingMethodLocalServicepublic CommerceShippingMethod getCommerceShippingMethod(long commerceShippingMethodId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceShippingMethod in interface CommerceShippingMethodLocalServicecommerceShippingMethodId - the primary key of the commerce shipping methodPortalException - if a commerce shipping method with the primary key could not be foundpublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceShippingMethodModelImpl.
getCommerceShippingMethods in interface CommerceShippingMethodLocalServicestart - the lower bound of the range of commerce shipping methodsend - the upper bound of the range of commerce shipping methods (not inclusive)public java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
getCommerceShippingMethods in interface CommerceShippingMethodLocalServicepublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceShippingMethod> orderByComparator)
getCommerceShippingMethods in interface CommerceShippingMethodLocalServicepublic java.util.List<CommerceShippingMethod> getCommerceShippingMethods(long groupId, long countryId, boolean active)
getCommerceShippingMethods in interface CommerceShippingMethodLocalServicepublic int getCommerceShippingMethodsCount()
getCommerceShippingMethodsCount in interface CommerceShippingMethodLocalServicepublic int getCommerceShippingMethodsCount(long groupId)
getCommerceShippingMethodsCount in interface CommerceShippingMethodLocalServicepublic int getCommerceShippingMethodsCount(long groupId,
boolean active)
getCommerceShippingMethodsCount in interface CommerceShippingMethodLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceShippingMethodLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceShippingMethodLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceShippingMethodLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceShippingMethod setActive(long commerceShippingMethodId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceShippingMethod updateCommerceShippingMethod(CommerceShippingMethod commerceShippingMethod)
Important: Inspect CommerceShippingMethodLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCommerceShippingMethod in interface CommerceShippingMethodLocalServicecommerceShippingMethod - the commerce shipping methodpublic CommerceShippingMethod updateCommerceShippingMethod(long commerceShippingMethodId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, java.io.File imageFile, double priority, java.lang.String trackingURL) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceShippingMethod in interface CommerceShippingMethodLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceShippingMethodLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodLocalService>public void setWrappedService(CommerceShippingMethodLocalService commerceShippingMethodLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceShippingMethodLocalService>