Liferay 6.0-ee-sp2

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

Packages that use SCLicense
com.liferay.portlet.softwarecatalog.model   
com.liferay.portlet.softwarecatalog.service   
com.liferay.portlet.softwarecatalog.service.persistence   
 

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

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

Methods in com.liferay.portlet.softwarecatalog.model that return SCLicense
 SCLicense SCLicenseWrapper.getWrappedSCLicense()
           
 SCLicense SCLicenseWrapper.toEscapedModel()
           
 SCLicense SCLicenseModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model that return types with arguments of type SCLicense
 List<SCLicense> SCProductEntryWrapper.getLicenses()
           
 List<SCLicense> SCProductEntry.getLicenses()
           
 CacheModel<SCLicense> SCLicenseWrapper.toCacheModel()
           
 CacheModel<SCLicense> SCLicenseModel.toCacheModel()
           
 

Methods in com.liferay.portlet.softwarecatalog.model with parameters of type SCLicense
 int SCLicenseWrapper.compareTo(SCLicense scLicense)
           
 int SCLicenseModel.compareTo(SCLicense scLicense)
           
static SCLicenseSoap SCLicenseSoap.toSoapModel(SCLicense model)
           
static SCLicenseSoap[] SCLicenseSoap.toSoapModels(SCLicense[] models)
           
static SCLicenseSoap[][] SCLicenseSoap.toSoapModels(SCLicense[][] models)
           
 

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

Constructors in com.liferay.portlet.softwarecatalog.model with parameters of type SCLicense
SCLicenseWrapper(SCLicense scLicense)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service that return SCLicense
 SCLicense SCLicenseServiceWrapper.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceUtil.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseService.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseLocalServiceUtil.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalService.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
static SCLicense SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCLicense SCLicenseLocalServiceWrapper.createSCLicense(long licenseId)
          Creates a new s c license with the primary key.
static SCLicense SCLicenseLocalServiceUtil.createSCLicense(long licenseId)
          Creates a new s c license with the primary key.
 SCLicense SCLicenseLocalService.createSCLicense(long licenseId)
          Creates a new s c license with the primary key.
 SCLicense SCLicenseServiceWrapper.getLicense(long licenseId)
           
static SCLicense SCLicenseServiceUtil.getLicense(long licenseId)
           
 SCLicense SCLicenseService.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceWrapper.getLicense(long licenseId)
           
static SCLicense SCLicenseLocalServiceUtil.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceWrapper.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
static SCLicense SCLicenseLocalServiceUtil.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
 SCLicense SCLicenseLocalService.getSCLicense(long licenseId)
          Returns the s c license with the primary key.
 SCLicense SCLicenseServiceWrapper.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceUtil.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseService.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseLocalServiceUtil.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalService.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense, boolean merge)
          Updates the s c license in the database or adds it if it does not yet exist.
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense, boolean merge)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense, boolean merge)
          Updates the s c license in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.softwarecatalog.service that return types with arguments of type SCLicense
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses()
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses()
           
 List<SCLicense> SCLicenseLocalService.getLicenses()
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses(boolean active, boolean recommended)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses(boolean active, boolean recommended)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(boolean active, boolean recommended)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses(boolean active, boolean recommended, int start, int end)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getLicenses(int start, int end)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getLicenses(int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getLicenses(int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getProductEntryLicenses(long productEntryId)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getProductEntryLicenses(long productEntryId)
           
 List<SCLicense> SCLicenseLocalService.getProductEntryLicenses(long productEntryId)
           
 List<SCLicense> SCLicenseLocalServiceWrapper.getSCLicenses(int start, int end)
          Returns a range of all the s c licenses.
static List<SCLicense> SCLicenseLocalServiceUtil.getSCLicenses(int start, int end)
          Returns a range of all the s c licenses.
 List<SCLicense> SCLicenseLocalService.getSCLicenses(int start, int end)
          Returns a range of all the s c licenses.
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCLicense
 SCLicense SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
static SCLicense SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
          Adds the s c license to the database.
 void SCLicenseLocalServiceWrapper.deleteLicense(SCLicense license)
           
static void SCLicenseLocalServiceUtil.deleteLicense(SCLicense license)
           
 void SCLicenseLocalService.deleteLicense(SCLicense license)
           
 void SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
static void SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 void SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
          Deletes the s c license from the database.
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense, boolean merge)
          Updates the s c license in the database or adds it if it does not yet exist.
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense, boolean merge)
          Updates the s c license in the database or adds it if it does not yet exist.
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense, boolean merge)
          Updates the s c license in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return SCLicense
static SCLicense SCLicenseUtil.create(long licenseId)
          Creates a new s c license with the primary key.
 SCLicense SCLicensePersistence.create(long licenseId)
          Creates a new s c license with the primary key.
static SCLicense SCLicenseUtil.fetchByPrimaryKey(long licenseId)
          Finds the s c license with the primary key or returns null if it could not be found.
 SCLicense SCLicensePersistence.fetchByPrimaryKey(long licenseId)
          Finds the s c license with the primary key or returns null if it could not be found.
static SCLicense[] SCLicenseUtil.filterFindByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Filters the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
 SCLicense[] SCLicensePersistence.filterFindByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Filters the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
static SCLicense[] SCLicenseUtil.filterFindByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Filters the s c licenses before and after the current s c license in the ordered set where active = ?.
 SCLicense[] SCLicensePersistence.filterFindByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Filters the s c licenses before and after the current s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Finds the first s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Finds the first s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Finds the last s c license in the ordered set where active = ? and recommended = ?.
 SCLicense SCLicensePersistence.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
          Finds the last s c license in the ordered set where active = ? and recommended = ?.
static SCLicense[] SCLicenseUtil.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Finds the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
 SCLicense[] SCLicensePersistence.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
          Finds the s c licenses before and after the current s c license in the ordered set where active = ? and recommended = ?.
static SCLicense SCLicenseUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
          Finds the first s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last s c license in the ordered set where active = ?.
 SCLicense SCLicensePersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
          Finds the last s c license in the ordered set where active = ?.
static SCLicense[] SCLicenseUtil.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Finds the s c licenses before and after the current s c license in the ordered set where active = ?.
 SCLicense[] SCLicensePersistence.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
          Finds the s c licenses before and after the current s c license in the ordered set where active = ?.
static SCLicense SCLicenseUtil.findByPrimaryKey(long licenseId)
          Finds the s c license with the primary key or throws a NoSuchLicenseException if it could not be found.
 SCLicense SCLicensePersistence.findByPrimaryKey(long licenseId)
          Finds the s c license with the primary key or throws a NoSuchLicenseException if it could not be found.
static SCLicense SCLicenseUtil.remove(long licenseId)
          Removes the s c license with the primary key from the database.
 SCLicense SCLicensePersistence.remove(long licenseId)
          Removes the s c license with the primary key from the database.
static SCLicense SCLicenseUtil.remove(SCLicense scLicense)
           
 SCLicense SCLicensePersistence.remove(SCLicense scLicense)
           
static SCLicense SCLicenseUtil.update(SCLicense scLicense, boolean merge)
           
static SCLicense SCLicenseUtil.update(SCLicense scLicense, boolean merge, ServiceContext serviceContext)
           
static SCLicense SCLicenseUtil.updateImpl(SCLicense scLicense, boolean merge)
           
 SCLicense SCLicensePersistence.updateImpl(SCLicense scLicense, boolean merge)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence that return types with arguments of type SCLicense
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended)
          Filters by the user's permissions and finds all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended)
          Filters by the user's permissions and finds all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended, int start, int end)
          Filters by the user's permissions and finds a range of all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended, int start, int end)
          Filters by the user's permissions and finds a range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.filterFindByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active)
          Filters by the user's permissions and finds all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active)
          Filters by the user's permissions and finds all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active, int start, int end)
          Filters by the user's permissions and finds a range of all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active, int start, int end)
          Filters by the user's permissions and finds a range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.filterFindByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.filterFindByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findAll()
          Finds all the s c licenses.
 List<SCLicense> SCLicensePersistence.findAll()
          Finds all the s c licenses.
static List<SCLicense> SCLicenseUtil.findAll(int start, int end)
          Finds a range of all the s c licenses.
 List<SCLicense> SCLicensePersistence.findAll(int start, int end)
          Finds a range of all the s c licenses.
static List<SCLicense> SCLicenseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c licenses.
 List<SCLicense> SCLicensePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c licenses.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended)
          Finds all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended)
          Finds all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end)
          Finds a range of all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end)
          Finds a range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c licenses where active = ? and recommended = ?.
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c licenses where active = ? and recommended = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active)
          Finds all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active)
          Finds all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end)
          Finds a range of all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end)
          Finds a range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c licenses where active = ?.
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the s c licenses where active = ?.
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<SCLicense> SCLicenseUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk)
          Gets all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk)
          Gets all the s c licenses associated with the s c product entry.
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end)
          Gets a range of all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end)
          Gets a range of all the s c licenses associated with the s c product entry.
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the s c licenses associated with the s c product entry.
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the s c licenses associated with the s c product entry.
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCLicense
static void SCProductEntryUtil.addSCLicense(long pk, SCLicense scLicense)
          Adds an association between the s c product entry and the s c license.
 void SCProductEntryPersistence.addSCLicense(long pk, SCLicense scLicense)
          Adds an association between the s c product entry and the s c license.
static void SCLicenseUtil.cacheResult(SCLicense scLicense)
          Caches the s c license in the entity cache if it is enabled.
 void SCLicensePersistence.cacheResult(SCLicense scLicense)
          Caches the s c license in the entity cache if it is enabled.
static void SCLicenseUtil.clearCache(SCLicense scLicense)
           
static SCLicense SCLicenseUtil.remove(SCLicense scLicense)
           
 SCLicense SCLicensePersistence.remove(SCLicense scLicense)
           
static void SCProductEntryUtil.removeSCLicense(long pk, SCLicense scLicense)
          Removes the association between the s c product entry and the s c license.
 void SCProductEntryPersistence.removeSCLicense(long pk, SCLicense scLicense)
          Removes the association between the s c product entry and the s c license.
static SCLicense SCLicenseUtil.update(SCLicense scLicense, boolean merge)
           
static SCLicense SCLicenseUtil.update(SCLicense scLicense, boolean merge, ServiceContext serviceContext)
           
static SCLicense SCLicenseUtil.updateImpl(SCLicense scLicense, boolean merge)
           
 SCLicense SCLicensePersistence.updateImpl(SCLicense scLicense, boolean merge)
           
 

Method parameters in com.liferay.portlet.softwarecatalog.service.persistence with type arguments of type SCLicense
static void SCProductEntryUtil.addSCLicenses(long pk, List<SCLicense> scLicenses)
          Adds an association between the s c product entry and the s c licenses.
 void SCProductEntryPersistence.addSCLicenses(long pk, List<SCLicense> scLicenses)
          Adds an association between the s c product entry and the s c licenses.
static void SCLicenseUtil.cacheResult(List<SCLicense> scLicenses)
          Caches the s c licenses in the entity cache if it is enabled.
 void SCLicensePersistence.cacheResult(List<SCLicense> scLicenses)
          Caches the s c licenses in the entity cache if it is enabled.
static void SCProductEntryUtil.removeSCLicenses(long pk, List<SCLicense> scLicenses)
          Removes the association between the s c product entry and the s c licenses.
 void SCProductEntryPersistence.removeSCLicenses(long pk, List<SCLicense> scLicenses)
          Removes the association between the s c product entry and the s c licenses.
static void SCProductEntryUtil.setSCLicenses(long pk, List<SCLicense> scLicenses)
          Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary.
 void SCProductEntryPersistence.setSCLicenses(long pk, List<SCLicense> scLicenses)
          Sets the s c licenses associated with the s c product entry, removing and adding associations as necessary.
 


Liferay 6.0-ee-sp2