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 TypeMethodDescriptionvoidactivateAccountEntries(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) voiddeactivateAccountEntries(long[] accountEntryIds) deactivateAccountEntry(long accountEntryId) voiddeleteAccountEntries(long[] accountEntryIds) voiddeleteAccountEntry(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) voidsetWrappedService(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:
activateAccountEntriesin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
activateAccountEntry
public AccountEntry activateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
activateAccountEntryin 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:
addAccountEntryin 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:
addOrUpdateAccountEntryin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deactivateAccountEntries
public void deactivateAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deactivateAccountEntriesin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deactivateAccountEntry
public AccountEntry deactivateAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deactivateAccountEntryin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntries
public void deleteAccountEntries(long[] accountEntryIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntriesin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntry
public void deleteAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAccountEntry
public AccountEntry fetchAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAccountEntryin 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:
fetchAccountEntryByExternalReferenceCodein 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:
getAccountEntriesin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntry
public AccountEntry getAccountEntry(long accountEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryin 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:
getAccountEntryByExternalReferenceCodein interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
searchAccountEntriesin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAccountEntry
public AccountEntry updateAccountEntry(AccountEntry accountEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAccountEntryin 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:
updateAccountEntryin 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:
updateDefaultBillingAddressIdin 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:
updateDefaultShippingAddressIdin 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:
updateDomainsin 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:
updateExternalReferenceCodein 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:
updateRestrictMembershipin interfaceAccountEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryService>
-