public abstract class SCLicenseServiceBaseImpl
extends com.liferay.portal.service.BaseServiceImpl
implements com.liferay.portlet.softwarecatalog.service.SCLicenseService, com.liferay.portal.kernel.bean.IdentifiableBean
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SCLicenseServiceImpl.
SCLicenseServiceImpl,
SCLicenseServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.service.CounterLocalService |
counterLocalService |
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.SCProductEntryService |
scProductEntryService |
| Constructor and Description |
|---|
SCLicenseServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
com.liferay.counter.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected java.lang.Class<?> |
getModelClass() |
protected java.lang.String |
getModelClassName() |
com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService |
getSCLicenseLocalService()
Returns the s c license local service.
|
com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence |
getSCLicensePersistence()
Returns the s c license persistence.
|
com.liferay.portlet.softwarecatalog.service.SCLicenseService |
getSCLicenseService()
Returns the s c license remote service.
|
com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService |
getSCProductEntryLocalService()
Returns the s c product entry local service.
|
com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence |
getSCProductEntryPersistence()
Returns the s c product entry persistence.
|
com.liferay.portlet.softwarecatalog.service.SCProductEntryService |
getSCProductEntryService()
Returns the s c product entry remote service.
|
protected void |
runSQL(java.lang.String sql)
Performs a SQL query.
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)
Sets the s c license local service.
|
void |
setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)
Sets the s c license persistence.
|
void |
setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)
Sets the s c license remote service.
|
void |
setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
Sets the s c product entry local service.
|
void |
setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
Sets the s c product entry persistence.
|
void |
setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)
Sets the s c product entry remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService.class) protected com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCLicenseService.class) protected com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence.class) protected com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence
@BeanReference(type=com.liferay.counter.service.CounterLocalService.class) protected com.liferay.counter.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService.class) protected com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.SCProductEntryService.class) protected com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService
@BeanReference(type=com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence.class) protected com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence
public com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService getSCLicenseLocalService()
public void setSCLicenseLocalService(com.liferay.portlet.softwarecatalog.service.SCLicenseLocalService scLicenseLocalService)
scLicenseLocalService - the s c license local servicepublic com.liferay.portlet.softwarecatalog.service.SCLicenseService getSCLicenseService()
public void setSCLicenseService(com.liferay.portlet.softwarecatalog.service.SCLicenseService scLicenseService)
scLicenseService - the s c license remote servicepublic com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence getSCLicensePersistence()
public void setSCLicensePersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCLicensePersistence scLicensePersistence)
scLicensePersistence - the s c license persistencepublic com.liferay.counter.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService getSCProductEntryLocalService()
public void setSCProductEntryLocalService(com.liferay.portlet.softwarecatalog.service.SCProductEntryLocalService scProductEntryLocalService)
scProductEntryLocalService - the s c product entry local servicepublic com.liferay.portlet.softwarecatalog.service.SCProductEntryService getSCProductEntryService()
public void setSCProductEntryService(com.liferay.portlet.softwarecatalog.service.SCProductEntryService scProductEntryService)
scProductEntryService - the s c product entry remote servicepublic com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence getSCProductEntryPersistence()
public void setSCProductEntryPersistence(com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistence scProductEntryPersistence)
scProductEntryPersistence - the s c product entry persistencepublic void afterPropertiesSet()
public void destroy()
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeangetBeanIdentifier in interface com.liferay.portlet.softwarecatalog.service.SCLicenseServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface com.liferay.portal.kernel.bean.IdentifiableBeansetBeanIdentifier in interface com.liferay.portlet.softwarecatalog.service.SCLicenseServicebeanIdentifier - the Spring bean ID for this beanprotected java.lang.Class<?> getModelClass()
protected java.lang.String getModelClassName()
protected void runSQL(java.lang.String sql)
sql - the sql query