Package com.liferay.account.service
Class AccountEntryServiceWrapper
java.lang.Object
com.liferay.account.service.AccountEntryServiceWrapper
- All Implemented Interfaces:
AccountEntryService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
public class AccountEntryServiceWrapper
extends Object
implements AccountEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
Provides a wrapper for
AccountEntryService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activateAccountEntries
(long[] accountEntryIds) activateAccountEntry
(long accountEntryId) addAccountEntry
(long userId, long parentAccountEntryId, String name, String description, String[] domains, String email, byte[] logoBytes, String taxIdNumber, String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateAccountEntry
(String externalReferenceCode, long userId, long parentAccountEntryId, String name, String description, String[] domains, String emailAddress, byte[] logoBytes, String taxIdNumber, String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deactivateAccountEntries
(long[] accountEntryIds) deactivateAccountEntry
(long accountEntryId) void
deleteAccountEntries
(long[] accountEntryIds) void
deleteAccountEntry
(long accountEntryId) fetchAccountEntry
(long accountEntryId) fetchAccountEntryByExternalReferenceCode
(long companyId, String externalReferenceCode) getAccountEntries
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) getAccountEntry
(long accountEntryId) getAccountEntryByExternalReferenceCode
(String externalReferenceCode, long companyId) Returns the OSGi service identifier.com.liferay.portal.kernel.search.BaseModelSearchResult<AccountEntry>
searchAccountEntries
(String keywords, LinkedHashMap<String, Object> params, int cur, int delta, String orderByField, boolean reverse) void
setWrappedService
(AccountEntryService accountEntryService) updateAccountEntry
(long accountEntryId, long parentAccountEntryId, String name, String description, boolean deleteLogo, String[] domains, String emailAddress, byte[] logoBytes, String taxIdNumber, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateAccountEntry
(AccountEntry accountEntry) updateDefaultBillingAddressId
(long accountEntryId, long addressId) updateDefaultShippingAddressId
(long accountEntryId, long addressId) updateDomains
(long accountEntryId, String[] domains) updateExternalReferenceCode
(long accountEntryId, String externalReferenceCode) updateRestrictMembership
(long accountEntryId, boolean restrictMembership)
-
Constructor Details
-
AccountEntryServiceWrapper
public AccountEntryServiceWrapper() -
AccountEntryServiceWrapper
-
-
Method Details
-
activateAccountEntries
public void activateAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
activateAccountEntries
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
activateAccountEntry
public AccountEntry activateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
activateAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountEntry
public AccountEntry addAccountEntry(long userId, long parentAccountEntryId, String name, String description, String[] domains, String email, byte[] logoBytes, String taxIdNumber, String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateAccountEntry
public AccountEntry addOrUpdateAccountEntry(String externalReferenceCode, long userId, long parentAccountEntryId, String name, String description, String[] domains, String emailAddress, byte[] logoBytes, String taxIdNumber, String type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOrUpdateAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deactivateAccountEntries
public void deactivateAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deactivateAccountEntries
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deactivateAccountEntry
public AccountEntry deactivateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deactivateAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntries
public void deleteAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntries
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntry
public void deleteAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntry
public AccountEntry fetchAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntryByExternalReferenceCode
public AccountEntry fetchAccountEntryByExternalReferenceCode(long companyId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryByExternalReferenceCode
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntries
public List<AccountEntry> getAccountEntries(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntries
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntry
public AccountEntry getAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryByExternalReferenceCode
public AccountEntry getAccountEntryByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryByExternalReferenceCode
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAccountEntryService
- Returns:
- the OSGi service identifier
-
searchAccountEntries
public com.liferay.portal.kernel.search.BaseModelSearchResult<AccountEntry> searchAccountEntries(String keywords, LinkedHashMap<String, Object> params, int cur, int delta, String orderByField, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
searchAccountEntries
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAccountEntry
public AccountEntry updateAccountEntry(AccountEntry accountEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAccountEntry
public AccountEntry updateAccountEntry(long accountEntryId, long parentAccountEntryId, String name, String description, boolean deleteLogo, String[] domains, String emailAddress, byte[] logoBytes, String taxIdNumber, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAccountEntry
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDefaultBillingAddressId
public AccountEntry updateDefaultBillingAddressId(long accountEntryId, long addressId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDefaultBillingAddressId
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDefaultShippingAddressId
public AccountEntry updateDefaultShippingAddressId(long accountEntryId, long addressId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDefaultShippingAddressId
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDomains
public AccountEntry updateDomains(long accountEntryId, String[] domains) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDomains
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateExternalReferenceCode
public AccountEntry updateExternalReferenceCode(long accountEntryId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateExternalReferenceCode
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateRestrictMembership
public AccountEntry updateRestrictMembership(long accountEntryId, boolean restrictMembership) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateRestrictMembership
in interfaceAccountEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
-