@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DDMStructureLayoutService extends 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,
OrderByComparator<DDMStructureLayout> orderByComparator) |
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DDMStructureLayout> getStructureLayouts(long groupId, int start, int end) throws PortalException
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, OrderByComparator<DDMStructureLayout> orderByComparator) throws PortalException
PortalException