com.liferay.portlet.softwarecatalog.service
Class SCProductEntryServiceUtil

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

public class SCProductEntryServiceUtil
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.SCProductEntryService 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:
SCProductEntryService

Constructor Summary
SCProductEntryServiceUtil()
           
 
Method Summary
static SCProductEntry addProductEntry(java.lang.String name, java.lang.String type, java.lang.String tags, java.lang.String shortDescription, java.lang.String longDescription, java.lang.String pageURL, java.lang.String author, java.lang.String repoGroupId, java.lang.String repoArtifactId, long[] licenseIds, java.util.List<byte[]> thumbnails, java.util.List<byte[]> fullImages, ServiceContext serviceContext)
           
static void deleteProductEntry(long productEntryId)
           
static SCProductEntry getProductEntry(long productEntryId)
           
static SCProductEntryService getService()
           
 void setService(SCProductEntryService service)
           
static SCProductEntry updateProductEntry(long productEntryId, java.lang.String name, java.lang.String type, java.lang.String tags, java.lang.String shortDescription, java.lang.String longDescription, java.lang.String pageURL, java.lang.String author, java.lang.String repoGroupId, java.lang.String repoArtifactId, long[] licenseIds, java.util.List<byte[]> thumbnails, java.util.List<byte[]> fullImages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductEntryServiceUtil

public SCProductEntryServiceUtil()
Method Detail

addProductEntry

public static SCProductEntry addProductEntry(java.lang.String name,
                                             java.lang.String type,
                                             java.lang.String tags,
                                             java.lang.String shortDescription,
                                             java.lang.String longDescription,
                                             java.lang.String pageURL,
                                             java.lang.String author,
                                             java.lang.String repoGroupId,
                                             java.lang.String repoArtifactId,
                                             long[] licenseIds,
                                             java.util.List<byte[]> thumbnails,
                                             java.util.List<byte[]> fullImages,
                                             ServiceContext serviceContext)
                                      throws com.liferay.portal.PortalException,
                                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductEntry

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

getProductEntry

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

updateProductEntry

public static SCProductEntry updateProductEntry(long productEntryId,
                                                java.lang.String name,
                                                java.lang.String type,
                                                java.lang.String tags,
                                                java.lang.String shortDescription,
                                                java.lang.String longDescription,
                                                java.lang.String pageURL,
                                                java.lang.String author,
                                                java.lang.String repoGroupId,
                                                java.lang.String repoArtifactId,
                                                long[] licenseIds,
                                                java.util.List<byte[]> thumbnails,
                                                java.util.List<byte[]> fullImages)
                                         throws com.liferay.portal.PortalException,
                                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getService

public static SCProductEntryService getService()

setService

public void setService(SCProductEntryService service)