Liferay 6.2-ce-ga5

com.liferay.portlet.softwarecatalog.service
Class SCProductEntryServiceUtil

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

@ProviderType
public class SCProductEntryServiceUtil
extends Object

Provides the remote service utility for SCProductEntry. This utility wraps com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl and is the primary access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

See Also:
SCProductEntryService, com.liferay.portlet.softwarecatalog.service.base.SCProductEntryServiceBaseImpl, com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl

Constructor Summary
SCProductEntryServiceUtil()
           
 
Method Summary
static SCProductEntry addProductEntry(String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
static void deleteProductEntry(long productEntryId)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static SCProductEntry getProductEntry(long productEntryId)
           
static SCProductEntryService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(SCProductEntryService service)
          Deprecated. As of 6.2.0
static SCProductEntry updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, 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

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addProductEntry

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

deleteProductEntry

public static void deleteProductEntry(long productEntryId)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getProductEntry

public static SCProductEntry getProductEntry(long productEntryId)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

updateProductEntry

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

getService

public static SCProductEntryService getService()

setService

public void setService(SCProductEntryService service)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5