Class DDMStructureLayoutServiceWrapper
java.lang.Object
com.liferay.dynamic.data.mapping.service.DDMStructureLayoutServiceWrapper
- All Implemented Interfaces:
DDMStructureLayoutService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
public class DDMStructureLayoutServiceWrapper
extends Object
implements DDMStructureLayoutService, com.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
Provides a wrapper for
DDMStructureLayoutService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionDDMStructureLayoutServiceWrapper(DDMStructureLayoutService ddmStructureLayoutService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.getStructureLayouts(long groupId, int start, int end) intgetStructureLayoutsCount(long groupId) search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) voidsetWrappedService(DDMStructureLayoutService ddmStructureLayoutService)
-
Constructor Details
-
DDMStructureLayoutServiceWrapper
public DDMStructureLayoutServiceWrapper() -
DDMStructureLayoutServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDDMStructureLayoutService- Returns:
- the OSGi service identifier
-
getStructureLayouts
public List<DDMStructureLayout> getStructureLayouts(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStructureLayoutsin interfaceDDMStructureLayoutService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureLayoutsCount
public int getStructureLayoutsCount(long groupId) - Specified by:
getStructureLayoutsCountin interfaceDDMStructureLayoutService
-
search
public List<DDMStructureLayout> search(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchin interfaceDDMStructureLayoutService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
-