com.liferay.portlet.softwarecatalog.service.impl
Class SCProductScreenshotLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portlet.softwarecatalog.service.base.SCProductScreenshotLocalServiceBaseImpl
      extended bycom.liferay.portlet.softwarecatalog.service.impl.SCProductScreenshotLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService

public class SCProductScreenshotLocalServiceImpl
extends SCProductScreenshotLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
SCProductScreenshotLocalServiceImpl()
           
 
Method Summary
 void deleteProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot productScreenshot)
           
 void deleteProductScreenshots(long productEntryId)
           
 com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshot(long productEntryId, int priority)
           
 java.util.List getProductScreenshots(long productEntryId)
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCProductScreenshotLocalServiceBaseImpl
addSCProductScreenshot, dynamicQuery, dynamicQuery, updateSCProductScreenshot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductScreenshotLocalServiceImpl

public SCProductScreenshotLocalServiceImpl()
Method Detail

deleteProductScreenshot

public void deleteProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot productScreenshot)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteProductScreenshots

public void deleteProductScreenshots(long productEntryId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProductScreenshot

public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getProductScreenshot(long productEntryId,
                                                                                          int priority)
                                                                                   throws com.liferay.portal.PortalException,
                                                                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductScreenshots

public java.util.List getProductScreenshots(long productEntryId)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException