Liferay 6.0.3

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

Packages that use SCLicense
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 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()
           
 

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.model.impl
 

Classes in com.liferay.portlet.softwarecatalog.model.impl that implement SCLicense
 class SCLicenseImpl
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return SCLicense
 SCLicense SCLicenseModelImpl.toEscapedModel()
           
static SCLicense SCLicenseModelImpl.toModel(SCLicenseSoap soapModel)
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl that return types with arguments of type SCLicense
 List<SCLicense> SCProductEntryImpl.getLicenses()
           
static List<SCLicense> SCLicenseModelImpl.toModels(SCLicenseSoap[] soapModels)
           
 

Methods in com.liferay.portlet.softwarecatalog.model.impl with parameters of type SCLicense
 int SCLicenseModelImpl.compareTo(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)
           
static SCLicense SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceWrapper.createSCLicense(long licenseId)
           
static SCLicense SCLicenseLocalServiceUtil.createSCLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.createSCLicense(long licenseId)
           
 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)
           
static SCLicense SCLicenseLocalServiceUtil.getSCLicense(long licenseId)
           
 SCLicense SCLicenseLocalService.getSCLicense(long licenseId)
           
 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)
           
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense, boolean merge)
           
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense, boolean merge)
           
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense, boolean merge)
           
 

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)
           
static List<SCLicense> SCLicenseLocalServiceUtil.getSCLicenses(int start, int end)
           
 List<SCLicense> SCLicenseLocalService.getSCLicenses(int start, int end)
           
 

Methods in com.liferay.portlet.softwarecatalog.service with parameters of type SCLicense
 SCLicense SCLicenseLocalServiceWrapper.addSCLicense(SCLicense scLicense)
           
static SCLicense SCLicenseLocalServiceUtil.addSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalService.addSCLicense(SCLicense scLicense)
           
 void SCLicenseLocalServiceWrapper.deleteSCLicense(SCLicense scLicense)
           
static void SCLicenseLocalServiceUtil.deleteSCLicense(SCLicense scLicense)
           
 void SCLicenseLocalService.deleteSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense)
           
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense, boolean merge)
           
static SCLicense SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense, boolean merge)
           
 SCLicense SCLicenseLocalService.updateSCLicense(SCLicense scLicense, boolean merge)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base that return SCLicense
 SCLicense SCLicenseLocalServiceBaseImpl.addSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceBaseImpl.createSCLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceBaseImpl.getSCLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense, boolean merge)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCLicense
 SCLicense SCLicenseLocalServiceBaseImpl.addSCLicense(SCLicense scLicense)
           
 void SCLicenseLocalServiceBaseImpl.deleteSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense)
           
 SCLicense SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense, boolean merge)
           
 

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

Methods in com.liferay.portlet.softwarecatalog.service.http that return SCLicense
static SCLicense SCLicenseServiceHttp.addLicense(HttpPrincipal httpPrincipal, String name, String url, boolean openSource, boolean active, boolean recommended)
           
static SCLicense SCLicenseServiceHttp.getLicense(HttpPrincipal httpPrincipal, long licenseId)
           
static SCLicense SCLicenseServiceHttp.updateLicense(HttpPrincipal httpPrincipal, long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 

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

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

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

Methods in com.liferay.portlet.softwarecatalog.service.impl that return SCLicense
 SCLicense SCLicenseServiceImpl.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceImpl.addLicense(String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseServiceImpl.getLicense(long licenseId)
           
 SCLicense SCLicenseLocalServiceImpl.getLicense(long licenseId)
           
 SCLicense SCLicenseServiceImpl.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 SCLicense SCLicenseLocalServiceImpl.updateLicense(long licenseId, String name, String url, boolean openSource, boolean active, boolean recommended)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.impl that return types with arguments of type SCLicense
 List<SCLicense> SCLicenseLocalServiceImpl.getLicenses()
           
 List<SCLicense> SCLicenseLocalServiceImpl.getLicenses(boolean active, boolean recommended)
           
 List<SCLicense> SCLicenseLocalServiceImpl.getLicenses(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceImpl.getLicenses(int start, int end)
           
 List<SCLicense> SCLicenseLocalServiceImpl.getProductEntryLicenses(long productEntryId)
           
 

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

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

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)
           
 SCLicense SCLicensePersistence.create(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.create(long licenseId)
           
static SCLicense SCLicenseUtil.fetchByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistence.fetchByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.fetchByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static SCLicense SCLicenseUtil.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
static SCLicense[] SCLicenseUtil.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistence.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistenceImpl.findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByActive_First(boolean active, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistence.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 SCLicense SCLicensePersistenceImpl.findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
static SCLicense[] SCLicenseUtil.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistence.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
 SCLicense[] SCLicensePersistenceImpl.findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
static SCLicense SCLicenseUtil.findByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistence.findByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.findByPrimaryKey(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  SCLicense SCLicensePersistenceImpl.getByA_R_PrevAndNext(Session session, SCLicense scLicense, boolean active, boolean recommended, OrderByComparator orderByComparator, boolean previous)
           
protected  SCLicense SCLicensePersistenceImpl.getByActive_PrevAndNext(Session session, SCLicense scLicense, boolean active, OrderByComparator orderByComparator, boolean previous)
           
static SCLicense SCLicenseUtil.remove(long licenseId)
           
 SCLicense SCLicensePersistence.remove(long licenseId)
           
 SCLicense SCLicensePersistenceImpl.remove(long licenseId)
           
static SCLicense SCLicenseUtil.remove(SCLicense scLicense)
           
 SCLicense SCLicensePersistenceImpl.remove(Serializable primaryKey)
           
protected  SCLicense SCLicensePersistenceImpl.removeImpl(SCLicense scLicense)
           
protected  SCLicense SCLicensePersistenceImpl.toUnwrappedModel(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)
           
 SCLicense SCLicensePersistenceImpl.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.findAll()
           
 List<SCLicense> SCLicensePersistence.findAll()
           
 List<SCLicense> SCLicensePersistenceImpl.findAll()
           
static List<SCLicense> SCLicenseUtil.findAll(int start, int end)
           
 List<SCLicense> SCLicensePersistence.findAll(int start, int end)
           
 List<SCLicense> SCLicensePersistenceImpl.findAll(int start, int end)
           
static List<SCLicense> SCLicenseUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicensePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicensePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended)
           
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended)
           
 List<SCLicense> SCLicensePersistenceImpl.findByA_R(boolean active, boolean recommended)
           
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> SCLicensePersistenceImpl.findByA_R(boolean active, boolean recommended, int start, int end)
           
static List<SCLicense> SCLicenseUtil.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicensePersistence.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicensePersistenceImpl.findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
           
static List<SCLicense> SCLicenseUtil.findByActive(boolean active)
           
 List<SCLicense> SCLicensePersistence.findByActive(boolean active)
           
 List<SCLicense> SCLicensePersistenceImpl.findByActive(boolean active)
           
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end)
           
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end)
           
 List<SCLicense> SCLicensePersistenceImpl.findByActive(boolean active, int start, int end)
           
static List<SCLicense> SCLicenseUtil.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicensePersistence.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCLicensePersistenceImpl.findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk)
           
 List<SCLicense> SCProductEntryPersistenceImpl.getSCLicenses(long pk)
           
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end)
           
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end)
           
 List<SCLicense> SCProductEntryPersistenceImpl.getSCLicenses(long pk, int start, int end)
           
static List<SCLicense> SCProductEntryUtil.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCProductEntryPersistence.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<SCLicense> SCProductEntryPersistenceImpl.getSCLicenses(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.softwarecatalog.service.persistence with parameters of type SCLicense
static void SCProductEntryUtil.addSCLicense(long pk, SCLicense scLicense)
           
 void SCProductEntryPersistence.addSCLicense(long pk, SCLicense scLicense)
           
 void SCProductEntryPersistenceImpl.addSCLicense(long pk, SCLicense scLicense)
           
static void SCLicenseUtil.cacheResult(SCLicense scLicense)
           
 void SCLicensePersistence.cacheResult(SCLicense scLicense)
           
 void SCLicensePersistenceImpl.cacheResult(SCLicense scLicense)
           
static void SCLicenseUtil.clearCache(SCLicense scLicense)
           
 void SCLicensePersistenceImpl.clearCache(SCLicense scLicense)
           
protected  SCLicense SCLicensePersistenceImpl.getByA_R_PrevAndNext(Session session, SCLicense scLicense, boolean active, boolean recommended, OrderByComparator orderByComparator, boolean previous)
           
protected  SCLicense SCLicensePersistenceImpl.getByActive_PrevAndNext(Session session, SCLicense scLicense, boolean active, OrderByComparator orderByComparator, boolean previous)
           
static SCLicense SCLicenseUtil.remove(SCLicense scLicense)
           
protected  SCLicense SCLicensePersistenceImpl.removeImpl(SCLicense scLicense)
           
static void SCProductEntryUtil.removeSCLicense(long pk, SCLicense scLicense)
           
 void SCProductEntryPersistence.removeSCLicense(long pk, SCLicense scLicense)
           
 void SCProductEntryPersistenceImpl.removeSCLicense(long pk, SCLicense scLicense)
           
protected  SCLicense SCLicensePersistenceImpl.toUnwrappedModel(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)
           
 SCLicense SCLicensePersistenceImpl.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)
           
 void SCProductEntryPersistence.addSCLicenses(long pk, List<SCLicense> scLicenses)
           
 void SCProductEntryPersistenceImpl.addSCLicenses(long pk, List<SCLicense> scLicenses)
           
static void SCLicenseUtil.cacheResult(List<SCLicense> scLicenses)
           
 void SCLicensePersistence.cacheResult(List<SCLicense> scLicenses)
           
 void SCLicensePersistenceImpl.cacheResult(List<SCLicense> scLicenses)
           
static void SCProductEntryUtil.removeSCLicenses(long pk, List<SCLicense> scLicenses)
           
 void SCProductEntryPersistence.removeSCLicenses(long pk, List<SCLicense> scLicenses)
           
 void SCProductEntryPersistenceImpl.removeSCLicenses(long pk, List<SCLicense> scLicenses)
           
static void SCProductEntryUtil.setSCLicenses(long pk, List<SCLicense> scLicenses)
           
 void SCProductEntryPersistence.setSCLicenses(long pk, List<SCLicense> scLicenses)
           
 void SCProductEntryPersistenceImpl.setSCLicenses(long pk, List<SCLicense> scLicenses)
           
 


Liferay 6.0.3