com.liferay.portlet.softwarecatalog.service
Class SCProductEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalServiceWrapper
- All Implemented Interfaces:
- SCProductEntryLocalService
public class SCProductEntryLocalServiceWrapper
- extends Object
- implements SCProductEntryLocalService
This class is a wrapper for SCProductEntryLocalService.
- See Also:
SCProductEntryLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
SCProductEntry |
addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
|
void |
addProductEntryResources(long productEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addProductEntryResources(long productEntryId,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addProductEntryResources(SCProductEntry productEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addProductEntryResources(SCProductEntry productEntry,
String[] communityPermissions,
String[] guestPermissions)
|
SCProductEntry |
addSCProductEntry(SCProductEntry scProductEntry)
|
SCProductEntry |
createSCProductEntry(long productEntryId)
|
void |
deleteProductEntries(long groupId)
|
void |
deleteProductEntry(long productEntryId)
|
void |
deleteProductEntry(SCProductEntry productEntry)
|
void |
deleteSCProductEntry(long productEntryId)
|
void |
deleteSCProductEntry(SCProductEntry scProductEntry)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<SCProductEntry> |
getCompanyProductEntries(long companyId,
int start,
int end)
|
int |
getCompanyProductEntriesCount(long companyId)
|
List<SCProductEntry> |
getProductEntries(long groupId,
int start,
int end)
|
List<SCProductEntry> |
getProductEntries(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<SCProductEntry> |
getProductEntries(long groupId,
long userId,
int start,
int end)
|
List<SCProductEntry> |
getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
|
int |
getProductEntriesCount(long groupId)
|
int |
getProductEntriesCount(long groupId,
long userId)
|
SCProductEntry |
getProductEntry(long productEntryId)
|
String |
getRepositoryXML(long groupId,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
String |
getRepositoryXML(long groupId,
String version,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
|
List<SCProductEntry> |
getSCProductEntries(int start,
int end)
|
int |
getSCProductEntriesCount()
|
SCProductEntry |
getSCProductEntry(long productEntryId)
|
SCProductEntryLocalService |
getWrappedSCProductEntryLocalService()
|
SCProductEntry |
updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
|
SCProductEntry |
updateSCProductEntry(SCProductEntry scProductEntry)
|
SCProductEntry |
updateSCProductEntry(SCProductEntry scProductEntry,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCProductEntryLocalServiceWrapper
public SCProductEntryLocalServiceWrapper(SCProductEntryLocalService scProductEntryLocalService)
addSCProductEntry
public SCProductEntry addSCProductEntry(SCProductEntry scProductEntry)
throws SystemException
- Specified by:
addSCProductEntry in interface SCProductEntryLocalService
- Throws:
SystemException
createSCProductEntry
public SCProductEntry createSCProductEntry(long productEntryId)
- Specified by:
createSCProductEntry in interface SCProductEntryLocalService
deleteSCProductEntry
public void deleteSCProductEntry(long productEntryId)
throws PortalException,
SystemException
- Specified by:
deleteSCProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
deleteSCProductEntry
public void deleteSCProductEntry(SCProductEntry scProductEntry)
throws SystemException
- Specified by:
deleteSCProductEntry in interface SCProductEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface SCProductEntryLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface SCProductEntryLocalService
- Throws:
SystemException
getSCProductEntry
public SCProductEntry getSCProductEntry(long productEntryId)
throws PortalException,
SystemException
- Specified by:
getSCProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
getSCProductEntries
public List<SCProductEntry> getSCProductEntries(int start,
int end)
throws SystemException
- Specified by:
getSCProductEntries in interface SCProductEntryLocalService
- Throws:
SystemException
getSCProductEntriesCount
public int getSCProductEntriesCount()
throws SystemException
- Specified by:
getSCProductEntriesCount in interface SCProductEntryLocalService
- Throws:
SystemException
updateSCProductEntry
public SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry)
throws SystemException
- Specified by:
updateSCProductEntry in interface SCProductEntryLocalService
- Throws:
SystemException
updateSCProductEntry
public SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry,
boolean merge)
throws SystemException
- Specified by:
updateSCProductEntry in interface SCProductEntryLocalService
- Throws:
SystemException
addProductEntry
public SCProductEntry addProductEntry(long userId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
addProductEntryResources
public void addProductEntryResources(long productEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addProductEntryResources in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
addProductEntryResources
public void addProductEntryResources(long productEntryId,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addProductEntryResources in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
addProductEntryResources
public void addProductEntryResources(SCProductEntry productEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addProductEntryResources in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
addProductEntryResources
public void addProductEntryResources(SCProductEntry productEntry,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addProductEntryResources in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
deleteProductEntries
public void deleteProductEntries(long groupId)
throws PortalException,
SystemException
- Specified by:
deleteProductEntries in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
deleteProductEntry
public void deleteProductEntry(long productEntryId)
throws PortalException,
SystemException
- Specified by:
deleteProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
deleteProductEntry
public void deleteProductEntry(SCProductEntry productEntry)
throws PortalException,
SystemException
- Specified by:
deleteProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
getCompanyProductEntries
public List<SCProductEntry> getCompanyProductEntries(long companyId,
int start,
int end)
throws SystemException
- Specified by:
getCompanyProductEntries in interface SCProductEntryLocalService
- Throws:
SystemException
getCompanyProductEntriesCount
public int getCompanyProductEntriesCount(long companyId)
throws SystemException
- Specified by:
getCompanyProductEntriesCount in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntries
public List<SCProductEntry> getProductEntries(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getProductEntries in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntries
public List<SCProductEntry> getProductEntries(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getProductEntries in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntries
public List<SCProductEntry> getProductEntries(long groupId,
long userId,
int start,
int end)
throws SystemException
- Specified by:
getProductEntries in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntries
public List<SCProductEntry> getProductEntries(long groupId,
long userId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getProductEntries in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntriesCount
public int getProductEntriesCount(long groupId)
throws SystemException
- Specified by:
getProductEntriesCount in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntriesCount
public int getProductEntriesCount(long groupId,
long userId)
throws SystemException
- Specified by:
getProductEntriesCount in interface SCProductEntryLocalService
- Throws:
SystemException
getProductEntry
public SCProductEntry getProductEntry(long productEntryId)
throws PortalException,
SystemException
- Specified by:
getProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
getRepositoryXML
public String getRepositoryXML(long groupId,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
throws SystemException
- Specified by:
getRepositoryXML in interface SCProductEntryLocalService
- Throws:
SystemException
getRepositoryXML
public String getRepositoryXML(long groupId,
String version,
String baseImageURL,
Date oldestDate,
int maxNumOfVersions,
Properties repoSettings)
throws SystemException
- Specified by:
getRepositoryXML in interface SCProductEntryLocalService
- Throws:
SystemException
updateProductEntry
public SCProductEntry updateProductEntry(long productEntryId,
String name,
String type,
String tags,
String shortDescription,
String longDescription,
String pageURL,
String author,
String repoGroupId,
String repoArtifactId,
long[] licenseIds,
List<byte[]> thumbnails,
List<byte[]> fullImages)
throws PortalException,
SystemException
- Specified by:
updateProductEntry in interface SCProductEntryLocalService
- Throws:
PortalException
SystemException
getWrappedSCProductEntryLocalService
public SCProductEntryLocalService getWrappedSCProductEntryLocalService()