public class DDMStructureLayoutServiceWrapper extends java.lang.Object implements DDMStructureLayoutService, com.liferay.portal.kernel.service.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,
com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) |
void |
setWrappedService(DDMStructureLayoutService ddmStructureLayoutService) |
public DDMStructureLayoutServiceWrapper(DDMStructureLayoutService ddmStructureLayoutService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DDMStructureLayoutService
public java.util.List<DDMStructureLayout> getStructureLayouts(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getStructureLayouts
in interface DDMStructureLayoutService
com.liferay.portal.kernel.exception.PortalException
public int getStructureLayoutsCount(long groupId)
getStructureLayoutsCount
in interface DDMStructureLayoutService
public 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
search
in interface DDMStructureLayoutService
com.liferay.portal.kernel.exception.PortalException
public DDMStructureLayoutService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
public void setWrappedService(DDMStructureLayoutService ddmStructureLayoutService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>