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 java.lang.Object
implements SCProductEntryService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for SCProductEntryService.

Author:
Brian Wing Shun Chan
See Also:
SCProductEntryService
Generated:

Constructor Summary
SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
           
 
Method Summary
 SCProductEntry addProductEntry(long plid, 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, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 SCProductEntry addProductEntry(long plid, 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, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteProductEntry(long productEntryId)
           
 SCProductEntry getProductEntry(long productEntryId)
           
 SCProductEntryService getWrappedSCProductEntryService()
           
 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

SCProductEntryServiceWrapper

public SCProductEntryServiceWrapper(SCProductEntryService scProductEntryService)
Method Detail

addProductEntry

public SCProductEntry addProductEntry(long plid,
                                      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,
                                      boolean addCommunityPermissions,
                                      boolean addGuestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
addProductEntry in interface SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addProductEntry

public SCProductEntry addProductEntry(long plid,
                                      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,
                                      java.lang.String[] communityPermissions,
                                      java.lang.String[] guestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
addProductEntry in interface SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteProductEntry

public void deleteProductEntry(long productEntryId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException,
                               java.rmi.RemoteException
Specified by:
deleteProductEntry in interface SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getProductEntry

public SCProductEntry getProductEntry(long productEntryId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException,
                                      java.rmi.RemoteException
Specified by:
getProductEntry in interface SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateProductEntry

public 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,
                                         java.rmi.RemoteException
Specified by:
updateProductEntry in interface SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedSCProductEntryService

public SCProductEntryService getWrappedSCProductEntryService()