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

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

public class SCProductEntryServiceImpl
extends SCProductEntryServiceBaseImpl

View Source

Author:
Jorge Ferrer, Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.service.base.SCProductEntryServiceBaseImpl
counterLocalService, counterService, imageLocalService, imagePersistence, mbMessageFinder, mbMessageLocalService, mbMessagePersistence, mbMessageService, ratingsStatsLocalService, ratingsStatsPersistence, resourceFinder, resourceLocalService, resourcePersistence, resourceService, scFrameworkVersionLocalService, scFrameworkVersionPersistence, scFrameworkVersionService, scLicenseLocalService, scLicensePersistence, scLicenseService, scProductEntryLocalService, scProductEntryPersistence, scProductEntryService, scProductScreenshotLocalService, scProductScreenshotPersistence, scProductVersionLocalService, scProductVersionPersistence, scProductVersionService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
SCProductEntryServiceImpl()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductEntry addProductEntry(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, com.liferay.portal.service.ServiceContext serviceContext)
           
 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<byte[]> thumbnails, java.util.List<byte[]> fullImages)
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.service.base.SCProductEntryServiceBaseImpl
getCounterLocalService, getCounterService, getImageLocalService, getImagePersistence, getMBMessageFinder, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getSCFrameworkVersionLocalService, getSCFrameworkVersionPersistence, getSCFrameworkVersionService, getSCLicenseLocalService, getSCLicensePersistence, getSCLicenseService, getSCProductEntryLocalService, getSCProductEntryPersistence, getSCProductEntryService, getSCProductScreenshotLocalService, getSCProductScreenshotPersistence, getSCProductVersionLocalService, getSCProductVersionPersistence, getSCProductVersionService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setCounterService, setImageLocalService, setImagePersistence, setMBMessageFinder, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setSCFrameworkVersionLocalService, setSCFrameworkVersionPersistence, setSCFrameworkVersionService, setSCLicenseLocalService, setSCLicensePersistence, setSCLicenseService, setSCProductEntryLocalService, setSCProductEntryPersistence, setSCProductEntryService, setSCProductScreenshotLocalService, setSCProductScreenshotPersistence, setSCProductVersionLocalService, setSCProductVersionPersistence, setSCProductVersionService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.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(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,
                                                                                com.liferay.portal.service.ServiceContext serviceContext)
                                                                         throws com.liferay.portal.PortalException,
                                                                                com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteProductEntry

public void deleteProductEntry(long productEntryId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
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
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<byte[]> thumbnails,
                                                                                   java.util.List<byte[]> fullImages)
                                                                            throws com.liferay.portal.PortalException,
                                                                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException