Liferay 7.0-ce-m6

com.liferay.portlet.softwarecatalog.service
Class SCProductEntryLocalServiceWrapper

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

@ProviderType
public class SCProductEntryLocalServiceWrapper
extends Object
implements SCProductEntryLocalService, ServiceWrapper<SCProductEntryLocalService>

Provides a wrapper for SCProductEntryLocalService.

See Also:
SCProductEntryLocalService

Constructor Summary
SCProductEntryLocalServiceWrapper(SCProductEntryLocalService scProductEntryLocalService)
           
 
Method Summary
 SCProductEntry addProductEntry(long userId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages, ServiceContext serviceContext)
           
 void addProductEntryResources(long productEntryId, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addProductEntryResources(long productEntryId, String[] groupPermissions, String[] guestPermissions)
           
 void addProductEntryResources(SCProductEntry productEntry, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addProductEntryResources(SCProductEntry productEntry, String[] groupPermissions, String[] guestPermissions)
           
 void addSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
 void addSCLicenseSCProductEntries(long licenseId, long[] productEntryIds)
           
 void addSCLicenseSCProductEntry(long licenseId, long productEntryId)
           
 void addSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 SCProductEntry addSCProductEntry(SCProductEntry scProductEntry)
          Adds the s c product entry to the database.
 void clearSCLicenseSCProductEntries(long licenseId)
           
 SCProductEntry createSCProductEntry(long productEntryId)
          Creates a new s c product entry with the primary key.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteProductEntries(long groupId)
           
 SCProductEntry deleteProductEntry(long productEntryId)
           
 SCProductEntry deleteProductEntry(SCProductEntry productEntry)
           
 void deleteSCLicenseSCProductEntries(long licenseId, List<SCProductEntry> SCProductEntries)
           
 void deleteSCLicenseSCProductEntries(long licenseId, long[] productEntryIds)
           
 void deleteSCLicenseSCProductEntry(long licenseId, long productEntryId)
           
 void deleteSCLicenseSCProductEntry(long licenseId, SCProductEntry scProductEntry)
           
 SCProductEntry deleteSCProductEntry(long productEntryId)
          Deletes the s c product entry with the primary key from the database.
 SCProductEntry deleteSCProductEntry(SCProductEntry scProductEntry)
          Deletes the s c product entry from the database.
 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.
 SCProductEntry fetchSCProductEntry(long productEntryId)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<SCProductEntry> getCompanyProductEntries(long companyId, int start, int end)
           
 int getCompanyProductEntriesCount(long companyId)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<SCProductEntry> getProductEntries(long groupId, int start, int end)
           
 List<SCProductEntry> getProductEntries(long groupId, int start, int end, OrderByComparator<SCProductEntry> obc)
           
 List<SCProductEntry> getProductEntries(long groupId, long userId, int start, int end)
           
 List<SCProductEntry> getProductEntries(long groupId, long userId, int start, int end, OrderByComparator<SCProductEntry> obc)
           
 int getProductEntriesCount(long groupId)
           
 int getProductEntriesCount(long groupId, long userId)
           
 SCProductEntry getProductEntry(long productEntryId)
           
 String getRepositoryXML(long groupId, String baseImageURL, Date oldestDate, int maxNumOfVersions, Properties repoSettings)
           
 String getRepositoryXML(long groupId, String version, String baseImageURL, Date oldestDate, int maxNumOfVersions, Properties repoSettings)
           
 long[] getSCLicensePrimaryKeys(long productEntryId)
          Returns the licenseIds of the s c licenses associated with the s c product entry.
 List<SCProductEntry> getSCLicenseSCProductEntries(long licenseId)
           
 List<SCProductEntry> getSCLicenseSCProductEntries(long licenseId, int start, int end)
           
 List<SCProductEntry> getSCLicenseSCProductEntries(long licenseId, int start, int end, OrderByComparator<SCProductEntry> orderByComparator)
           
 int getSCLicenseSCProductEntriesCount(long licenseId)
           
 List<SCProductEntry> getSCProductEntries(int start, int end)
          Returns a range of all the s c product entries.
 int getSCProductEntriesCount()
          Returns the number of s c product entries.
 SCProductEntry getSCProductEntry(long productEntryId)
          Returns the s c product entry with the primary key.
 SCProductEntryLocalService getWrappedSCProductEntryLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 SCProductEntryLocalService getWrappedService()
           
 boolean hasSCLicenseSCProductEntries(long licenseId)
           
 boolean hasSCLicenseSCProductEntry(long licenseId, long productEntryId)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setSCLicenseSCProductEntries(long licenseId, long[] productEntryIds)
           
 void setWrappedSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService)
 void setWrappedService(SCProductEntryLocalService scProductEntryLocalService)
           
 SCProductEntry updateProductEntry(long productEntryId, String name, String type, String tags, String shortDescription, String longDescription, String pageURL, String author, String repoGroupId, String repoArtifactId, long[] licenseIds, List<byte[]> thumbnails, List<byte[]> fullImages)
           
 SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry)
          Updates the s c product entry 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

SCProductEntryLocalServiceWrapper

public SCProductEntryLocalServiceWrapper(SCProductEntryLocalService scProductEntryLocalService)
Method Detail

addProductEntry

public SCProductEntry addProductEntry(long userId,
                                      String name,
                                      String type,
                                      String tags,
                                      String shortDescription,
                                      String longDescription,
                                      String pageURL,
                                      String author,
                                      String repoGroupId,
                                      String repoArtifactId,
                                      long[] licenseIds,
                                      List<byte[]> thumbnails,
                                      List<byte[]> fullImages,
                                      ServiceContext serviceContext)
                               throws PortalException
Specified by:
addProductEntry in interface SCProductEntryLocalService
Throws:
PortalException

addProductEntryResources

public void addProductEntryResources(SCProductEntry productEntry,
                                     boolean addGroupPermissions,
                                     boolean addGuestPermissions)
                              throws PortalException
Specified by:
addProductEntryResources in interface SCProductEntryLocalService
Throws:
PortalException

addProductEntryResources

public void addProductEntryResources(SCProductEntry productEntry,
                                     String[] groupPermissions,
                                     String[] guestPermissions)
                              throws PortalException
Specified by:
addProductEntryResources in interface SCProductEntryLocalService
Throws:
PortalException

addProductEntryResources

public void addProductEntryResources(long productEntryId,
                                     boolean addGroupPermissions,
                                     boolean addGuestPermissions)
                              throws PortalException
Specified by:
addProductEntryResources in interface SCProductEntryLocalService
Throws:
PortalException

addProductEntryResources

public void addProductEntryResources(long productEntryId,
                                     String[] groupPermissions,
                                     String[] guestPermissions)
                              throws PortalException
Specified by:
addProductEntryResources in interface SCProductEntryLocalService
Throws:
PortalException

addSCLicenseSCProductEntries

public void addSCLicenseSCProductEntries(long licenseId,
                                         List<SCProductEntry> SCProductEntries)
Specified by:
addSCLicenseSCProductEntries in interface SCProductEntryLocalService

addSCLicenseSCProductEntries

public void addSCLicenseSCProductEntries(long licenseId,
                                         long[] productEntryIds)
Specified by:
addSCLicenseSCProductEntries in interface SCProductEntryLocalService

addSCLicenseSCProductEntry

public void addSCLicenseSCProductEntry(long licenseId,
                                       long productEntryId)
Specified by:
addSCLicenseSCProductEntry in interface SCProductEntryLocalService

addSCLicenseSCProductEntry

public void addSCLicenseSCProductEntry(long licenseId,
                                       SCProductEntry scProductEntry)
Specified by:
addSCLicenseSCProductEntry in interface SCProductEntryLocalService

addSCProductEntry

public SCProductEntry addSCProductEntry(SCProductEntry scProductEntry)
Adds the s c product entry to the database. Also notifies the appropriate model listeners.

Specified by:
addSCProductEntry in interface SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
Returns:
the s c product entry that was added

clearSCLicenseSCProductEntries

public void clearSCLicenseSCProductEntries(long licenseId)
Specified by:
clearSCLicenseSCProductEntries in interface SCProductEntryLocalService

createSCProductEntry

public SCProductEntry createSCProductEntry(long productEntryId)
Creates a new s c product entry with the primary key. Does not add the s c product entry to the database.

Specified by:
createSCProductEntry in interface SCProductEntryLocalService
Parameters:
productEntryId - the primary key for the new s c product entry
Returns:
the new s c product entry

deletePersistedModel

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

deleteProductEntries

public void deleteProductEntries(long groupId)
                          throws PortalException
Specified by:
deleteProductEntries in interface SCProductEntryLocalService
Throws:
PortalException

deleteProductEntry

public SCProductEntry deleteProductEntry(SCProductEntry productEntry)
                                  throws PortalException
Specified by:
deleteProductEntry in interface SCProductEntryLocalService
Throws:
PortalException

deleteProductEntry

public SCProductEntry deleteProductEntry(long productEntryId)
                                  throws PortalException
Specified by:
deleteProductEntry in interface SCProductEntryLocalService
Throws:
PortalException

deleteSCLicenseSCProductEntries

public void deleteSCLicenseSCProductEntries(long licenseId,
                                            List<SCProductEntry> SCProductEntries)
Specified by:
deleteSCLicenseSCProductEntries in interface SCProductEntryLocalService

deleteSCLicenseSCProductEntries

public void deleteSCLicenseSCProductEntries(long licenseId,
                                            long[] productEntryIds)
Specified by:
deleteSCLicenseSCProductEntries in interface SCProductEntryLocalService

deleteSCLicenseSCProductEntry

public void deleteSCLicenseSCProductEntry(long licenseId,
                                          long productEntryId)
Specified by:
deleteSCLicenseSCProductEntry in interface SCProductEntryLocalService

deleteSCLicenseSCProductEntry

public void deleteSCLicenseSCProductEntry(long licenseId,
                                          SCProductEntry scProductEntry)
Specified by:
deleteSCLicenseSCProductEntry in interface SCProductEntryLocalService

deleteSCProductEntry

public SCProductEntry deleteSCProductEntry(long productEntryId)
                                    throws PortalException
Deletes the s c product entry with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSCProductEntry in interface SCProductEntryLocalService
Parameters:
productEntryId - the primary key of the s c product entry
Returns:
the s c product entry that was removed
Throws:
PortalException - if a s c product entry with the primary key could not be found

deleteSCProductEntry

public SCProductEntry deleteSCProductEntry(SCProductEntry scProductEntry)
Deletes the s c product entry from the database. Also notifies the appropriate model listeners.

Specified by:
deleteSCProductEntry in interface SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
Returns:
the s c product entry that was removed

dynamicQuery

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

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 SCProductEntryLocalService
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 com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl. 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 SCProductEntryLocalService
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 com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl. 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 SCProductEntryLocalService
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 SCProductEntryLocalService
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 SCProductEntryLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchSCProductEntry

public SCProductEntry fetchSCProductEntry(long productEntryId)
Specified by:
fetchSCProductEntry in interface SCProductEntryLocalService

getActionableDynamicQuery

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

getBeanIdentifier

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

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

getCompanyProductEntries

public List<SCProductEntry> getCompanyProductEntries(long companyId,
                                                     int start,
                                                     int end)
Specified by:
getCompanyProductEntries in interface SCProductEntryLocalService

getCompanyProductEntriesCount

public int getCompanyProductEntriesCount(long companyId)
Specified by:
getCompanyProductEntriesCount in interface SCProductEntryLocalService

getPersistedModel

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

getProductEntries

public List<SCProductEntry> getProductEntries(long groupId,
                                              int start,
                                              int end)
Specified by:
getProductEntries in interface SCProductEntryLocalService

getProductEntries

public List<SCProductEntry> getProductEntries(long groupId,
                                              int start,
                                              int end,
                                              OrderByComparator<SCProductEntry> obc)
Specified by:
getProductEntries in interface SCProductEntryLocalService

getProductEntries

public List<SCProductEntry> getProductEntries(long groupId,
                                              long userId,
                                              int start,
                                              int end)
Specified by:
getProductEntries in interface SCProductEntryLocalService

getProductEntries

public List<SCProductEntry> getProductEntries(long groupId,
                                              long userId,
                                              int start,
                                              int end,
                                              OrderByComparator<SCProductEntry> obc)
Specified by:
getProductEntries in interface SCProductEntryLocalService

getProductEntriesCount

public int getProductEntriesCount(long groupId)
Specified by:
getProductEntriesCount in interface SCProductEntryLocalService

getProductEntriesCount

public int getProductEntriesCount(long groupId,
                                  long userId)
Specified by:
getProductEntriesCount in interface SCProductEntryLocalService

getProductEntry

public SCProductEntry getProductEntry(long productEntryId)
                               throws PortalException
Specified by:
getProductEntry in interface SCProductEntryLocalService
Throws:
PortalException

getRepositoryXML

public String getRepositoryXML(long groupId,
                               String baseImageURL,
                               Date oldestDate,
                               int maxNumOfVersions,
                               Properties repoSettings)
Specified by:
getRepositoryXML in interface SCProductEntryLocalService

getRepositoryXML

public String getRepositoryXML(long groupId,
                               String version,
                               String baseImageURL,
                               Date oldestDate,
                               int maxNumOfVersions,
                               Properties repoSettings)
Specified by:
getRepositoryXML in interface SCProductEntryLocalService

getSCLicensePrimaryKeys

public long[] getSCLicensePrimaryKeys(long productEntryId)
Returns the licenseIds of the s c licenses associated with the s c product entry.

Specified by:
getSCLicensePrimaryKeys in interface SCProductEntryLocalService
Parameters:
productEntryId - the productEntryId of the s c product entry
Returns:
long[] the licenseIds of s c licenses associated with the s c product entry

getSCLicenseSCProductEntries

public List<SCProductEntry> getSCLicenseSCProductEntries(long licenseId)
Specified by:
getSCLicenseSCProductEntries in interface SCProductEntryLocalService

getSCLicenseSCProductEntries

public List<SCProductEntry> getSCLicenseSCProductEntries(long licenseId,
                                                         int start,
                                                         int end)
Specified by:
getSCLicenseSCProductEntries in interface SCProductEntryLocalService

getSCLicenseSCProductEntries

public List<SCProductEntry> getSCLicenseSCProductEntries(long licenseId,
                                                         int start,
                                                         int end,
                                                         OrderByComparator<SCProductEntry> orderByComparator)
Specified by:
getSCLicenseSCProductEntries in interface SCProductEntryLocalService

getSCLicenseSCProductEntriesCount

public int getSCLicenseSCProductEntriesCount(long licenseId)
Specified by:
getSCLicenseSCProductEntriesCount in interface SCProductEntryLocalService

getSCProductEntries

public List<SCProductEntry> getSCProductEntries(int start,
                                                int end)
Returns a range of all the s c product entries.

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 com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryModelImpl. 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:
getSCProductEntries in interface SCProductEntryLocalService
Parameters:
start - the lower bound of the range of s c product entries
end - the upper bound of the range of s c product entries (not inclusive)
Returns:
the range of s c product entries

getSCProductEntriesCount

public int getSCProductEntriesCount()
Returns the number of s c product entries.

Specified by:
getSCProductEntriesCount in interface SCProductEntryLocalService
Returns:
the number of s c product entries

getSCProductEntry

public SCProductEntry getSCProductEntry(long productEntryId)
                                 throws PortalException
Returns the s c product entry with the primary key.

Specified by:
getSCProductEntry in interface SCProductEntryLocalService
Parameters:
productEntryId - the primary key of the s c product entry
Returns:
the s c product entry
Throws:
PortalException - if a s c product entry with the primary key could not be found

hasSCLicenseSCProductEntries

public boolean hasSCLicenseSCProductEntries(long licenseId)
Specified by:
hasSCLicenseSCProductEntries in interface SCProductEntryLocalService

hasSCLicenseSCProductEntry

public boolean hasSCLicenseSCProductEntry(long licenseId,
                                          long productEntryId)
Specified by:
hasSCLicenseSCProductEntry in interface SCProductEntryLocalService

setBeanIdentifier

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

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

setSCLicenseSCProductEntries

public void setSCLicenseSCProductEntries(long licenseId,
                                         long[] productEntryIds)
Specified by:
setSCLicenseSCProductEntries in interface SCProductEntryLocalService

updateProductEntry

public SCProductEntry updateProductEntry(long productEntryId,
                                         String name,
                                         String type,
                                         String tags,
                                         String shortDescription,
                                         String longDescription,
                                         String pageURL,
                                         String author,
                                         String repoGroupId,
                                         String repoArtifactId,
                                         long[] licenseIds,
                                         List<byte[]> thumbnails,
                                         List<byte[]> fullImages)
                                  throws PortalException
Specified by:
updateProductEntry in interface SCProductEntryLocalService
Throws:
PortalException

updateSCProductEntry

public SCProductEntry updateSCProductEntry(SCProductEntry scProductEntry)
Updates the s c product entry in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateSCProductEntry in interface SCProductEntryLocalService
Parameters:
scProductEntry - the s c product entry
Returns:
the s c product entry that was updated

getWrappedSCProductEntryLocalService

@Deprecated
public SCProductEntryLocalService getWrappedSCProductEntryLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedSCProductEntryLocalService

@Deprecated
public void setWrappedSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService)


getWrappedService

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

setWrappedService

public void setWrappedService(SCProductEntryLocalService scProductEntryLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<SCProductEntryLocalService>

Liferay 7.0-ce-m6