Liferay 6.0.5

com.liferay.portlet.softwarecatalog.service
Class SCProductEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCProductEntryServiceWrapper
All Implemented Interfaces:
SCProductEntryService

public class SCProductEntryServiceWrapper
extends Object
implements SCProductEntryService

This class is a wrapper for SCProductEntryService.

See Also:
SCProductEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
           
 
Method Summary
 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)
           
 void deleteProductEntry(long productEntryId)
           
 SCProductEntry getProductEntry(long productEntryId)
           
 SCProductEntryService getWrappedSCProductEntryService()
           
 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

SCProductEntryServiceWrapper

public SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
Method Detail

addProductEntry

public 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
Specified by:
addProductEntry in interface SCProductEntryService
Throws:
PortalException
SystemException

deleteProductEntry

public void deleteProductEntry(long productEntryId)
                        throws PortalException,
                               SystemException
Specified by:
deleteProductEntry in interface SCProductEntryService
Throws:
PortalException
SystemException

getProductEntry

public SCProductEntry getProductEntry(long productEntryId)
                               throws PortalException,
                                      SystemException
Specified by:
getProductEntry in interface SCProductEntryService
Throws:
PortalException
SystemException

updateProductEntry

public 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
Specified by:
updateProductEntry in interface SCProductEntryService
Throws:
PortalException
SystemException

getWrappedSCProductEntryService

public SCProductEntryService getWrappedSCProductEntryService()

Liferay 6.0.5