Liferay 7.0-ce-m6

com.liferay.portlet.softwarecatalog.service
Class SCFrameworkVersionLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<SCFrameworkVersionLocalService>, SCFrameworkVersionLocalService

@ProviderType
public class SCFrameworkVersionLocalServiceWrapper
extends Object
implements SCFrameworkVersionLocalService, ServiceWrapper<SCFrameworkVersionLocalService>

Provides a wrapper for SCFrameworkVersionLocalService.

See Also:
SCFrameworkVersionLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
SCFrameworkVersionLocalServiceWrapper(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
           
 
Method Summary
 SCFrameworkVersion addFrameworkVersion(long userId, String name, String url, boolean active, int priority, ServiceContext serviceContext)
           
 void addFrameworkVersionResources(long frameworkVersionId, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addFrameworkVersionResources(long frameworkVersionId, String[] groupPermissions, String[] guestPermissions)
           
 void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion, String[] groupPermissions, String[] guestPermissions)
           
 SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Adds the s c framework version to the database.
 void addSCProductVersionSCFrameworkVersion(long productVersionId, long frameworkVersionId)
           
 void addSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 void addSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void addSCProductVersionSCFrameworkVersions(long productVersionId, long[] frameworkVersionIds)
           
 void clearSCProductVersionSCFrameworkVersions(long productVersionId)
           
 SCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
          Creates a new s c framework version with the primary key.
 void deleteFrameworkVersion(long frameworkVersionId)
           
 void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
           
 void deleteFrameworkVersions(long groupId)
           
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 SCFrameworkVersion deleteSCFrameworkVersion(long frameworkVersionId)
          Deletes the s c framework version with the primary key from the database.
 SCFrameworkVersion deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
          Deletes the s c framework version from the database.
 void deleteSCProductVersionSCFrameworkVersion(long productVersionId, long frameworkVersionId)
           
 void deleteSCProductVersionSCFrameworkVersion(long productVersionId, SCFrameworkVersion scFrameworkVersion)
           
 void deleteSCProductVersionSCFrameworkVersions(long productVersionId, List<SCFrameworkVersion> SCFrameworkVersions)
           
 void deleteSCProductVersionSCFrameworkVersions(long productVersionId, long[] frameworkVersionIds)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
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.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 SCFrameworkVersion fetchSCFrameworkVersion(long frameworkVersionId)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
           
 List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active)
           
 List<SCFrameworkVersion> getFrameworkVersions(long groupId, boolean active, int start, int end)
           
 List<SCFrameworkVersion> getFrameworkVersions(long groupId, int start, int end)
           
 int getFrameworkVersionsCount(long groupId)
           
 int getFrameworkVersionsCount(long groupId, boolean active)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
           
 SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
          Returns the s c framework version with the primary key.
 List<SCFrameworkVersion> getSCFrameworkVersions(int start, int end)
          Returns a range of all the s c framework versions.
 int getSCFrameworkVersionsCount()
          Returns the number of s c framework versions.
 long[] getSCProductVersionPrimaryKeys(long frameworkVersionId)
          Returns the productVersionIds of the s c product versions associated with the s c framework version.
 List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId)
           
 List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end)
           
 List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId, int start, int end, OrderByComparator<SCFrameworkVersion> orderByComparator)
           
 int getSCProductVersionSCFrameworkVersionsCount(long productVersionId)
           
 SCFrameworkVersionLocalService getWrappedSCFrameworkVersionLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 SCFrameworkVersionLocalService getWrappedService()
           
 boolean hasSCProductVersionSCFrameworkVersion(long productVersionId, long frameworkVersionId)
           
 boolean hasSCProductVersionSCFrameworkVersions(long productVersionId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setSCProductVersionSCFrameworkVersions(long productVersionId, long[] frameworkVersionIds)
           
 void setWrappedSCFrameworkVersionLocalService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService)
 void setWrappedService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
           
 SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId, String name, String url, boolean active, int priority)
           
 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

SCFrameworkVersionLocalServiceWrapper

public SCFrameworkVersionLocalServiceWrapper(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Method Detail

addFrameworkVersion

public SCFrameworkVersion addFrameworkVersion(long userId,
                                              String name,
                                              String url,
                                              boolean active,
                                              int priority,
                                              ServiceContext serviceContext)
                                       throws PortalException
Specified by:
addFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
PortalException

addFrameworkVersionResources

public void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                         boolean addGroupPermissions,
                                         boolean addGuestPermissions)
                                  throws PortalException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
PortalException

addFrameworkVersionResources

public void addFrameworkVersionResources(SCFrameworkVersion frameworkVersion,
                                         String[] groupPermissions,
                                         String[] guestPermissions)
                                  throws PortalException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
PortalException

addFrameworkVersionResources

public void addFrameworkVersionResources(long frameworkVersionId,
                                         boolean addGroupPermissions,
                                         boolean addGuestPermissions)
                                  throws PortalException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
PortalException

addFrameworkVersionResources

public void addFrameworkVersionResources(long frameworkVersionId,
                                         String[] groupPermissions,
                                         String[] guestPermissions)
                                  throws PortalException
Specified by:
addFrameworkVersionResources in interface SCFrameworkVersionLocalService
Throws:
PortalException

addSCFrameworkVersion

public SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Adds the s c framework version to the database. Also notifies the appropriate model listeners.

Specified by:
addSCFrameworkVersion in interface SCFrameworkVersionLocalService
Parameters:
scFrameworkVersion - the s c framework version
Returns:
the s c framework version that was added

addSCProductVersionSCFrameworkVersion

public void addSCProductVersionSCFrameworkVersion(long productVersionId,
                                                  long frameworkVersionId)
Specified by:
addSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService

addSCProductVersionSCFrameworkVersion

public void addSCProductVersionSCFrameworkVersion(long productVersionId,
                                                  SCFrameworkVersion scFrameworkVersion)
Specified by:
addSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService

addSCProductVersionSCFrameworkVersions

public void addSCProductVersionSCFrameworkVersions(long productVersionId,
                                                   List<SCFrameworkVersion> SCFrameworkVersions)
Specified by:
addSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

addSCProductVersionSCFrameworkVersions

public void addSCProductVersionSCFrameworkVersions(long productVersionId,
                                                   long[] frameworkVersionIds)
Specified by:
addSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

clearSCProductVersionSCFrameworkVersions

public void clearSCProductVersionSCFrameworkVersions(long productVersionId)
Specified by:
clearSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

createSCFrameworkVersion

public SCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
Creates a new s c framework version with the primary key. Does not add the s c framework version to the database.

Specified by:
createSCFrameworkVersion in interface SCFrameworkVersionLocalService
Parameters:
frameworkVersionId - the primary key for the new s c framework version
Returns:
the new s c framework version

deleteFrameworkVersion

public void deleteFrameworkVersion(SCFrameworkVersion frameworkVersion)
Specified by:
deleteFrameworkVersion in interface SCFrameworkVersionLocalService

deleteFrameworkVersion

public void deleteFrameworkVersion(long frameworkVersionId)
                            throws PortalException
Specified by:
deleteFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
PortalException

deleteFrameworkVersions

public void deleteFrameworkVersions(long groupId)
Specified by:
deleteFrameworkVersions in interface SCFrameworkVersionLocalService

deletePersistedModel

public PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Specified by:
deletePersistedModel in interface SCFrameworkVersionLocalService
Throws:
PortalException

deleteSCFrameworkVersion

public SCFrameworkVersion deleteSCFrameworkVersion(long frameworkVersionId)
                                            throws PortalException
Deletes the s c framework version with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSCFrameworkVersion in interface SCFrameworkVersionLocalService
Parameters:
frameworkVersionId - the primary key of the s c framework version
Returns:
the s c framework version that was removed
Throws:
PortalException - if a s c framework version with the primary key could not be found

deleteSCFrameworkVersion

public SCFrameworkVersion deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Deletes the s c framework version from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSCFrameworkVersion in interface SCFrameworkVersionLocalService
Parameters:
scFrameworkVersion - the s c framework version
Returns:
the s c framework version that was removed

deleteSCProductVersionSCFrameworkVersion

public void deleteSCProductVersionSCFrameworkVersion(long productVersionId,
                                                     long frameworkVersionId)
Specified by:
deleteSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService

deleteSCProductVersionSCFrameworkVersion

public void deleteSCProductVersionSCFrameworkVersion(long productVersionId,
                                                     SCFrameworkVersion scFrameworkVersion)
Specified by:
deleteSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService

deleteSCProductVersionSCFrameworkVersions

public void deleteSCProductVersionSCFrameworkVersions(long productVersionId,
                                                      List<SCFrameworkVersion> SCFrameworkVersions)
Specified by:
deleteSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

deleteSCProductVersionSCFrameworkVersions

public void deleteSCProductVersionSCFrameworkVersions(long productVersionId,
                                                      long[] frameworkVersionIds)
Specified by:
deleteSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
Performs a dynamic query on the database and returns a range of the matching rows.

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.

Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

public <T> List<T> 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.

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.

Specified by:
dynamicQuery in interface SCFrameworkVersionLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface SCFrameworkVersionLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery,
                              Projection projection)
Returns the number of rows matching the dynamic query.

Specified by:
dynamicQueryCount in interface SCFrameworkVersionLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchSCFrameworkVersion

public SCFrameworkVersion fetchSCFrameworkVersion(long frameworkVersionId)
Specified by:
fetchSCFrameworkVersion in interface SCFrameworkVersionLocalService

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface SCFrameworkVersionLocalService

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface SCFrameworkVersionLocalService
Returns:
the Spring bean ID for this bean

getFrameworkVersion

public SCFrameworkVersion getFrameworkVersion(long frameworkVersionId)
                                       throws PortalException
Specified by:
getFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
PortalException

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     boolean active)
Specified by:
getFrameworkVersions in interface SCFrameworkVersionLocalService

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     boolean active,
                                                     int start,
                                                     int end)
Specified by:
getFrameworkVersions in interface SCFrameworkVersionLocalService

getFrameworkVersions

public List<SCFrameworkVersion> getFrameworkVersions(long groupId,
                                                     int start,
                                                     int end)
Specified by:
getFrameworkVersions in interface SCFrameworkVersionLocalService

getFrameworkVersionsCount

public int getFrameworkVersionsCount(long groupId)
Specified by:
getFrameworkVersionsCount in interface SCFrameworkVersionLocalService

getFrameworkVersionsCount

public int getFrameworkVersionsCount(long groupId,
                                     boolean active)
Specified by:
getFrameworkVersionsCount in interface SCFrameworkVersionLocalService

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface SCFrameworkVersionLocalService
Throws:
PortalException

getProductVersionFrameworkVersions

public List<SCFrameworkVersion> getProductVersionFrameworkVersions(long productVersionId)
Specified by:
getProductVersionFrameworkVersions in interface SCFrameworkVersionLocalService

getSCFrameworkVersion

public SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
                                         throws PortalException
Returns the s c framework version with the primary key.

Specified by:
getSCFrameworkVersion in interface SCFrameworkVersionLocalService
Parameters:
frameworkVersionId - the primary key of the s c framework version
Returns:
the s c framework version
Throws:
PortalException - if a s c framework version with the primary key could not be found

getSCFrameworkVersions

public List<SCFrameworkVersion> getSCFrameworkVersions(int start,
                                                       int end)
Returns a range of all the s c framework versions.

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.

Specified by:
getSCFrameworkVersions in interface SCFrameworkVersionLocalService
Parameters:
start - the lower bound of the range of s c framework versions
end - the upper bound of the range of s c framework versions (not inclusive)
Returns:
the range of s c framework versions

getSCFrameworkVersionsCount

public int getSCFrameworkVersionsCount()
Returns the number of s c framework versions.

Specified by:
getSCFrameworkVersionsCount in interface SCFrameworkVersionLocalService
Returns:
the number of s c framework versions

getSCProductVersionPrimaryKeys

public long[] getSCProductVersionPrimaryKeys(long frameworkVersionId)
Returns the productVersionIds of the s c product versions associated with the s c framework version.

Specified by:
getSCProductVersionPrimaryKeys in interface SCFrameworkVersionLocalService
Parameters:
frameworkVersionId - the frameworkVersionId of the s c framework version
Returns:
long[] the productVersionIds of s c product versions associated with the s c framework version

getSCProductVersionSCFrameworkVersions

public List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId)
Specified by:
getSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

getSCProductVersionSCFrameworkVersions

public List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId,
                                                                       int start,
                                                                       int end)
Specified by:
getSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

getSCProductVersionSCFrameworkVersions

public List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId,
                                                                       int start,
                                                                       int end,
                                                                       OrderByComparator<SCFrameworkVersion> orderByComparator)
Specified by:
getSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

getSCProductVersionSCFrameworkVersionsCount

public int getSCProductVersionSCFrameworkVersionsCount(long productVersionId)
Specified by:
getSCProductVersionSCFrameworkVersionsCount in interface SCFrameworkVersionLocalService

hasSCProductVersionSCFrameworkVersion

public boolean hasSCProductVersionSCFrameworkVersion(long productVersionId,
                                                     long frameworkVersionId)
Specified by:
hasSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService

hasSCProductVersionSCFrameworkVersions

public boolean hasSCProductVersionSCFrameworkVersions(long productVersionId)
Specified by:
hasSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface SCFrameworkVersionLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

setSCProductVersionSCFrameworkVersions

public void setSCProductVersionSCFrameworkVersions(long productVersionId,
                                                   long[] frameworkVersionIds)
Specified by:
setSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService

updateFrameworkVersion

public SCFrameworkVersion updateFrameworkVersion(long frameworkVersionId,
                                                 String name,
                                                 String url,
                                                 boolean active,
                                                 int priority)
                                          throws PortalException
Specified by:
updateFrameworkVersion in interface SCFrameworkVersionLocalService
Throws:
PortalException

updateSCFrameworkVersion

public SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Updates the s c framework version in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateSCFrameworkVersion in interface SCFrameworkVersionLocalService
Parameters:
scFrameworkVersion - the s c framework version
Returns:
the s c framework version that was updated

getWrappedSCFrameworkVersionLocalService

@Deprecated
public SCFrameworkVersionLocalService getWrappedSCFrameworkVersionLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSCFrameworkVersionLocalService

@Deprecated
public void setWrappedSCFrameworkVersionLocalService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService)


getWrappedService

public SCFrameworkVersionLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<SCFrameworkVersionLocalService>

setWrappedService

public void setWrappedService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<SCFrameworkVersionLocalService>

Liferay 7.0-ce-m6