com.liferay.portlet.softwarecatalog.service
Class SCProductVersionLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceUtil

public class SCProductVersionLocalServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService 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.

com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
SCProductVersionLocalService, SCProductVersionLocalServiceFactory

Constructor Summary
SCProductVersionLocalServiceUtil()
           
 
Method Summary
static SCProductVersion addProductVersion(long userId, long productEntryId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static SCProductVersion addProductVersion(long userId, long productEntryId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, java.lang.Boolean addCommunityPermissions, java.lang.Boolean addGuestPermissions, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
static SCProductVersion addProductVersion(long userId, long productEntryId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
static SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
           
static void deleteProductVersion(long productVersionId)
           
static void deleteProductVersion(SCProductVersion productVersion)
           
static void deleteProductVersions(long productEntryId)
           
static void deleteSCProductVersion(long productVersionId)
           
static void deleteSCProductVersion(SCProductVersion scProductVersion)
           
static java.util.List<SCProductVersion> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List<SCProductVersion> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static SCProductVersion getProductVersion(long productVersionId)
           
static SCProductVersion getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
           
static java.util.List<SCProductVersion> getProductVersions(long productEntryId, int begin, int end)
           
static int getProductVersionsCount(long productEntryId)
           
static SCProductVersion updateProductVersion(long productVersionId, java.lang.String version, java.lang.String changeLog, java.lang.String downloadPageURL, java.lang.String directDownloadURL, boolean repoStoreArtifact, long[] frameworkVersionIds)
           
static SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductVersionLocalServiceUtil

public SCProductVersionLocalServiceUtil()
Method Detail

addSCProductVersion

public static SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteSCProductVersion

public static void deleteSCProductVersion(long productVersionId)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteSCProductVersion

public static void deleteSCProductVersion(SCProductVersion scProductVersion)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<SCProductVersion> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<SCProductVersion> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                                            int begin,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateSCProductVersion

public static SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addProductVersion

public static SCProductVersion addProductVersion(long userId,
                                                 long productEntryId,
                                                 java.lang.String version,
                                                 java.lang.String changeLog,
                                                 java.lang.String downloadPageURL,
                                                 java.lang.String directDownloadURL,
                                                 boolean repoStoreArtifact,
                                                 long[] frameworkVersionIds,
                                                 boolean addCommunityPermissions,
                                                 boolean addGuestPermissions)
                                          throws com.liferay.portal.PortalException,
                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addProductVersion

public static SCProductVersion addProductVersion(long userId,
                                                 long productEntryId,
                                                 java.lang.String version,
                                                 java.lang.String changeLog,
                                                 java.lang.String downloadPageURL,
                                                 java.lang.String directDownloadURL,
                                                 boolean repoStoreArtifact,
                                                 long[] frameworkVersionIds,
                                                 java.lang.String[] communityPermissions,
                                                 java.lang.String[] guestPermissions)
                                          throws com.liferay.portal.PortalException,
                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addProductVersion

public static SCProductVersion addProductVersion(long userId,
                                                 long productEntryId,
                                                 java.lang.String version,
                                                 java.lang.String changeLog,
                                                 java.lang.String downloadPageURL,
                                                 java.lang.String directDownloadURL,
                                                 boolean repoStoreArtifact,
                                                 long[] frameworkVersionIds,
                                                 java.lang.Boolean addCommunityPermissions,
                                                 java.lang.Boolean addGuestPermissions,
                                                 java.lang.String[] communityPermissions,
                                                 java.lang.String[] guestPermissions)
                                          throws com.liferay.portal.PortalException,
                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductVersion

public static void deleteProductVersion(long productVersionId)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductVersion

public static void deleteProductVersion(SCProductVersion productVersion)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductVersions

public static void deleteProductVersions(long productEntryId)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductVersion

public static SCProductVersion getProductVersion(long productVersionId)
                                          throws com.liferay.portal.PortalException,
                                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductVersionByDirectDownloadURL

public static SCProductVersion getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
                                                             throws com.liferay.portal.PortalException,
                                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductVersions

public static java.util.List<SCProductVersion> getProductVersions(long productEntryId,
                                                                  int begin,
                                                                  int end)
                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProductVersionsCount

public static int getProductVersionsCount(long productEntryId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateProductVersion

public static SCProductVersion updateProductVersion(long productVersionId,
                                                    java.lang.String version,
                                                    java.lang.String changeLog,
                                                    java.lang.String downloadPageURL,
                                                    java.lang.String directDownloadURL,
                                                    boolean repoStoreArtifact,
                                                    long[] frameworkVersionIds)
                                             throws com.liferay.portal.PortalException,
                                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException