@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DDMStructureLayoutService
extends com.liferay.portal.kernel.service.BaseService
DDMStructureLayoutServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<DDMStructureLayout> |
getStructureLayouts(long groupId,
int start,
int end) |
int |
getStructureLayoutsCount(long groupId) |
java.util.List<DDMStructureLayout> |
search(long companyId,
long[] groupIds,
long classNameId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) |
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DDMStructureLayout> getStructureLayouts(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getStructureLayoutsCount(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DDMStructureLayout> search(long companyId,
long[] groupIds,
long classNameId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException