Liferay 6.0.5

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()
          Gets a copy of this s c product entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Converts the soap model instance into a normal model instance.
 

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

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)
          Adds the s c product entry to the database.
static SCProductEntry SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
static SCProductEntry SCProductEntryLocalServiceUtil.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalService.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
 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)
          Gets the s c product entry with the primary key.
static SCProductEntry SCProductEntryLocalServiceUtil.getSCProductEntry(long productEntryId)
          Gets the s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalService.getSCProductEntry(long productEntryId)
          Gets the s c product entry with the primary key.
 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)
          Updates the s c product entry in the database.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
 

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)
          Gets a range of all the s c product entries.
static List<SCProductEntry> SCProductEntryLocalServiceUtil.getSCProductEntries(int start, int end)
          Gets a range of all the s c product entries.
 List<SCProductEntry> SCProductEntryLocalService.getSCProductEntries(int start, int end)
          Gets a range of all the s c product entries.
 

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)
          Adds the s c product entry to the database.
static SCProductEntry SCProductEntryLocalServiceUtil.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 SCProductEntry SCProductEntryLocalService.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 void SCProductEntryLocalServiceWrapper.deleteProductEntry(SCProductEntry productEntry)
           
static void SCProductEntryLocalServiceUtil.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalService.deleteProductEntry(SCProductEntry productEntry)
           
 void SCProductEntryLocalServiceWrapper.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
static void SCProductEntryLocalServiceUtil.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 void SCProductEntryLocalService.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalServiceWrapper.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
static SCProductEntry SCProductEntryLocalServiceUtil.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalService.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
 

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)
          Adds the s c product entry to the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.getSCProductEntry(long productEntryId)
          Gets the s c product entry with the primary key.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
 

Methods in com.liferay.portlet.softwarecatalog.service.base that return types with arguments of type SCProductEntry
 List<SCProductEntry> SCProductEntryLocalServiceBaseImpl.getSCProductEntries(int start, int end)
          Gets a range of all the s c product entries.
 

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCProductEntry
 SCProductEntry SCProductEntryLocalServiceBaseImpl.addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 void SCProductEntryLocalServiceBaseImpl.deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry in the database.
 SCProductEntry SCProductEntryLocalServiceBaseImpl.updateSCProductEntry(SCProductEntry scProductEntry, boolean merge)
          Updates the s c product entry in the database.
 

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)
          Creates a new s c product entry with the primary key.
 SCProductEntry SCProductEntryPersistence.create(long productEntryId)
          Creates a new s c product entry with the primary key.
 SCProductEntry SCProductEntryPersistenceImpl.create(long productEntryId)
          Creates a new s c product entry with the primary key.
static SCProductEntry SCProductEntryUtil.fetchByPrimaryKey(long productEntryId)
          Finds the s c product entry with the primary key or returns null if it could not be found.
 SCProductEntry SCProductEntryPersistence.fetchByPrimaryKey(long productEntryId)
          Finds the s c product entry with the primary key or returns null if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.fetchByPrimaryKey(long productEntryId)
          Finds the s c product entry with the primary key or returns null if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the s c product entry with the primary key or returns null if it could not be found.
static SCProductEntry SCProductEntryUtil.fetchByRG_RA(String repoGroupId, String repoArtifactId)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found.
 SCProductEntry SCProductEntryPersistence.fetchByRG_RA(String repoGroupId, String repoArtifactId)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.fetchByRG_RA(String repoGroupId, String repoArtifactId)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found.
static SCProductEntry SCProductEntryUtil.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductEntry SCProductEntryPersistence.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache.
 SCProductEntry SCProductEntryPersistenceImpl.fetchByRG_RA(String repoGroupId, String repoArtifactId, boolean retrieveFromCache)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or returns null if it could not be found, optionally using the finder cache.
static SCProductEntry SCProductEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where companyId = ?.
 SCProductEntry SCProductEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where companyId = ?.
static SCProductEntry[] SCProductEntryUtil.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
 SCProductEntry[] SCProductEntryPersistenceImpl.findByCompanyId_PrevAndNext(long productEntryId, long companyId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where companyId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistenceImpl.findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistence.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry SCProductEntryPersistenceImpl.findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry[] SCProductEntryUtil.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
 SCProductEntry[] SCProductEntryPersistenceImpl.findByG_U_PrevAndNext(long productEntryId, long groupId, long userId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where groupId = ? and userId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where groupId = ?.
 SCProductEntry SCProductEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last s c product entry in the ordered set where groupId = ?.
static SCProductEntry[] SCProductEntryUtil.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
 SCProductEntry[] SCProductEntryPersistence.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
 SCProductEntry[] SCProductEntryPersistenceImpl.findByGroupId_PrevAndNext(long productEntryId, long groupId, OrderByComparator orderByComparator)
          Finds the s c product entries before and after the current s c product entry in the ordered set where groupId = ?.
static SCProductEntry SCProductEntryUtil.findByPrimaryKey(long productEntryId)
          Finds the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistence.findByPrimaryKey(long productEntryId)
          Finds the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(long productEntryId)
          Finds the s c product entry with the primary key or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the s c product entry with the primary key or throws a NoSuchModelException if it could not be found.
static SCProductEntry SCProductEntryUtil.findByRG_RA(String repoGroupId, String repoArtifactId)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistence.findByRG_RA(String repoGroupId, String repoArtifactId)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
 SCProductEntry SCProductEntryPersistenceImpl.findByRG_RA(String repoGroupId, String repoArtifactId)
          Finds the s c product entry where repoGroupId = ? and repoArtifactId = ? or throws a NoSuchProductEntryException if it could not be found.
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)
          Removes the s c product entry with the primary key from the database.
 SCProductEntry SCProductEntryPersistence.remove(long productEntryId)
          Removes the s c product entry with the primary key from the database.
 SCProductEntry SCProductEntryPersistenceImpl.remove(long productEntryId)
          Removes the s c product entry with the primary key from the database.
static SCProductEntry SCProductEntryUtil.remove(SCProductEntry scProductEntry)
           
 SCProductEntry SCProductEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the s c product entry with the primary key from the database.
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)
          Filters by the user's permissions and finds all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByG_U(long groupId, long userId)
          Filters by the user's permissions and finds all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end)
          Filters by the user's permissions and finds a range of all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findAll()
          Finds all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistence.findAll()
          Finds all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findAll()
          Finds all the s c product entries.
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end)
          Finds a range of all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end)
          Finds a range of all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the s c product entries.
static List<SCProductEntry> SCProductEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId)
          Finds all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId)
          Finds all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByCompanyId(long companyId)
          Finds all the s c product entries where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the s c product entries where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where companyId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where companyId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId)
          Finds all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId)
          Finds all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByG_U(long groupId, long userId)
          Finds all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end)
          Finds a range of all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where groupId = ? and userId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where groupId = ? and userId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId)
          Finds all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId)
          Finds all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByGroupId(long groupId)
          Finds all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the s c product entries where groupId = ?.
static List<SCProductEntry> SCProductEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where groupId = ?.
 List<SCProductEntry> SCProductEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c product entries where groupId = ?.
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)
          Gets all the s c product entries associated with the s c license.
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk)
          Gets all the s c product entries associated with the s c license.
 List<SCProductEntry> SCLicensePersistenceImpl.getSCProductEntries(long pk)
          Gets all the s c product entries associated with the s c license.
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end)
          Gets a range of all the s c product entries associated with the s c license.
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end)
          Gets a range of all the s c product entries associated with the s c license.
 List<SCProductEntry> SCLicensePersistenceImpl.getSCProductEntries(long pk, int start, int end)
          Gets a range of all the s c product entries associated with the s c license.
static List<SCProductEntry> SCLicenseUtil.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the s c product entries associated with the s c license.
 List<SCProductEntry> SCLicensePersistence.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the s c product entries associated with the s c license.
 List<SCProductEntry> SCLicensePersistenceImpl.getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the s c product entries associated with the s c license.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCProductEntry
static void SCLicenseUtil.addSCProductEntry(long pk, SCProductEntry scProductEntry)
          Adds an association between the s c license and the s c product entry.
 void SCLicensePersistence.addSCProductEntry(long pk, SCProductEntry scProductEntry)
          Adds an association between the s c license and the s c product entry.
 void SCLicensePersistenceImpl.addSCProductEntry(long pk, SCProductEntry scProductEntry)
          Adds an association between the s c license and the s c product entry.
static void SCProductEntryUtil.cacheResult(SCProductEntry scProductEntry)
          Caches the s c product entry in the entity cache if it is enabled.
 void SCProductEntryPersistence.cacheResult(SCProductEntry scProductEntry)
          Caches the s c product entry in the entity cache if it is enabled.
 void SCProductEntryPersistenceImpl.cacheResult(SCProductEntry scProductEntry)
          Caches the s c product entry in the entity cache if it is enabled.
static void SCProductEntryUtil.clearCache(SCProductEntry scProductEntry)
           
 void SCProductEntryPersistenceImpl.clearCache(SCProductEntry scProductEntry)
          Clears the cache for the s c product entry.
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)
          Removes the association between the s c license and the s c product entry.
 void SCLicensePersistence.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
          Removes the association between the s c license and the s c product entry.
 void SCLicensePersistenceImpl.removeSCProductEntry(long pk, SCProductEntry scProductEntry)
          Removes the association between the s c license and the s c product entry.
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)
          Adds an association between the s c license and the s c product entries.
 void SCLicensePersistence.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Adds an association between the s c license and the s c product entries.
 void SCLicensePersistenceImpl.addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Adds an association between the s c license and the s c product entries.
static void SCProductEntryUtil.cacheResult(List<SCProductEntry> scProductEntries)
          Caches the s c product entries in the entity cache if it is enabled.
 void SCProductEntryPersistence.cacheResult(List<SCProductEntry> scProductEntries)
          Caches the s c product entries in the entity cache if it is enabled.
 void SCProductEntryPersistenceImpl.cacheResult(List<SCProductEntry> scProductEntries)
          Caches the s c product entries in the entity cache if it is enabled.
static void SCLicenseUtil.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Removes the association between the s c license and the s c product entries.
 void SCLicensePersistence.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Removes the association between the s c license and the s c product entries.
 void SCLicensePersistenceImpl.removeSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Removes the association between the s c license and the s c product entries.
static void SCLicenseUtil.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Sets the s c product entries associated with the s c license, removing and adding associations as necessary.
 void SCLicensePersistence.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Sets the s c product entries associated with the s c license, removing and adding associations as necessary.
 void SCLicensePersistenceImpl.setSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
          Sets the s c product entries associated with the s c license, removing and adding associations as necessary.
 


Liferay 6.0.5