public abstract class LayoutBranchServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutBranchService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutBranchServiceImpl
.
LayoutBranchServiceImpl
Modifier and Type | Field and Description |
---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.LayoutBranchLocalService |
layoutBranchLocalService |
protected com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence |
layoutBranchPersistence |
protected com.liferay.portal.kernel.service.LayoutBranchService |
layoutBranchService |
Constructor and Description |
---|
LayoutBranchServiceBaseImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.LayoutBranchLocalService |
getLayoutBranchLocalService()
Returns the layout branch local service.
|
com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence |
getLayoutBranchPersistence()
Returns the layout branch persistence.
|
com.liferay.portal.kernel.service.LayoutBranchService |
getLayoutBranchService()
Returns the layout branch remote service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setLayoutBranchLocalService(com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService)
Sets the layout branch local service.
|
void |
setLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence)
Sets the layout branch persistence.
|
void |
setLayoutBranchService(com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService)
Sets the layout branch remote service.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
@BeanReference(type=com.liferay.portal.kernel.service.LayoutBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutBranchService.class) protected com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
public com.liferay.portal.kernel.service.LayoutBranchLocalService getLayoutBranchLocalService()
public void setLayoutBranchLocalService(com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService)
layoutBranchLocalService
- the layout branch local servicepublic com.liferay.portal.kernel.service.LayoutBranchService getLayoutBranchService()
public void setLayoutBranchService(com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService)
layoutBranchService
- the layout branch remote servicepublic com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence getLayoutBranchPersistence()
public void setLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence)
layoutBranchPersistence
- the layout branch persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService
- the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
getOSGiServiceIdentifier
in interface com.liferay.portal.kernel.service.LayoutBranchService
protected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql
- the sql query