com.liferay.portlet.softwarecatalog.service.impl
Class SCProductEntryServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductEntryServiceImpl
public SCProductEntryServiceImpl()
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