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
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, getProductScreenshotByFullImageId, getProductScreenshotByThumbnailId, getProductScreenshots |
scLicenseLocalService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService
scLicenseService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCLicenseService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService
scLicensePersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence
scFrameworkVersionLocalService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService
scFrameworkVersionService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService
scFrameworkVersionPersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence
scProductEntryLocalService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService
scProductEntryService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductEntryService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService
scProductEntryPersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
scProductScreenshotLocalService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService
scProductScreenshotPersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence
scProductVersionLocalService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService
scProductVersionService
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.SCProductVersionService.impl")
protected com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService
scProductVersionPersistence
@BeanReference(name="com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence.impl")
protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence
imageLocalService
@BeanReference(name="com.liferay.portal.service.ImageLocalService.impl")
protected com.liferay.portal.service.ImageLocalService imageLocalService
imagePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ImagePersistence.impl")
protected com.liferay.portal.service.persistence.ImagePersistence imagePersistence
SCProductScreenshotLocalServiceBaseImpl
public SCProductScreenshotLocalServiceBaseImpl()
addSCProductScreenshot
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot addSCProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.SystemException
- Specified by:
addSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
createSCProductScreenshot
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot createSCProductScreenshot(long productScreenshotId)
- Specified by:
createSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
deleteSCProductScreenshot
public void deleteSCProductScreenshot(long productScreenshotId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteSCProductScreenshot
public void deleteSCProductScreenshot(com.liferay.portlet.softwarecatalog.model.SCProductScreenshot scProductScreenshot)
throws com.liferay.portal.SystemException
- Specified by:
deleteSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
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<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
getSCProductScreenshot
public com.liferay.portlet.softwarecatalog.model.SCProductScreenshot getSCProductScreenshot(long productScreenshotId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getSCProductScreenshots
public java.util.List<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot> getSCProductScreenshots(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getSCProductScreenshots
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
getSCProductScreenshotsCount
public int getSCProductScreenshotsCount()
throws com.liferay.portal.SystemException
- Specified by:
getSCProductScreenshotsCount
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 scProductScreenshot)
throws com.liferay.portal.SystemException
- Specified by:
updateSCProductScreenshot
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 scProductScreenshot,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateSCProductScreenshot
in interface com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService
- Throws:
com.liferay.portal.SystemException
getSCLicenseLocalService
public com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService getSCLicenseLocalService()
setSCLicenseLocalService
public void setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)
getSCLicenseService
public com.liferay.portlet.softwarecatalog.service.SCLicenseService getSCLicenseService()
setSCLicenseService
public void setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)
getSCLicensePersistence
public com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence()
setSCLicensePersistence
public void setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)
getSCFrameworkVersionLocalService
public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()
setSCFrameworkVersionLocalService
public void setSCFrameworkVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService)
getSCFrameworkVersionService
public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService()
setSCFrameworkVersionService
public void setSCFrameworkVersionService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService)
getSCFrameworkVersionPersistence
public com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
setSCFrameworkVersionPersistence
public void setSCFrameworkVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence)
getSCProductEntryLocalService
public com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()
setSCProductEntryLocalService
public void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
getSCProductEntryService
public com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService()
setSCProductEntryService
public void setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)
getSCProductEntryPersistence
public com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()
setSCProductEntryPersistence
public void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
getSCProductScreenshotLocalService
public com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService getSCProductScreenshotLocalService()
setSCProductScreenshotLocalService
public void setSCProductScreenshotLocalService(com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService)
getSCProductScreenshotPersistence
public com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence getSCProductScreenshotPersistence()
setSCProductScreenshotPersistence
public void setSCProductScreenshotPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence)
getSCProductVersionLocalService
public com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService getSCProductVersionLocalService()
setSCProductVersionLocalService
public void setSCProductVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService)
getSCProductVersionService
public com.liferay.portlet.softwarecatalog.service.SCProductVersionService getSCProductVersionService()
setSCProductVersionService
public void setSCProductVersionService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService)
getSCProductVersionPersistence
public com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence getSCProductVersionPersistence()
setSCProductVersionPersistence
public void setSCProductVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence)
getImageLocalService
public com.liferay.portal.service.ImageLocalService getImageLocalService()
setImageLocalService
public void setImageLocalService(com.liferay.portal.service.ImageLocalService imageLocalService)
getImagePersistence
public com.liferay.portal.service.persistence.ImagePersistence getImagePersistence()
setImagePersistence
public void setImagePersistence(com.liferay.portal.service.persistence.ImagePersistence imagePersistence)
runSQL
protected void runSQL(java.lang.String sql)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException