com.liferay.portlet.softwarecatalog.service.base
Class SCProductScreenshotLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.softwarecatalog.service.base.SCProductScreenshotLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Direct Known Subclasses:
- SCProductScreenshotLocalServiceImpl
- public abstract class SCProductScreenshotLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
addSCProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portlet.softwarecatalog.model.SCProductScreenshot |
updateSCProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService |
deleteProductScreenshot, deleteProductScreenshots, getProductScreenshot, getProductScreenshots |
SCProductScreenshotLocalServiceBaseImpl
public SCProductScreenshotLocalServiceBaseImpl()
addSCProductScreenshot
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot addSCProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot model)
throws com.liferay.portal.SystemException
- Specified by:
addSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
updateSCProductScreenshot
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot updateSCProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot model)
throws com.liferay.portal.SystemException
- Specified by:
updateSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException