Package com.liferay.portal.service.base
Class LayoutBranchServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutBranchServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.LayoutBranchService
- Direct Known Subclasses:
LayoutBranchServiceImpl
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
Provides the base implementation for the layout branch remote service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in LayoutBranchServiceImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalService
protected com.liferay.portal.kernel.service.LayoutBranchLocalService
protected com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
protected com.liferay.portal.kernel.service.LayoutBranchService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
com.liferay.counter.kernel.service.CounterLocalService
Returns the counter local service.com.liferay.portal.kernel.service.LayoutBranchLocalService
Returns the layout branch local service.com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
Returns the layout branch persistence.com.liferay.portal.kernel.service.LayoutBranchService
Returns the layout branch remote service.protected Class<?>
protected String
Returns the OSGi service identifier.protected void
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.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, 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.portal.kernel.service.LayoutBranchService
addLayoutBranch, deleteLayoutBranch, updateLayoutBranch
-
Field Details
-
layoutBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService -
layoutBranchService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutBranchService.class) protected com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService -
layoutBranchPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
LayoutBranchServiceBaseImpl
public LayoutBranchServiceBaseImpl()
-
-
Method Details
-
getLayoutBranchLocalService
public com.liferay.portal.kernel.service.LayoutBranchLocalService getLayoutBranchLocalService()Returns the layout branch local service.- Returns:
- the layout branch local service
-
setLayoutBranchLocalService
public void setLayoutBranchLocalService(com.liferay.portal.kernel.service.LayoutBranchLocalService layoutBranchLocalService) Sets the layout branch local service.- Parameters:
layoutBranchLocalService
- the layout branch local service
-
getLayoutBranchService
public com.liferay.portal.kernel.service.LayoutBranchService getLayoutBranchService()Returns the layout branch remote service.- Returns:
- the layout branch remote service
-
setLayoutBranchService
public void setLayoutBranchService(com.liferay.portal.kernel.service.LayoutBranchService layoutBranchService) Sets the layout branch remote service.- Parameters:
layoutBranchService
- the layout branch remote service
-
getLayoutBranchPersistence
public com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence getLayoutBranchPersistence()Returns the layout branch persistence.- Returns:
- the layout branch persistence
-
setLayoutBranchPersistence
public void setLayoutBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence layoutBranchPersistence) Sets the layout branch persistence.- Parameters:
layoutBranchPersistence
- the layout branch persistence
-
getCounterLocalService
public com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()Returns the counter local service.- Returns:
- the counter local service
-
setCounterLocalService
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.- Parameters:
counterLocalService
- the counter local service
-
afterPropertiesSet
public void afterPropertiesSet() -
destroy
public void destroy() -
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.LayoutBranchService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-