com.liferay.portlet.softwarecatalog.service.base
Class SCProductEntryServiceBaseImpl

java.lang.Object
  extended by com.liferay.portal.service.impl.PrincipalBean
      extended by com.liferay.portlet.softwarecatalog.service.base.SCProductEntryServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.softwarecatalog.service.SCProductEntryService, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
SCProductEntryServiceImpl

public abstract class SCProductEntryServiceBaseImpl
extends PrincipalBean
implements com.liferay.portlet.softwarecatalog.service.SCProductEntryService, org.springframework.beans.factory.InitializingBean

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  com.liferay.counter.service.CounterLocalService counterLocalService
           
protected  com.liferay.counter.service.CounterService counterService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder
           
protected  com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService
           
protected  com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
           
protected  com.liferay.portlet.messageboards.service.MBMessageService mbMessageService
           
protected  com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService
           
protected  com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
           
protected  com.liferay.portal.service.persistence.ResourceFinder resourceFinder
           
protected  com.liferay.portal.service.ResourceLocalService resourceLocalService
           
protected  com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
           
protected  com.liferay.portal.service.ResourceService resourceService
           
protected  com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService
           
protected  com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService
           
protected  com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence
           
protected  com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService
           
protected  com.liferay.portal.service.persistence.UserFinder userFinder
           
protected  com.liferay.portal.service.UserLocalService userLocalService
           
protected  com.liferay.portal.service.persistence.UserPersistence userPersistence
           
protected  com.liferay.portal.service.UserService userService
           
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
SCProductEntryServiceBaseImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 com.liferay.counter.service.CounterLocalService getCounterLocalService()
           
 com.liferay.counter.service.CounterService getCounterService()
           
 com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()
           
 com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()
           
 com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()
           
 com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()
           
 com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()
           
 com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()
           
 com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()
           
 com.liferay.portal.service.ResourceLocalService getResourceLocalService()
           
 com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()
           
 com.liferay.portal.service.ResourceService getResourceService()
           
 com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()
           
 com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
           
 com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService()
           
 com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService getSCLicenseLocalService()
           
 com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence()
           
 com.liferay.portlet.softwarecatalog.service.SCLicenseService getSCLicenseService()
           
 com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()
           
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()
           
 com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService getSCProductScreenshotLocalService()
           
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence getSCProductScreenshotPersistence()
           
 com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService getSCProductVersionLocalService()
           
 com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence getSCProductVersionPersistence()
           
 com.liferay.portlet.softwarecatalog.service.SCProductVersionService getSCProductVersionService()
           
 com.liferay.portal.service.persistence.UserFinder getUserFinder()
           
 com.liferay.portal.service.UserLocalService getUserLocalService()
           
 com.liferay.portal.service.persistence.UserPersistence getUserPersistence()
           
 com.liferay.portal.service.UserService getUserService()
           
 void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
           
 void setCounterService(com.liferay.counter.service.CounterService counterService)
           
 void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)
           
 void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)
           
 void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)
           
 void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)
           
 void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)
           
 void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)
           
 void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)
           
 void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)
           
 void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)
           
 void setResourceService(com.liferay.portal.service.ResourceService resourceService)
           
 void setSCFrameworkVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService)
           
 void setSCFrameworkVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence)
           
 void setSCFrameworkVersionService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService)
           
 void setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)
           
 void setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)
           
 void setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)
           
 void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
           
 void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
           
 void setSCProductScreenshotLocalService(com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService)
           
 void setSCProductScreenshotPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence)
           
 void setSCProductVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService)
           
 void setSCProductVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence)
           
 void setSCProductVersionService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService)
           
 void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)
           
 void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)
           
 void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)
           
 void setUserService(com.liferay.portal.service.UserService userService)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.service.SCProductEntryService
addProductEntry, addProductEntry, deleteProductEntry, getProductEntry, updateProductEntry
 

Field Detail

scLicenseLocalService

protected com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService

scLicenseService

protected com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService

scLicensePersistence

protected com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence

scFrameworkVersionLocalService

protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService

scFrameworkVersionService

protected com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService

scFrameworkVersionPersistence

protected com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence

scProductEntryLocalService

protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService

scProductEntryPersistence

protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence

scProductScreenshotLocalService

protected com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService

scProductScreenshotPersistence

protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence

scProductVersionLocalService

protected com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService

scProductVersionService

protected com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService

scProductVersionPersistence

protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence

counterLocalService

protected com.liferay.counter.service.CounterLocalService counterLocalService

counterService

protected com.liferay.counter.service.CounterService counterService

resourceLocalService

protected com.liferay.portal.service.ResourceLocalService resourceLocalService

resourceService

protected com.liferay.portal.service.ResourceService resourceService

resourcePersistence

protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence

resourceFinder

protected com.liferay.portal.service.persistence.ResourceFinder resourceFinder

userLocalService

protected com.liferay.portal.service.UserLocalService userLocalService

userService

protected com.liferay.portal.service.UserService userService

userPersistence

protected com.liferay.portal.service.persistence.UserPersistence userPersistence

userFinder

protected com.liferay.portal.service.persistence.UserFinder userFinder

mbMessageLocalService

protected com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService

mbMessageService

protected com.liferay.portlet.messageboards.service.MBMessageService mbMessageService

mbMessagePersistence

protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence

mbMessageFinder

protected com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder

ratingsStatsLocalService

protected com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService

ratingsStatsPersistence

protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
Constructor Detail

SCProductEntryServiceBaseImpl

public SCProductEntryServiceBaseImpl()
Method Detail

getSCLicenseLocalService

public com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService getSCLicenseLocalService()

setSCLicenseLocalService

public void setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)

getSCLicenseService

public com.liferay.portlet.softwarecatalog.service.SCLicenseService getSCLicenseService()

setSCLicenseService

public void setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)

getSCLicensePersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence()

setSCLicensePersistence

public void setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)

getSCFrameworkVersionLocalService

public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()

setSCFrameworkVersionLocalService

public void setSCFrameworkVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionLocalService scFrameworkVersionLocalService)

getSCFrameworkVersionService

public com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService getSCFrameworkVersionService()

setSCFrameworkVersionService

public void setSCFrameworkVersionService(com.liferay.portlet.softwarecatalog.service.SCFrameworkVersionService scFrameworkVersionService)

getSCFrameworkVersionPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()

setSCFrameworkVersionPersistence

public void setSCFrameworkVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistence scFrameworkVersionPersistence)

getSCProductEntryLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()

setSCProductEntryLocalService

public void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)

getSCProductEntryPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()

setSCProductEntryPersistence

public void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)

getSCProductScreenshotLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService getSCProductScreenshotLocalService()

setSCProductScreenshotLocalService

public void setSCProductScreenshotLocalService(com.liferay.portlet.softwarecatalog.service.SCProductScreenshotLocalService scProductScreenshotLocalService)

getSCProductScreenshotPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence getSCProductScreenshotPersistence()

setSCProductScreenshotPersistence

public void setSCProductScreenshotPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductScreenshotPersistence scProductScreenshotPersistence)

getSCProductVersionLocalService

public com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService getSCProductVersionLocalService()

setSCProductVersionLocalService

public void setSCProductVersionLocalService(com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService scProductVersionLocalService)

getSCProductVersionService

public com.liferay.portlet.softwarecatalog.service.SCProductVersionService getSCProductVersionService()

setSCProductVersionService

public void setSCProductVersionService(com.liferay.portlet.softwarecatalog.service.SCProductVersionService scProductVersionService)

getSCProductVersionPersistence

public com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence getSCProductVersionPersistence()

setSCProductVersionPersistence

public void setSCProductVersionPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistence scProductVersionPersistence)

getCounterLocalService

public com.liferay.counter.service.CounterLocalService getCounterLocalService()

setCounterLocalService

public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)

getCounterService

public com.liferay.counter.service.CounterService getCounterService()

setCounterService

public void setCounterService(com.liferay.counter.service.CounterService counterService)

getResourceLocalService

public com.liferay.portal.service.ResourceLocalService getResourceLocalService()

setResourceLocalService

public void setResourceLocalService(com.liferay.portal.service.ResourceLocalService resourceLocalService)

getResourceService

public com.liferay.portal.service.ResourceService getResourceService()

setResourceService

public void setResourceService(com.liferay.portal.service.ResourceService resourceService)

getResourcePersistence

public com.liferay.portal.service.persistence.ResourcePersistence getResourcePersistence()

setResourcePersistence

public void setResourcePersistence(com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence)

getResourceFinder

public com.liferay.portal.service.persistence.ResourceFinder getResourceFinder()

setResourceFinder

public void setResourceFinder(com.liferay.portal.service.persistence.ResourceFinder resourceFinder)

getUserLocalService

public com.liferay.portal.service.UserLocalService getUserLocalService()

setUserLocalService

public void setUserLocalService(com.liferay.portal.service.UserLocalService userLocalService)

getUserService

public com.liferay.portal.service.UserService getUserService()

setUserService

public void setUserService(com.liferay.portal.service.UserService userService)

getUserPersistence

public com.liferay.portal.service.persistence.UserPersistence getUserPersistence()

setUserPersistence

public void setUserPersistence(com.liferay.portal.service.persistence.UserPersistence userPersistence)

getUserFinder

public com.liferay.portal.service.persistence.UserFinder getUserFinder()

setUserFinder

public void setUserFinder(com.liferay.portal.service.persistence.UserFinder userFinder)

getMBMessageLocalService

public com.liferay.portlet.messageboards.service.MBMessageLocalService getMBMessageLocalService()

setMBMessageLocalService

public void setMBMessageLocalService(com.liferay.portlet.messageboards.service.MBMessageLocalService mbMessageLocalService)

getMBMessageService

public com.liferay.portlet.messageboards.service.MBMessageService getMBMessageService()

setMBMessageService

public void setMBMessageService(com.liferay.portlet.messageboards.service.MBMessageService mbMessageService)

getMBMessagePersistence

public com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence getMBMessagePersistence()

setMBMessagePersistence

public void setMBMessagePersistence(com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence)

getMBMessageFinder

public com.liferay.portlet.messageboards.service.persistence.MBMessageFinder getMBMessageFinder()

setMBMessageFinder

public void setMBMessageFinder(com.liferay.portlet.messageboards.service.persistence.MBMessageFinder mbMessageFinder)

getRatingsStatsLocalService

public com.liferay.portlet.ratings.service.RatingsStatsLocalService getRatingsStatsLocalService()

setRatingsStatsLocalService

public void setRatingsStatsLocalService(com.liferay.portlet.ratings.service.RatingsStatsLocalService ratingsStatsLocalService)

getRatingsStatsPersistence

public com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence getRatingsStatsPersistence()

setRatingsStatsPersistence

public void setRatingsStatsPersistence(com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence)

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean