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) int
getStructureLayoutsCount
(long groupId) search
(long companyId, long[] groupIds, long classNameId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DDMStructureLayout> orderByComparator) void
setWrappedService
(DDMStructureLayoutService ddmStructureLayoutService)
-
Constructor Details
-
DDMStructureLayoutServiceWrapper
public DDMStructureLayoutServiceWrapper() -
DDMStructureLayoutServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
getStructureLayouts
in interfaceDDMStructureLayoutService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStructureLayoutsCount
public int getStructureLayoutsCount(long groupId) - Specified by:
getStructureLayoutsCount
in 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:
search
in interfaceDDMStructureLayoutService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<DDMStructureLayoutService>
-