com.liferay.portlet.softwarecatalog.service
Class SCProductScreenshotLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalServiceWrapper
All Implemented Interfaces:
SCProductScreenshotLocalService

public class SCProductScreenshotLocalServiceWrapper
extends java.lang.Object
implements SCProductScreenshotLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SCProductScreenshotLocalService.

Author:
Brian Wing Shun Chan
See Also:
SCProductScreenshotLocalService
Generated:

Constructor Summary
SCProductScreenshotLocalServiceWrapper(SCProductScreenshotLocalService scProductScreenshotLocalService)
           
 
Method Summary
 SCProductScreenshot addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot createSCProductScreenshot(long productScreenshotId)
           
 void deleteProductScreenshot(SCProductScreenshot productScreenshot)
           
 void deleteProductScreenshots(long productEntryId)
           
 void deleteSCProductScreenshot(long productScreenshotId)
           
 void deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 SCProductScreenshot getProductScreenshot(long productEntryId, int priority)
           
 SCProductScreenshot getProductScreenshotByFullImageId(long fullImageId)
           
 SCProductScreenshot getProductScreenshotByThumbnailId(long thumbnailId)
           
 java.util.List<SCProductScreenshot> getProductScreenshots(long productEntryId)
           
 SCProductScreenshot getSCProductScreenshot(long productScreenshotId)
           
 java.util.List<SCProductScreenshot> getSCProductScreenshots(int start, int end)
           
 int getSCProductScreenshotsCount()
           
 SCProductScreenshotLocalService getWrappedSCProductScreenshotLocalService()
           
 SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
           
 SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductScreenshotLocalServiceWrapper

public SCProductScreenshotLocalServiceWrapper(SCProductScreenshotLocalService scProductScreenshotLocalService)
Method Detail

addSCProductScreenshot

public SCProductScreenshot addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
                                           throws com.liferay.portal.SystemException
Specified by:
addSCProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

createSCProductScreenshot

public SCProductScreenshot createSCProductScreenshot(long productScreenshotId)
Specified by:
createSCProductScreenshot in interface SCProductScreenshotLocalService

deleteSCProductScreenshot

public void deleteSCProductScreenshot(long productScreenshotId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
deleteSCProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteSCProductScreenshot

public void deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
                               throws com.liferay.portal.SystemException
Specified by:
deleteSCProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

getSCProductScreenshot

public SCProductScreenshot getSCProductScreenshot(long productScreenshotId)
                                           throws com.liferay.portal.PortalException,
                                                  com.liferay.portal.SystemException
Specified by:
getSCProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getSCProductScreenshots

public java.util.List<SCProductScreenshot> getSCProductScreenshots(int start,
                                                                   int end)
                                                            throws com.liferay.portal.SystemException
Specified by:
getSCProductScreenshots in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

getSCProductScreenshotsCount

public int getSCProductScreenshotsCount()
                                 throws com.liferay.portal.SystemException
Specified by:
getSCProductScreenshotsCount in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

updateSCProductScreenshot

public SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
                                              throws com.liferay.portal.SystemException
Specified by:
updateSCProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

updateSCProductScreenshot

public SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot,
                                                     boolean merge)
                                              throws com.liferay.portal.SystemException
Specified by:
updateSCProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

deleteProductScreenshot

public void deleteProductScreenshot(SCProductScreenshot productScreenshot)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
deleteProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductScreenshots

public void deleteProductScreenshots(long productEntryId)
                              throws com.liferay.portal.PortalException,
                                     com.liferay.portal.SystemException
Specified by:
deleteProductScreenshots in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductScreenshot

public SCProductScreenshot getProductScreenshot(long productEntryId,
                                                int priority)
                                         throws com.liferay.portal.PortalException,
                                                com.liferay.portal.SystemException
Specified by:
getProductScreenshot in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductScreenshotByFullImageId

public SCProductScreenshot getProductScreenshotByFullImageId(long fullImageId)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Specified by:
getProductScreenshotByFullImageId in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductScreenshotByThumbnailId

public SCProductScreenshot getProductScreenshotByThumbnailId(long thumbnailId)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Specified by:
getProductScreenshotByThumbnailId in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductScreenshots

public java.util.List<SCProductScreenshot> getProductScreenshots(long productEntryId)
                                                          throws com.liferay.portal.SystemException
Specified by:
getProductScreenshots in interface SCProductScreenshotLocalService
Throws:
com.liferay.portal.SystemException

getWrappedSCProductScreenshotLocalService

public SCProductScreenshotLocalService getWrappedSCProductScreenshotLocalService()