Liferay 6.0.3

Uses of Interface
com.liferay.portlet.softwarecatalog.model.SCProductEntry

Packages that use SCProductEntry
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.model.impl   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.base   
com.liferay.portlet.softwarecatalog.service.http   
com.liferay.portlet.softwarecatalog.service.impl   
com.liferay.portlet.softwarecatalog.service.permission   
com.liferay.portlet.softwarecatalog.service.persistence   
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.model
 

Classes in com.liferay.portlet.softwarecatalog.model that implement SCProductEntry
 class SCProductEntryWrapper
           This class is a wrapper for SCProductEntry.
 

Methods in com.liferay.portlet.softwarecatalog.model that return SCProductEntry
 SCProductEntry SCProductVersionWrapper.getProductEntry()
           
 SCProductEntry SCProductVersion.getProductEntry()
           
 SCProductEntry SCProductEntryWrapper.getWrappedSCProductEntry()
           
 SCProductEntry SCProductEntryWrapper.toEscapedModel()
           
 SCProductEntry SCProductEntryModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductEntry
 int SCProductEntryWrapper.compareTo(SCProductEntry scProductEntry)
           
 int SCProductEntryModel.compareTo(SCProductEntry scProductEntry)
           
static SCProductEntrySoap SCProductEntrySoap.toSoapModel(SCProductEntry model)
           
static SCProductEntrySoap[] SCProductEntrySoap.toSoapModels(SCProductEntry[] models)
           
static SCProductEntrySoap[][] SCProductEntrySoap.toSoapModels(SCProductEntry[][] models)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.model with type arguments of type SCProductEntry
static SCProductEntrySoap[] SCProductEntrySoap.toSoapModels(List<SCProductEntry> models)
           
 

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCProductEntry
SCProductEntryWrapper(SCProductEntry scProductEntry)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.model.impl
 

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement SCProductEntry
 class SCProductEntryImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCProductEntry
 SCProductEntry SCProductVersionImpl.getProductEntry()
           
 SCProductEntry SCProductEntryModelImpl.toEscapedModel()
           
static SCProductEntry SCProductEntryModelImpl.toModel(SCProductEntrySoap soapModel)
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return types with arguments of type SCProductEntry
static List<SCProductEntry> SCProductEntryModelImpl.toModels(SCProductEntrySoap[] soapModels)
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCProductEntry
 int SCProductEntryModelImpl.compareTo(SCProductEntry scProductEntry)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service
 

Methods in com.liferay.portlet.softwarecatalog.service that return SCProductEntry
 SCProductEntry SCProductEntryLocalServiceWrapper.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)
           
static SCProductEntry SCProductEntryLocalServiceUtil.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)
           
 SCProductEntry SCProductEntryLocalService.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)
           
 SCProductEntry SCProductEntryServiceWrapper.addProductEntry(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)
           
static SCProductEntry SCProductEntryServiceUtil.addProductEntry(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)
           
 SCProductEntry SCProductEntryService.addProductEntry(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)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.addSCProductEntry(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.createSCProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.createSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.createSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryServiceUtil.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryService.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.getProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.getSCProductEntry(long productEntryId)
           
static SCProductEntry SCProductEntryLocalServiceUtil.getSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalService.getSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryServiceWrapper.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)
           
static SCProductEntry SCProductEntryServiceUtil.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 SCProductEntryService.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 SCProductEntryLocalServiceWrapper.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)
           
static SCProductEntry SCProductEntryLocalServiceUtil.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 SCProductEntryLocalService.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 SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service that return types with arguments of type SCProductEntry
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getCompanyProductEntries(long companyId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getCompanyProductEntries(long companyId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalService.getCompanyProductEntries(long companyId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, long userId, int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalService.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceWrapper.getSCProductEntries(int start, int end)
           
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCProductEntries(int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalService.getSCProductEntries(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCProductEntry
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalServiceWrapper.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
static void SCProductEntryLocalServiceUtil.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
 void SCProductEntryLocalService.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.addSCProductEntry(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
           
 void SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
           
static void SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalServiceWrapper.deleteSCProductEntry(SCProductEntry scProductEntry)
           
static void SCProductEntryLocalServiceUtil.deleteSCProductEntry(SCProductEntry scProductEntry)
           
 void SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service.base
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCProductEntry
 SCProductEntry SCProductEntryLocalServiceBaseImpl.addSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceBaseImpl.createSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceBaseImpl.getSCProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return types with arguments of type SCProductEntry
 List<SCProductEntry> SCProductEntryLocalServiceBaseImpl.getSCProductEntries(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductEntry
 SCProductEntry SCProductEntryLocalServiceBaseImpl.addSCProductEntry(SCProductEntry scProductEntry)
           
 void SCProductEntryLocalServiceBaseImpl.deleteSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service.http
 

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCProductEntry
static SCProductEntry SCProductEntryServiceHttp.addProductEntry(HttpPrincipal httpPrincipal, 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)
           
static SCProductEntry SCProductEntryServiceHttp.getProductEntry(HttpPrincipal httpPrincipal, long productEntryId)
           
static SCProductEntry SCProductEntryServiceHttp.updateProductEntry(HttpPrincipal httpPrincipal, 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)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.http with parameters of type SCProductEntry
static JSONArray SCProductEntryJSONSerializer.toJSONArray(SCProductEntry[] models)
           
static JSONArray SCProductEntryJSONSerializer.toJSONArray(SCProductEntry[][] models)
           
static JSONObject SCProductEntryJSONSerializer.toJSONObject(SCProductEntry model)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.http with type arguments of type SCProductEntry
static JSONArray SCProductEntryJSONSerializer.toJSONArray(List<SCProductEntry> models)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service.impl
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return SCProductEntry
 SCProductEntry SCProductEntryLocalServiceImpl.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)
           
 SCProductEntry SCProductEntryServiceImpl.addProductEntry(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)
           
 SCProductEntry SCProductEntryServiceImpl.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryLocalServiceImpl.getProductEntry(long productEntryId)
           
 SCProductEntry SCProductEntryServiceImpl.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 SCProductEntryLocalServiceImpl.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)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return types with arguments of type SCProductEntry
 List<SCProductEntry> SCProductEntryLocalServiceImpl.getCompanyProductEntries(long companyId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceImpl.getProductEntries(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceImpl.getProductEntries(long groupId, int start, int end, OrderByComparator obc)
           
 List<SCProductEntry> SCProductEntryLocalServiceImpl.getProductEntries(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryLocalServiceImpl.getProductEntries(long groupId, long userId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl with parameters of type SCProductEntry
 void SCProductEntryLocalServiceImpl.addProductEntryResources(SCProductEntry productEntry, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void SCProductEntryLocalServiceImpl.addProductEntryResources(SCProductEntry productEntry, String[] communityPermissions, String[] guestPermissions)
           
 void SCProductEntryLocalServiceImpl.deleteProductEntry(SCProductEntry productEntry)
           
protected  void SCProductEntryLocalServiceImpl.populatePluginPackageElement(Element el, SCProductEntry productEntry, SCProductVersion productVersion, String baseImageURL)
           
protected  void SCProductEntryLocalServiceImpl.saveProductScreenshots(SCProductEntry productEntry, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service.permission
 

Methods in com.liferay.portlet.softwarecatalog.service.permission with parameters of type SCProductEntry
static void SCProductEntryPermission.check(PermissionChecker permissionChecker, SCProductEntry productEntry, String actionId)
           
static boolean SCProductEntryPermission.contains(PermissionChecker permissionChecker, SCProductEntry productEntry, String actionId)
           
 

Uses of SCProductEntry in com.liferay.portlet.softwarecatalog.service.persistence
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCProductEntry
static SCProductEntry SCProductEntryUtil.create(long productEntryId)
           
 SCProductEntry SCProductEntryPersistence.create(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.create(long productEntryId)
           
static SCProductEntry SCProductEntryUtil.fetchByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistence.fetchByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.fetchByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static SCProductEntry SCProductEntryUtil.fetchByRG_RA(String repoGroupId, String repoArtifactId)
           
 SCProductEntry SCProductEntryPersistence.fetchByRG_RA(String repoGroupId, String repoArtifactId)
           
 SCProductEntry SCProductEntryPersistenceImpl.fetchByRG_RA(String repoGroupId, String repoArtifactId)
           
static SCProductEntry SCProductEntryUtil.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
           
 SCProductEntry SCProductEntryPersistence.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
           
 SCProductEntry SCProductEntryPersistenceImpl.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
           
static SCProductEntry SCProductEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static SCProductEntry[] SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistenceImpl.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static SCProductEntry[] SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistenceImpl.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static SCProductEntry[] SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
           
 SCProductEntry[] SCProductEntryPersistenceImpl.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
           
static SCProductEntry SCProductEntryUtil.findByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistence.findByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static SCProductEntry SCProductEntryUtil.findByRG_RA(String repoGroupId, String repoArtifactId)
           
 SCProductEntry SCProductEntryPersistence.findByRG_RA(String repoGroupId, String repoArtifactId)
           
 SCProductEntry SCProductEntryPersistenceImpl.findByRG_RA(String repoGroupId, String repoArtifactId)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SCProductEntry scProductEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, SCProductEntry scProductEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, SCProductEntry scProductEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static SCProductEntry SCProductEntryUtil.remove(long productEntryId)
           
 SCProductEntry SCProductEntryPersistence.remove(long productEntryId)
           
 SCProductEntry SCProductEntryPersistenceImpl.remove(long productEntryId)
           
static SCProductEntry SCProductEntryUtil.remove(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryPersistenceImpl.remove(Serializable primaryKey)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.removeImpl(SCProductEntry scProductEntry)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.toUnwrappedModel(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, boolean merge)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, boolean merge, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryPersistenceImpl.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCProductEntry
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId)
           
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByG_U(long groupId, long userId)
           
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId)
           
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByGroupId(long groupId)
           
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.findAll()
           
 List<SCProductEntry> SCProductEntryPersistence.findAll()
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findAll()
           
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findAll(int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId)
           
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByCompanyId(long companyId)
           
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId)
           
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByG_U(long groupId, long userId)
           
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId)
           
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByGroupId(long groupId)
           
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCProductEntry> SCProductEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk)
           
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk)
           
 List<SCProductEntry> SCLicensePersistenceImpl.getSCProductEntries(long pk)
           
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end)
           
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end)
           
 List<SCProductEntry> SCLicensePersistenceImpl.getSCProductEntries(long pk, int start, int end)
           
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCProductEntry> SCLicensePersistenceImpl.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductEntry
static void SCLicenseUtil.addSCProductEntry(long pk, SCProductEntry scProductEntry)
           
 void SCLicensePersistence.addSCProductEntry(long pk, SCProductEntry scProductEntry)
           
 void SCLicensePersistenceImpl.addSCProductEntry(long pk, SCProductEntry scProductEntry)
           
static void SCProductEntryUtil.cacheResult(SCProductEntry scProductEntry)
           
 void SCProductEntryPersistence.cacheResult(SCProductEntry scProductEntry)
           
 void SCProductEntryPersistenceImpl.cacheResult(SCProductEntry scProductEntry)
           
static void SCProductEntryUtil.clearCache(SCProductEntry scProductEntry)
           
 void SCProductEntryPersistenceImpl.clearCache(SCProductEntry scProductEntry)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, SCProductEntry scProductEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.getByG_U_PrevAndNext(Session session, SCProductEntry scProductEntry, long groupId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, SCProductEntry scProductEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static SCProductEntry SCProductEntryUtil.remove(SCProductEntry scProductEntry)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.removeImpl(SCProductEntry scProductEntry)
           
static void SCLicenseUtil.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
           
 void SCLicensePersistence.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
           
 void SCLicensePersistenceImpl.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
           
protected  SCProductEntry SCProductEntryPersistenceImpl.toUnwrappedModel(SCProductEntry scProductEntry)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, boolean merge)
           
static SCProductEntry SCProductEntryUtil.update(SCProductEntry scProductEntry, boolean merge, ServiceContext serviceContext)
           
static SCProductEntry SCProductEntryUtil.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryPersistence.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 SCProductEntry SCProductEntryPersistenceImpl.updateImpl(SCProductEntry scProductEntry, boolean merge)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCProductEntry
static void SCLicenseUtil.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void SCLicensePersistence.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void SCLicensePersistenceImpl.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
static void SCProductEntryUtil.cacheResult(List<SCProductEntry> scProductEntries)
           
 void SCProductEntryPersistence.cacheResult(List<SCProductEntry> scProductEntries)
           
 void SCProductEntryPersistenceImpl.cacheResult(List<SCProductEntry> scProductEntries)
           
static void SCLicenseUtil.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void SCLicensePersistence.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void SCLicensePersistenceImpl.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
static void SCLicenseUtil.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void SCLicensePersistence.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void SCLicensePersistenceImpl.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 


Liferay 6.0.3