@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AccountEntryService
extends com.liferay.portal.kernel.service.BaseService
AccountEntryServiceUtil
Modifier and Type | Method and Description |
---|---|
AccountEntry |
addAccountEntry(long userId,
long parentAccountEntryId,
java.lang.String name,
java.lang.String description,
java.lang.String[] domains,
byte[] logoBytes,
int status) |
java.util.List<AccountEntry> |
getAccountEntries(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> obc) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountEntry addAccountEntry(long userId, long parentAccountEntryId, java.lang.String name, java.lang.String description, java.lang.String[] domains, byte[] logoBytes, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AccountEntry> getAccountEntries(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountEntry> obc) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()