public class CommerceAccountLocalServiceWrapper extends java.lang.Object implements CommerceAccountLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountLocalService>
CommerceAccountLocalService.CommerceAccountLocalService| Constructor and Description |
|---|
CommerceAccountLocalServiceWrapper(CommerceAccountLocalService commerceAccountLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccount |
addBusinessCommerceAccount(java.lang.String name,
long parentCommerceAccountId,
java.lang.String email,
java.lang.String taxId,
boolean active,
java.lang.String externalReferenceCode,
long[] userIds,
java.lang.String[] emailAddresses,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccount |
addCommerceAccount(CommerceAccount commerceAccount)
Adds the commerce account to the database.
|
CommerceAccount |
addCommerceAccount(java.lang.String name,
long parentCommerceAccountId,
java.lang.String email,
java.lang.String taxId,
int type,
boolean active,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccount |
addPersonalCommerceAccount(long userId,
java.lang.String taxId,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccount |
createCommerceAccount(long commerceAccountId)
Creates a new commerce account with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceAccount |
deleteCommerceAccount(CommerceAccount commerceAccount)
Deletes the commerce account from the database.
|
CommerceAccount |
deleteCommerceAccount(long commerceAccountId)
Deletes the commerce account with the primary key from the database.
|
void |
deleteCommerceAccounts(long companyId) |
void |
deleteLogo(long commerceAccountId) |
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.
|
CommerceAccount |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CommerceAccount |
fetchCommerceAccount(long commerceAccountId) |
CommerceAccount |
fetchCommerceAccountByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Deprecated.
|
CommerceAccount |
fetchCommerceAccountByReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Deprecated.
|
com.liferay.portal.kernel.model.Group |
fetchCommerceAccountGroup(long commerceAccountId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommerceAccount |
getCommerceAccount(long commerceAccountId)
Returns the commerce account with the primary key.
|
CommerceAccount |
getCommerceAccount(long userId,
long commerceAccountId) |
CommerceAccount |
getCommerceAccountByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
Deprecated.
|
com.liferay.portal.kernel.model.Group |
getCommerceAccountGroup(long commerceAccountId) |
java.util.List<CommerceAccount> |
getCommerceAccounts(int start,
int end)
Returns a range of all the commerce accounts.
|
int |
getCommerceAccountsCount()
Returns the number of commerce accounts.
|
CommerceAccount |
getGuestCommerceAccount(long companyId) |
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) |
CommerceAccount |
getPersonalCommerceAccount(long userId) |
java.util.List<CommerceAccount> |
getUserCommerceAccounts(long userId,
java.lang.Long parentCommerceAccountId,
int commerceSiteType,
java.lang.String keywords,
java.lang.Boolean active,
int start,
int end) |
java.util.List<CommerceAccount> |
getUserCommerceAccounts(long userId,
java.lang.Long parentCommerceAccountId,
int commerceSiteType,
java.lang.String keywords,
int start,
int end) |
int |
getUserCommerceAccountsCount(long userId,
java.lang.Long parentCommerceAccountId,
int commerceSiteType,
java.lang.String keywords) |
int |
getUserCommerceAccountsCount(long userId,
java.lang.Long parentCommerceAccountId,
int commerceSiteType,
java.lang.String keywords,
java.lang.Boolean active) |
CommerceAccountLocalService |
getWrappedService() |
java.util.List<CommerceAccount> |
searchCommerceAccounts(long companyId,
long parentCommerceAccountId,
java.lang.String keywords,
int type,
java.lang.Boolean active,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommerceAccountsCount(long companyId,
long parentCommerceAccountId,
java.lang.String keywords,
int type,
java.lang.Boolean active) |
CommerceAccount |
setActive(long commerceAccountId,
boolean active) |
void |
setWrappedService(CommerceAccountLocalService commerceAccountLocalService) |
CommerceAccount |
updateCommerceAccount(CommerceAccount commerceAccount)
Updates the commerce account in the database or adds it if it does not yet exist.
|
CommerceAccount |
updateCommerceAccount(long commerceAccountId,
java.lang.String name,
boolean logo,
byte[] logoBytes,
java.lang.String email,
java.lang.String taxId,
boolean active,
long defaultBillingAddressId,
long defaultShippingAddressId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccount |
updateCommerceAccount(long commerceAccountId,
java.lang.String name,
boolean logo,
byte[] logoBytes,
java.lang.String email,
java.lang.String taxId,
boolean active,
long defaultBillingAddressId,
long defaultShippingAddressId,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccount |
updateCommerceAccount(long commerceAccountId,
java.lang.String name,
boolean logo,
byte[] logoBytes,
java.lang.String email,
java.lang.String taxId,
boolean active,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
As of Mueller (7.2.x), pass Default Billing/Shipping Ids
|
CommerceAccount |
updateDefaultBillingAddress(long commerceAccountId,
long commerceAddressId) |
CommerceAccount |
updateDefaultShippingAddress(long commerceAccountId,
long commerceAddressId) |
CommerceAccount |
updateStatus(long userId,
long commerceAccountId,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext) |
CommerceAccount |
upsertCommerceAccount(java.lang.String name,
long parentCommerceAccountId,
boolean logo,
byte[] logoBytes,
java.lang.String email,
java.lang.String taxId,
int type,
boolean active,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommerceAccountLocalServiceWrapper(CommerceAccountLocalService commerceAccountLocalService)
public CommerceAccount addBusinessCommerceAccount(java.lang.String name, long parentCommerceAccountId, java.lang.String email, java.lang.String taxId, boolean active, java.lang.String externalReferenceCode, long[] userIds, java.lang.String[] emailAddresses, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addBusinessCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount addCommerceAccount(CommerceAccount commerceAccount)
Important: Inspect CommerceAccountLocalServiceImpl 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.
addCommerceAccount in interface CommerceAccountLocalServicecommerceAccount - the commerce accountpublic CommerceAccount addCommerceAccount(java.lang.String name, long parentCommerceAccountId, java.lang.String email, java.lang.String taxId, int type, boolean active, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount addPersonalCommerceAccount(long userId, java.lang.String taxId, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addPersonalCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount createCommerceAccount(long commerceAccountId)
createCommerceAccount in interface CommerceAccountLocalServicecommerceAccountId - the primary key for the new commerce accountpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceAccountLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceAccount deleteCommerceAccount(CommerceAccount commerceAccount) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceAccountLocalServiceImpl 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.
deleteCommerceAccount in interface CommerceAccountLocalServicecommerceAccount - the commerce accountPortalExceptionpublic CommerceAccount deleteCommerceAccount(long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceAccountLocalServiceImpl 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.
deleteCommerceAccount in interface CommerceAccountLocalServicecommerceAccountId - the primary key of the commerce accountPortalException - if a commerce account with the primary key could not be foundpublic void deleteCommerceAccounts(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccounts in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteLogo(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
deleteLogo in interface CommerceAccountLocalServicecom.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 CommerceAccountLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceAccountLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceAccountLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceAccountLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceAccountLocalServicedynamicQuery - 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.account.model.impl.CommerceAccountModelImpl.
dynamicQuery in interface CommerceAccountLocalServicedynamicQuery - 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.account.model.impl.CommerceAccountModelImpl.
dynamicQuery in interface CommerceAccountLocalServicedynamicQuery - 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 CommerceAccountLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceAccountLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceAccount fetchByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchByExternalReferenceCode in interface CommerceAccountLocalServicepublic CommerceAccount fetchCommerceAccount(long commerceAccountId)
fetchCommerceAccount in interface CommerceAccountLocalService@Deprecated public CommerceAccount fetchCommerceAccountByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchCommerceAccountByExternalReferenceCode in interface CommerceAccountLocalService@Deprecated public CommerceAccount fetchCommerceAccountByReferenceCode(long companyId, java.lang.String externalReferenceCode)
fetchCommerceAccountByReferenceCode in interface CommerceAccountLocalServicepublic com.liferay.portal.kernel.model.Group fetchCommerceAccountGroup(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceAccountGroup in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceAccountLocalServicepublic CommerceAccount getCommerceAccount(long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccount in interface CommerceAccountLocalServicecommerceAccountId - the primary key of the commerce accountPortalException - if a commerce account with the primary key could not be foundpublic CommerceAccount getCommerceAccount(long userId, long commerceAccountId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceAccount getCommerceAccountByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountByExternalReferenceCode in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Group getCommerceAccountGroup(long commerceAccountId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountGroup in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccount> getCommerceAccounts(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.account.model.impl.CommerceAccountModelImpl.
getCommerceAccounts in interface CommerceAccountLocalServicestart - the lower bound of the range of commerce accountsend - the upper bound of the range of commerce accounts (not inclusive)public int getCommerceAccountsCount()
getCommerceAccountsCount in interface CommerceAccountLocalServicepublic CommerceAccount getGuestCommerceAccount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getGuestCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceAccountLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceAccountLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceAccount getPersonalCommerceAccount(long userId) throws com.liferay.portal.kernel.exception.PortalException
getPersonalCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccount> getUserCommerceAccounts(long userId, java.lang.Long parentCommerceAccountId, int commerceSiteType, java.lang.String keywords, java.lang.Boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getUserCommerceAccounts in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccount> getUserCommerceAccounts(long userId, java.lang.Long parentCommerceAccountId, int commerceSiteType, java.lang.String keywords, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getUserCommerceAccounts in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getUserCommerceAccountsCount(long userId,
java.lang.Long parentCommerceAccountId,
int commerceSiteType,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
getUserCommerceAccountsCount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getUserCommerceAccountsCount(long userId,
java.lang.Long parentCommerceAccountId,
int commerceSiteType,
java.lang.String keywords,
java.lang.Boolean active)
throws com.liferay.portal.kernel.exception.PortalException
getUserCommerceAccountsCount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceAccount> searchCommerceAccounts(long companyId, long parentCommerceAccountId, java.lang.String keywords, int type, java.lang.Boolean active, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCommerceAccounts in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommerceAccountsCount(long companyId,
long parentCommerceAccountId,
java.lang.String keywords,
int type,
java.lang.Boolean active)
throws com.liferay.portal.kernel.exception.PortalException
searchCommerceAccountsCount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount setActive(long commerceAccountId, boolean active) throws com.liferay.portal.kernel.exception.PortalException
setActive in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount updateCommerceAccount(CommerceAccount commerceAccount)
Important: Inspect CommerceAccountLocalServiceImpl 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.
updateCommerceAccount in interface CommerceAccountLocalServicecommerceAccount - the commerce accountpublic CommerceAccount updateCommerceAccount(long commerceAccountId, java.lang.String name, boolean logo, byte[] logoBytes, java.lang.String email, java.lang.String taxId, boolean active, long defaultBillingAddressId, long defaultShippingAddressId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount updateCommerceAccount(long commerceAccountId, java.lang.String name, boolean logo, byte[] logoBytes, java.lang.String email, java.lang.String taxId, boolean active, long defaultBillingAddressId, long defaultShippingAddressId, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommerceAccount updateCommerceAccount(long commerceAccountId, java.lang.String name, boolean logo, byte[] logoBytes, java.lang.String email, java.lang.String taxId, boolean active, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount updateDefaultBillingAddress(long commerceAccountId, long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException
updateDefaultBillingAddress in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount updateDefaultShippingAddress(long commerceAccountId, long commerceAddressId) throws com.liferay.portal.kernel.exception.PortalException
updateDefaultShippingAddress in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount updateStatus(long userId, long commerceAccountId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, java.util.Map<java.lang.String,java.io.Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccount upsertCommerceAccount(java.lang.String name, long parentCommerceAccountId, boolean logo, byte[] logoBytes, java.lang.String email, java.lang.String taxId, int type, boolean active, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
upsertCommerceAccount in interface CommerceAccountLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountLocalService>public void setWrappedService(CommerceAccountLocalService commerceAccountLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountLocalService>