|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalServiceUtil
@ProviderType public class SCFrameworkVersionLocalServiceUtil
Provides the local service utility for SCFrameworkVersion. This utility wraps
SCFrameworkVersionLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.
SCFrameworkVersionLocalService,
SCFrameworkVersionLocalServiceBaseImpl,
SCFrameworkVersionLocalServiceImpl| Constructor Summary | |
|---|---|
SCFrameworkVersionLocalServiceUtil()
|
|
| Method Summary | ||
|---|---|---|
static SCFrameworkVersion |
addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
|
|
static void |
addFrameworkVersionResources(long frameworkVersionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
static void |
addFrameworkVersionResources(long frameworkVersionId,
ModelPermissions modelPermissions)
|
|
static void |
addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
static void |
addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
ModelPermissions modelPermissions)
|
|
static SCFrameworkVersion |
addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Adds the s c framework version to the database. |
|
static void |
addSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
|
|
static void |
addSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
|
|
static void |
addSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
|
|
static void |
addSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
|
|
static void |
clearSCProductVersionSCFrameworkVersions(long productVersionId)
|
|
static SCFrameworkVersion |
createSCFrameworkVersion(long frameworkVersionId)
Creates a new s c framework version with the primary key. |
|
static void |
deleteFrameworkVersion(long frameworkVersionId)
|
|
static void |
deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
|
|
static void |
deleteFrameworkVersions(long groupId)
|
|
static PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
static SCFrameworkVersion |
deleteSCFrameworkVersion(long frameworkVersionId)
Deletes the s c framework version with the primary key from the database. |
|
static SCFrameworkVersion |
deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Deletes the s c framework version from the database. |
|
static void |
deleteSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
|
|
static void |
deleteSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
|
|
static void |
deleteSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
|
|
static void |
deleteSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
|
|
static DynamicQuery |
dynamicQuery()
|
|
static
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
static
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
static
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
static SCFrameworkVersion |
fetchSCFrameworkVersion(long frameworkVersionId)
|
|
static ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
static SCFrameworkVersion |
getFrameworkVersion(long frameworkVersionId)
|
|
static List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active)
|
|
static List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
|
|
static List<SCFrameworkVersion> |
getFrameworkVersions(long groupId,
int start,
int end)
|
|
static int |
getFrameworkVersionsCount(long groupId)
|
|
static int |
getFrameworkVersionsCount(long groupId,
boolean active)
|
|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
static PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
static List<SCFrameworkVersion> |
getProductVersionFrameworkVersions(long productVersionId)
|
|
static SCFrameworkVersion |
getSCFrameworkVersion(long frameworkVersionId)
Returns the s c framework version with the primary key. |
|
static List<SCFrameworkVersion> |
getSCFrameworkVersions(int start,
int end)
Returns a range of all the s c framework versions. |
|
static int |
getSCFrameworkVersionsCount()
Returns the number of s c framework versions. |
|
static long[] |
getSCProductVersionPrimaryKeys(long frameworkVersionId)
Returns the productVersionIds of the s c product versions associated with the s c framework version. |
|
static List<SCFrameworkVersion> |
getSCProductVersionSCFrameworkVersions(long productVersionId)
|
|
static List<SCFrameworkVersion> |
getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end)
|
|
static List<SCFrameworkVersion> |
getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
|
|
static int |
getSCProductVersionSCFrameworkVersionsCount(long productVersionId)
|
|
static SCFrameworkVersionLocalService |
getService()
|
|
static boolean |
hasSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
|
|
static boolean |
hasSCProductVersionSCFrameworkVersions(long productVersionId)
|
|
static void |
setSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
|
|
void |
setService(SCFrameworkVersionLocalService service)
Deprecated. As of 6.2.0 |
|
static SCFrameworkVersion |
updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
|
|
static SCFrameworkVersion |
updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Updates the s c framework version in the database or adds it if it does not yet exist. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCFrameworkVersionLocalServiceUtil()
| Method Detail |
|---|
public static SCFrameworkVersion addFrameworkVersion(long userId,
String name,
String url,
boolean active,
int priority,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
PortalException
public static void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
ModelPermissions modelPermissions)
throws PortalException
PortalException
public static void addFrameworkVersionResources(long frameworkVersionId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
PortalException
public static void addFrameworkVersionResources(long frameworkVersionId,
ModelPermissions modelPermissions)
throws PortalException
PortalExceptionpublic static SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
scFrameworkVersion - the s c framework version
public static void addSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
public static void addSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
public static void addSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
public static void addSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
public static void clearSCProductVersionSCFrameworkVersions(long productVersionId)
public static SCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
frameworkVersionId - the primary key for the new s c framework version
public static void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
public static void deleteFrameworkVersion(long frameworkVersionId)
throws PortalException
PortalExceptionpublic static void deleteFrameworkVersions(long groupId)
public static PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
PortalException
public static SCFrameworkVersion deleteSCFrameworkVersion(long frameworkVersionId)
throws PortalException
frameworkVersionId - the primary key of the s c framework version
PortalException - if a s c framework version with the primary key could not be foundpublic static SCFrameworkVersion deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
scFrameworkVersion - the s c framework version
public static void deleteSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
public static void deleteSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
public static void deleteSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
public static void deleteSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
public static DynamicQuery dynamicQuery()
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public static <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query
public static long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQuery - the dynamic queryprojection - the projection to apply to the query
public static SCFrameworkVersion fetchSCFrameworkVersion(long frameworkVersionId)
public static ActionableDynamicQuery getActionableDynamicQuery()
public static SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
throws PortalException
PortalException
public static List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active)
public static List<SCFrameworkVersion> getFrameworkVersions(long groupId,
boolean active,
int start,
int end)
public static List<SCFrameworkVersion> getFrameworkVersions(long groupId,
int start,
int end)
public static int getFrameworkVersionsCount(long groupId)
public static int getFrameworkVersionsCount(long groupId,
boolean active)
public static String getOSGiServiceIdentifier()
public static PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
PortalExceptionpublic static List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
public static SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
throws PortalException
frameworkVersionId - the primary key of the s c framework version
PortalException - if a s c framework version with the primary key could not be found
public static List<SCFrameworkVersion> getSCFrameworkVersions(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCFrameworkVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
public static int getSCFrameworkVersionsCount()
public static long[] getSCProductVersionPrimaryKeys(long frameworkVersionId)
frameworkVersionId - the frameworkVersionId of the s c framework version
public static List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId)
public static List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end)
public static List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
public static int getSCProductVersionSCFrameworkVersionsCount(long productVersionId)
public static boolean hasSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
public static boolean hasSCProductVersionSCFrameworkVersions(long productVersionId)
public static void setSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
public static SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
String name,
String url,
boolean active,
int priority)
throws PortalException
PortalExceptionpublic static SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
scFrameworkVersion - the s c framework version
public static SCFrameworkVersionLocalService getService()
@Deprecated public void setService(SCFrameworkVersionLocalService service)
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||