|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Gets a copy of this s c license as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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)
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 SCLicense | |
---|---|
List<SCLicense> |
SCProductEntryImpl.getLicenses()
|
static List<SCLicense> |
SCLicenseModelImpl.toModels(SCLicenseSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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)
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)
Gets the s c license with the primary key. |
static SCLicense |
SCLicenseLocalServiceUtil.getSCLicense(long licenseId)
Gets the s c license with the primary key. |
SCLicense |
SCLicenseLocalService.getSCLicense(long licenseId)
Gets 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. |
static SCLicense |
SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
static SCLicense |
SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
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)
Gets a range of all the s c licenses. |
static List<SCLicense> |
SCLicenseLocalServiceUtil.getSCLicenses(int start,
int end)
Gets a range of all the s c licenses. |
List<SCLicense> |
SCLicenseLocalService.getSCLicenses(int start,
int end)
Gets 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.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. |
static SCLicense |
SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalServiceWrapper.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
static SCLicense |
SCLicenseLocalServiceUtil.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalService.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
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)
Adds the s c license to the database. |
SCLicense |
SCLicenseLocalServiceBaseImpl.createSCLicense(long licenseId)
Creates a new s c license with the primary key. |
SCLicense |
SCLicenseLocalServiceBaseImpl.getSCLicense(long licenseId)
Gets the s c license with the primary key. |
SCLicense |
SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
Methods in com.liferay.portlet.softwarecatalog.service.base that return types with arguments of type SCLicense | |
---|---|
List<SCLicense> |
SCLicenseLocalServiceBaseImpl.getSCLicenses(int start,
int end)
Gets a range of all the s c licenses. |
Methods in com.liferay.portlet.softwarecatalog.service.base with parameters of type SCLicense | |
---|---|
SCLicense |
SCLicenseLocalServiceBaseImpl.addSCLicense(SCLicense scLicense)
Adds the s c license to the database. |
void |
SCLicenseLocalServiceBaseImpl.deleteSCLicense(SCLicense scLicense)
Deletes the s c license from the database. |
SCLicense |
SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense)
Updates the s c license in the database. |
SCLicense |
SCLicenseLocalServiceBaseImpl.updateSCLicense(SCLicense scLicense,
boolean merge)
Updates the s c license in the database. |
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)
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. |
SCLicense |
SCLicensePersistenceImpl.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. |
SCLicense |
SCLicensePersistenceImpl.fetchByPrimaryKey(long licenseId)
Finds the s c license with the primary key or returns null if it could not be found. |
SCLicense |
SCLicensePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the s c license with the primary key or returns null if it could not be found. |
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 = ?. |
SCLicense |
SCLicensePersistenceImpl.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 = ?. |
SCLicense |
SCLicensePersistenceImpl.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 = ?. |
SCLicense[] |
SCLicensePersistenceImpl.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 = ?. |
SCLicense |
SCLicensePersistenceImpl.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 = ?. |
SCLicense |
SCLicensePersistenceImpl.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 = ?. |
SCLicense[] |
SCLicensePersistenceImpl.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. |
SCLicense |
SCLicensePersistenceImpl.findByPrimaryKey(long licenseId)
Finds the s c license with the primary key or throws a NoSuchLicenseException if it could not be found. |
SCLicense |
SCLicensePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the s c license with the primary key or throws a NoSuchModelException if it could not be found. |
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)
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. |
SCLicense |
SCLicensePersistenceImpl.remove(long licenseId)
Removes the s c license with the primary key from the database. |
static SCLicense |
SCLicenseUtil.remove(SCLicense scLicense)
|
SCLicense |
SCLicensePersistenceImpl.remove(Serializable primaryKey)
Removes the s c license with the primary key from the database. |
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()
Finds all the s c licenses. |
List<SCLicense> |
SCLicensePersistence.findAll()
Finds all the s c licenses. |
List<SCLicense> |
SCLicensePersistenceImpl.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. |
List<SCLicense> |
SCLicensePersistenceImpl.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. |
List<SCLicense> |
SCLicensePersistenceImpl.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 = ?. |
List<SCLicense> |
SCLicensePersistenceImpl.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 = ?. |
List<SCLicense> |
SCLicensePersistenceImpl.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 = ?. |
List<SCLicense> |
SCLicensePersistenceImpl.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 = ?. |
List<SCLicense> |
SCLicensePersistenceImpl.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 = ?. |
List<SCLicense> |
SCLicensePersistenceImpl.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 = ?. |
List<SCLicense> |
SCLicensePersistenceImpl.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. |
List<SCLicense> |
SCProductEntryPersistenceImpl.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. |
List<SCLicense> |
SCProductEntryPersistenceImpl.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. |
List<SCLicense> |
SCProductEntryPersistenceImpl.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. |
void |
SCProductEntryPersistenceImpl.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. |
void |
SCLicensePersistenceImpl.cacheResult(SCLicense scLicense)
Caches the s c license in the entity cache if it is enabled. |
static void |
SCLicenseUtil.clearCache(SCLicense scLicense)
|
void |
SCLicensePersistenceImpl.clearCache(SCLicense scLicense)
Clears the cache for the s c license. |
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)
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. |
void |
SCProductEntryPersistenceImpl.removeSCLicense(long pk,
SCLicense scLicense)
Removes the association between the s c product entry and the s c license. |
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)
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. |
void |
SCProductEntryPersistenceImpl.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. |
void |
SCLicensePersistenceImpl.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. |
void |
SCProductEntryPersistenceImpl.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. |
void |
SCProductEntryPersistenceImpl.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.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |