public class CommercePaymentMethodGroupRelLocalServiceWrapper extends java.lang.Object implements CommercePaymentMethodGroupRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelLocalService>
CommercePaymentMethodGroupRelLocalService.CommercePaymentMethodGroupRelLocalService| Constructor and Description |
|---|
CommercePaymentMethodGroupRelLocalServiceWrapper() |
CommercePaymentMethodGroupRelLocalServiceWrapper(CommercePaymentMethodGroupRelLocalService commercePaymentMethodGroupRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.commerce.model.CommerceAddressRestriction |
addCommerceAddressRestriction(long userId,
long groupId,
long commercePaymentMethodGroupRelId,
long countryId) |
com.liferay.commerce.model.CommerceAddressRestriction |
addCommerceAddressRestriction(long commercePaymentMethodGroupRelId,
long countryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Athanasius (7.3.x)
|
CommercePaymentMethodGroupRel |
addCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
Adds the commerce payment method group rel to the database.
|
CommercePaymentMethodGroupRel |
addCommercePaymentMethodGroupRel(long userId,
long groupId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.io.File imageFile,
java.lang.String engineKey,
double priority,
boolean active) |
CommercePaymentMethodGroupRel |
createCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
Creates a new commerce payment method group rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCommerceAddressRestriction(long commerceAddressRestrictionId) |
CommercePaymentMethodGroupRel |
deleteCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
Deletes the commerce payment method group rel from the database.
|
CommercePaymentMethodGroupRel |
deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
Deletes the commerce payment method group rel with the primary key from the database.
|
void |
deleteCommercePaymentMethodGroupRels(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.
|
CommercePaymentMethodGroupRel |
fetchCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) |
CommercePaymentMethodGroupRel |
fetchCommercePaymentMethodGroupRel(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<com.liferay.commerce.model.CommerceAddressRestriction> |
getCommerceAddressRestrictions(long commercePaymentMethodGroupRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.commerce.model.CommerceAddressRestriction> orderByComparator) |
int |
getCommerceAddressRestrictionsCount(long commercePaymentMethodGroupRelId) |
CommercePaymentMethodGroupRel |
getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
Returns the commerce payment method group rel with the primary key.
|
CommercePaymentMethodGroupRel |
getCommercePaymentMethodGroupRel(long groupId,
java.lang.String engineKey) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(int start,
int end)
Returns a range of all the commerce payment method group rels.
|
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active,
int start,
int end) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator) |
java.util.List<CommercePaymentMethodGroupRel> |
getCommercePaymentMethodGroupRels(long groupId,
long countryId,
boolean active) |
int |
getCommercePaymentMethodGroupRelsCount()
Returns the number of commerce payment method group rels.
|
int |
getCommercePaymentMethodGroupRelsCount(long groupId) |
int |
getCommercePaymentMethodGroupRelsCount(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) |
CommercePaymentMethodGroupRelLocalService |
getWrappedService() |
CommercePaymentMethodGroupRel |
setActive(long commercePaymentMethodGroupRelId,
boolean active) |
void |
setWrappedService(CommercePaymentMethodGroupRelLocalService commercePaymentMethodGroupRelLocalService) |
CommercePaymentMethodGroupRel |
updateCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
Updates the commerce payment method group rel in the database or adds it if it does not yet exist.
|
CommercePaymentMethodGroupRel |
updateCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.io.File imageFile,
double priority,
boolean active) |
public CommercePaymentMethodGroupRelLocalServiceWrapper()
public CommercePaymentMethodGroupRelLocalServiceWrapper(CommercePaymentMethodGroupRelLocalService commercePaymentMethodGroupRelLocalService)
public com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long userId,
long groupId,
long commercePaymentMethodGroupRelId,
long countryId)
throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommercePaymentMethodGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.commerce.model.CommerceAddressRestriction addCommerceAddressRestriction(long commercePaymentMethodGroupRelId,
long countryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
addCommerceAddressRestriction in interface CommercePaymentMethodGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
Important: Inspect CommercePaymentMethodGroupRelLocalServiceImpl 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.
addCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecommercePaymentMethodGroupRel - the commerce payment method group relpublic CommercePaymentMethodGroupRel addCommercePaymentMethodGroupRel(long userId, long groupId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.io.File imageFile, java.lang.String engineKey, double priority, boolean active) throws com.liferay.portal.kernel.exception.PortalException
addCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentMethodGroupRel createCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
createCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecommercePaymentMethodGroupRelId - the primary key for the new commerce payment method group relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommercePaymentMethodGroupRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteCommerceAddressRestriction(long commerceAddressRestrictionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAddressRestriction in interface CommercePaymentMethodGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentMethodGroupRel deleteCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePaymentMethodGroupRelLocalServiceImpl 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.
deleteCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecommercePaymentMethodGroupRel - the commerce payment method group relPortalExceptionpublic CommercePaymentMethodGroupRel deleteCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommercePaymentMethodGroupRelLocalServiceImpl 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.
deleteCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecommercePaymentMethodGroupRelId - the primary key of the commerce payment method group relPortalException - if a commerce payment method group rel with the primary key could not be foundpublic void deleteCommercePaymentMethodGroupRels(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicecom.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 CommercePaymentMethodGroupRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommercePaymentMethodGroupRelLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommercePaymentMethodGroupRelLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommercePaymentMethodGroupRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommercePaymentMethodGroupRelLocalServicedynamicQuery - 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.payment.model.impl.CommercePaymentMethodGroupRelModelImpl.
dynamicQuery in interface CommercePaymentMethodGroupRelLocalServicedynamicQuery - 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.payment.model.impl.CommercePaymentMethodGroupRelModelImpl.
dynamicQuery in interface CommercePaymentMethodGroupRelLocalServicedynamicQuery - 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 CommercePaymentMethodGroupRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommercePaymentMethodGroupRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommercePaymentMethodGroupRel fetchCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId)
fetchCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicepublic CommercePaymentMethodGroupRel fetchCommercePaymentMethodGroupRel(long groupId, java.lang.String engineKey)
fetchCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommercePaymentMethodGroupRelLocalServicepublic java.util.List<com.liferay.commerce.model.CommerceAddressRestriction> getCommerceAddressRestrictions(long commercePaymentMethodGroupRelId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.commerce.model.CommerceAddressRestriction> orderByComparator)
getCommerceAddressRestrictions in interface CommercePaymentMethodGroupRelLocalServicepublic int getCommerceAddressRestrictionsCount(long commercePaymentMethodGroupRelId)
getCommerceAddressRestrictionsCount in interface CommercePaymentMethodGroupRelLocalServicepublic CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecommercePaymentMethodGroupRelId - the primary key of the commerce payment method group relPortalException - if a commerce payment method group rel with the primary key could not be foundpublic CommercePaymentMethodGroupRel getCommercePaymentMethodGroupRel(long groupId, java.lang.String engineKey) throws NoSuchPaymentMethodGroupRelException
getCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServiceNoSuchPaymentMethodGroupRelExceptionpublic java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(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.payment.model.impl.CommercePaymentMethodGroupRelModelImpl.
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicestart - the lower bound of the range of commerce payment method group relsend - the upper bound of the range of commerce payment method group rels (not inclusive)public java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId)
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicepublic java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active)
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicepublic java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active, int start, int end)
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicepublic java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator)
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicepublic java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePaymentMethodGroupRel> orderByComparator)
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicepublic java.util.List<CommercePaymentMethodGroupRel> getCommercePaymentMethodGroupRels(long groupId, long countryId, boolean active)
getCommercePaymentMethodGroupRels in interface CommercePaymentMethodGroupRelLocalServicepublic int getCommercePaymentMethodGroupRelsCount()
getCommercePaymentMethodGroupRelsCount in interface CommercePaymentMethodGroupRelLocalServicepublic int getCommercePaymentMethodGroupRelsCount(long groupId)
getCommercePaymentMethodGroupRelsCount in interface CommercePaymentMethodGroupRelLocalServicepublic int getCommercePaymentMethodGroupRelsCount(long groupId,
boolean active)
getCommercePaymentMethodGroupRelsCount in interface CommercePaymentMethodGroupRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommercePaymentMethodGroupRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePaymentMethodGroupRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommercePaymentMethodGroupRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommercePaymentMethodGroupRel setActive(long commercePaymentMethodGroupRelId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommercePaymentMethodGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePaymentMethodGroupRel updateCommercePaymentMethodGroupRel(CommercePaymentMethodGroupRel commercePaymentMethodGroupRel)
Important: Inspect CommercePaymentMethodGroupRelLocalServiceImpl 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.
updateCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecommercePaymentMethodGroupRel - the commerce payment method group relpublic CommercePaymentMethodGroupRel updateCommercePaymentMethodGroupRel(long commercePaymentMethodGroupRelId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.io.File imageFile, double priority, boolean active) throws com.liferay.portal.kernel.exception.PortalException
updateCommercePaymentMethodGroupRel in interface CommercePaymentMethodGroupRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommercePaymentMethodGroupRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelLocalService>public void setWrappedService(CommercePaymentMethodGroupRelLocalService commercePaymentMethodGroupRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePaymentMethodGroupRelLocalService>