public class DDMStructureLayoutServiceWrapper extends java.lang.Object implements DDMStructureLayoutService, ServiceWrapper<DDMStructureLayoutService>
DDMStructureLayoutService.DDMStructureLayoutService| Constructor and Description |
|---|
DDMStructureLayoutServiceWrapper(DDMStructureLayoutService ddmStructureLayoutService) |
| 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) |
DDMStructureLayoutService |
getWrappedService() |
java.util.List<DDMStructureLayout> |
search(long companyId,
long[] groupIds,
long classNameId,
java.lang.String keywords,
int start,
int end,
OrderByComparator<DDMStructureLayout> orderByComparator) |
void |
setWrappedService(DDMStructureLayoutService ddmStructureLayoutService) |
public DDMStructureLayoutServiceWrapper(DDMStructureLayoutService ddmStructureLayoutService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DDMStructureLayoutServicepublic java.util.List<DDMStructureLayout> getStructureLayouts(long groupId, int start, int end) throws PortalException
getStructureLayouts in interface DDMStructureLayoutServicePortalExceptionpublic int getStructureLayoutsCount(long groupId)
getStructureLayoutsCount in interface DDMStructureLayoutServicepublic java.util.List<DDMStructureLayout> search(long companyId, long[] groupIds, long classNameId, java.lang.String keywords, int start, int end, OrderByComparator<DDMStructureLayout> orderByComparator) throws PortalException
search in interface DDMStructureLayoutServicePortalExceptionpublic DDMStructureLayoutService getWrappedService()
getWrappedService in interface ServiceWrapper<DDMStructureLayoutService>public void setWrappedService(DDMStructureLayoutService ddmStructureLayoutService)
setWrappedService in interface ServiceWrapper<DDMStructureLayoutService>