com.liferay.portlet.softwarecatalog.service
Class SCProductVersionLocalServiceUtil

java.lang.Object
  extended bycom.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 model)
           
static void afterPropertiesSet()
           
static void deleteProductVersion(long productVersionId)
           
static void deleteProductVersion(SCProductVersion productVersion)
           
static void deleteProductVersions(long productEntryId)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List 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 getProductVersions(long productEntryId, int begin, int end)
           
static int getProductVersionsCount(long productEntryId)
           
static SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
           
static SCLicensePersistence getSCLicensePersistence()
           
static SCProductEntryPersistence getSCProductEntryPersistence()
           
static SCProductScreenshotPersistence getSCProductScreenshotPersistence()
           
static SCProductVersionPersistence getSCProductVersionPersistence()
           
static UserFinder getUserFinder()
           
static UserPersistence getUserPersistence()
           
static void setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
static void setSCLicensePersistence(SCLicensePersistence scLicensePersistence)
           
static void setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
           
static void setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)
           
static void setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
           
static void setUserFinder(UserFinder userFinder)
           
static void setUserPersistence(UserPersistence userPersistence)
           
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 model)
           
 
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 model)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

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

dynamicQuery

public static java.util.List 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 model)
                                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getSCLicensePersistence

public static SCLicensePersistence getSCLicensePersistence()

setSCLicensePersistence

public static void setSCLicensePersistence(SCLicensePersistence scLicensePersistence)

getSCFrameworkVersionPersistence

public static SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()

setSCFrameworkVersionPersistence

public static void setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)

getSCProductEntryPersistence

public static SCProductEntryPersistence getSCProductEntryPersistence()

setSCProductEntryPersistence

public static void setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)

getSCProductScreenshotPersistence

public static SCProductScreenshotPersistence getSCProductScreenshotPersistence()

setSCProductScreenshotPersistence

public static void setSCProductScreenshotPersistence(SCProductScreenshotPersistence scProductScreenshotPersistence)

getSCProductVersionPersistence

public static SCProductVersionPersistence getSCProductVersionPersistence()

setSCProductVersionPersistence

public static void setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)

getUserPersistence

public static UserPersistence getUserPersistence()

setUserPersistence

public static void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public static UserFinder getUserFinder()

setUserFinder

public static void setUserFinder(UserFinder userFinder)

afterPropertiesSet

public static void afterPropertiesSet()

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 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