com.liferay.portlet.softwarecatalog.service
Class SCProductVersionLocalServiceUtil
java.lang.Object
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
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.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductVersionLocalService
- Generated:
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 testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
|
static SCProductVersion |
addSCProductVersion(SCProductVersion scProductVersion)
|
static SCProductVersion |
createSCProductVersion(long productVersionId)
|
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 |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static SCProductVersion |
getProductVersion(long productVersionId)
|
static SCProductVersion |
getProductVersionByDirectDownloadURL(java.lang.String directDownloadURL)
|
static java.util.List<SCProductVersion> |
getProductVersions(long productEntryId,
int start,
int end)
|
static int |
getProductVersionsCount(long productEntryId)
|
static SCProductVersion |
getSCProductVersion(long productVersionId)
|
static java.util.List<SCProductVersion> |
getSCProductVersions(int start,
int end)
|
static int |
getSCProductVersionsCount()
|
static SCProductVersionLocalService |
getService()
|
void |
setService(SCProductVersionLocalService service)
|
static SCProductVersion |
updateProductVersion(long productVersionId,
java.lang.String version,
java.lang.String changeLog,
java.lang.String downloadPageURL,
java.lang.String directDownloadURL,
boolean testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
|
static SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion)
|
static SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductVersionLocalServiceUtil
public SCProductVersionLocalServiceUtil()
addSCProductVersion
public static SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createSCProductVersion
public static SCProductVersion createSCProductVersion(long productVersionId)
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.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static 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
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public static int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getSCProductVersion
public static SCProductVersion getSCProductVersion(long productVersionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getSCProductVersions
public static java.util.List<SCProductVersion> getSCProductVersions(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getSCProductVersionsCount
public static int getSCProductVersionsCount()
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
updateSCProductVersion
public static SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion,
boolean merge)
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 testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds,
ServiceContext serviceContext)
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.SystemException
- Throws:
com.liferay.portal.SystemException
deleteProductVersions
public static void deleteProductVersions(long productEntryId)
throws com.liferay.portal.SystemException
- Throws:
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 start,
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 testDirectDownloadURL,
boolean repoStoreArtifact,
long[] frameworkVersionIds)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getService
public static SCProductVersionLocalService getService()
setService
public void setService(SCProductVersionLocalService service)