com.liferay.portlet.softwarecatalog.service
Interface SCProductEntryService


public interface SCProductEntryService

View Source

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

This interface defines the service. The default implementation is com.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

Author:
Brian Wing Shun Chan
See Also:
SCProductEntryServiceFactory, SCProductEntryServiceUtil

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 thumbnails, java.util.List 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 thumbnails, java.util.List fullImages, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteProductEntry(long productEntryId)
           
 SCProductEntry getProductEntry(long productEntryId)
           
 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 thumbnails, java.util.List fullImages)
           
 

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 thumbnails,
                                      java.util.List fullImages,
                                      boolean addCommunityPermissions,
                                      boolean addGuestPermissions)
                               throws com.liferay.portal.SystemException,
                                      com.liferay.portal.PortalException,
                                      java.rmi.RemoteException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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 thumbnails,
                                      java.util.List fullImages,
                                      java.lang.String[] communityPermissions,
                                      java.lang.String[] guestPermissions)
                               throws com.liferay.portal.SystemException,
                                      com.liferay.portal.PortalException,
                                      java.rmi.RemoteException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException

deleteProductEntry

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

getProductEntry

public SCProductEntry getProductEntry(long productEntryId)
                               throws com.liferay.portal.SystemException,
                                      com.liferay.portal.PortalException,
                                      java.rmi.RemoteException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
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 thumbnails,
                                         java.util.List fullImages)
                                  throws com.liferay.portal.SystemException,
                                         com.liferay.portal.PortalException,
                                         java.rmi.RemoteException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
java.rmi.RemoteException