com.liferay.portlet.softwarecatalog.service
Class SCProductScreenshotLocalServiceUtil
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalServiceUtil
public class SCProductScreenshotLocalServiceUtil
- extends Object
This class provides static methods for the
SCProductScreenshotLocalService bean. The static methods of
this class calls the same methods of the bean instance. It's convenient to be
able to just write one line to call a method on a bean instead of writing a
lookup call and a method call.
- See Also:
SCProductScreenshotLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductScreenshotLocalServiceUtil
public SCProductScreenshotLocalServiceUtil()
addSCProductScreenshot
public static SCProductScreenshot addSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws SystemException
- Throws:
SystemException
createSCProductScreenshot
public static SCProductScreenshot createSCProductScreenshot(long productScreenshotId)
deleteSCProductScreenshot
public static void deleteSCProductScreenshot(long productScreenshotId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteSCProductScreenshot
public static void deleteSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getSCProductScreenshot
public static SCProductScreenshot getSCProductScreenshot(long productScreenshotId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getSCProductScreenshots
public static List<SCProductScreenshot> getSCProductScreenshots(int start,
int end)
throws SystemException
- Throws:
SystemException
getSCProductScreenshotsCount
public static int getSCProductScreenshotsCount()
throws SystemException
- Throws:
SystemException
updateSCProductScreenshot
public static SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot)
throws SystemException
- Throws:
SystemException
updateSCProductScreenshot
public static SCProductScreenshot updateSCProductScreenshot(SCProductScreenshot scProductScreenshot,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteProductScreenshot
public static void deleteProductScreenshot(SCProductScreenshot productScreenshot)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteProductScreenshots
public static void deleteProductScreenshots(long productEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getProductScreenshot
public static SCProductScreenshot getProductScreenshot(long productEntryId,
int priority)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getProductScreenshotByFullImageId
public static SCProductScreenshot getProductScreenshotByFullImageId(long fullImageId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getProductScreenshotByThumbnailId
public static SCProductScreenshot getProductScreenshotByThumbnailId(long thumbnailId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getProductScreenshots
public static List<SCProductScreenshot> getProductScreenshots(long productEntryId)
throws SystemException
- Throws:
SystemException
getService
public static SCProductScreenshotLocalService getService()
setService
public void setService(SCProductScreenshotLocalService service)