@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceAccountGroupLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
CommerceAccountGroupLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
CommerceAccountGroup |
addCommerceAccountGroup(long companyId,
java.lang.String name,
int type,
boolean system,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
checkGuestCommerceAccountGroup(long companyId) |
CommerceAccountGroup |
deleteCommerceAccountGroup(CommerceAccountGroup commerceAccountGroup) |
CommerceAccountGroup |
deleteCommerceAccountGroup(long commerceAccountGroupId) |
CommerceAccountGroup |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CommerceAccountGroup |
fetchCommerceAccountGroup(long commerceAccountGroupId) |
CommerceAccountGroup |
getCommerceAccountGroup(long commerceAccountGroupId) |
java.util.List<CommerceAccountGroup> |
getCommerceAccountGroups(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroup> orderByComparator) |
java.util.List<CommerceAccountGroup> |
getCommerceAccountGroupsByCommerceAccountId(long commerceAccountId,
int start,
int end) |
int |
getCommerceAccountGroupsByCommerceAccountIdCount(long commerceAccountId) |
int |
getCommerceAccountGroupsCount(long companyId) |
java.util.List<java.lang.Long> |
getCommerceAccountUserIdsFromAccountGroupIds(long[] commerceAccountGroupIds,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<CommerceAccountGroup> |
search(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommerceAccountsGroupCount(long companyId,
java.lang.String keywords) |
CommerceAccountGroup |
updateCommerceAccountGroup(long commerceAccountGroupId,
java.lang.String name,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
@Indexable(type=REINDEX) CommerceAccountGroup addCommerceAccountGroup(long companyId, java.lang.String name, int type, boolean system, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid checkGuestCommerceAccountGroup(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Indexable(type=DELETE) @SystemEvent(type=1) CommerceAccountGroup deleteCommerceAccountGroup(CommerceAccountGroup commerceAccountGroup) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommerceAccountGroup deleteCommerceAccountGroup(long commerceAccountGroupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountGroup fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode)
@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountGroup fetchCommerceAccountGroup(long commerceAccountGroupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
CommerceAccountGroup getCommerceAccountGroup(long commerceAccountGroupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountGroup> getCommerceAccountGroups(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceAccountGroup> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountGroup> getCommerceAccountGroupsByCommerceAccountId(long commerceAccountId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountGroupsByCommerceAccountIdCount(long commerceAccountId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceAccountGroupsCount(long companyId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Long> getCommerceAccountUserIdsFromAccountGroupIds(long[] commerceAccountGroupIds,
int start,
int end)
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<CommerceAccountGroup> search(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCommerceAccountsGroupCount(long companyId,
java.lang.String keywords)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Indexable(type=REINDEX) CommerceAccountGroup updateCommerceAccountGroup(long commerceAccountGroupId, java.lang.String name, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException