com.liferay.portlet.softwarecatalog.service.impl
Class SCProductEntryServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portlet.softwarecatalog.service.impl.SCProductEntryServiceImpl
All Implemented Interfaces:
com.liferay.portlet.softwarecatalog.service.SCProductEntryService

public class SCProductEntryServiceImpl
extends PrincipalBean
implements com.liferay.portlet.softwarecatalog.service.SCProductEntryService

View Source

Author:
Jorge Ferrer, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
SCProductEntryServiceImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.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)
           
 com.liferay.portlet.softwarecatalog.model.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)
           
 com.liferay.portlet.softwarecatalog.model.SCProductEntry getProductEntry(long productEntryId)
           
 com.liferay.portlet.softwarecatalog.model.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)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductEntryServiceImpl

public SCProductEntryServiceImpl()
Method Detail

addProductEntry

public com.liferay.portlet.softwarecatalog.model.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.PortalException,
                                                                                com.liferay.portal.SystemException
Specified by:
addProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addProductEntry

public com.liferay.portlet.softwarecatalog.model.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.PortalException,
                                                                                com.liferay.portal.SystemException
Specified by:
addProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductEntry

public void deleteProductEntry(long productEntryId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProductEntry

public com.liferay.portlet.softwarecatalog.model.SCProductEntry getProductEntry(long productEntryId)
                                                                         throws com.liferay.portal.PortalException,
                                                                                com.liferay.portal.SystemException
Specified by:
getProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateProductEntry

public com.liferay.portlet.softwarecatalog.model.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.PortalException,
                                                                                   com.liferay.portal.SystemException
Specified by:
updateProductEntry in interface com.liferay.portlet.softwarecatalog.service.SCProductEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException