Package com.liferay.portal.service.base
Class LayoutSetBranchServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.LayoutSetBranchServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.LayoutSetBranchService
- Direct Known Subclasses:
LayoutSetBranchServiceImpl
public abstract class LayoutSetBranchServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.LayoutSetBranchService
Provides the base implementation for the layout set 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 LayoutSetBranchServiceImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.counter.kernel.service.CounterLocalServiceprotected com.liferay.portal.kernel.service.LayoutSetBranchLocalServiceprotected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistenceprotected com.liferay.portal.kernel.service.LayoutSetBranchServiceFields 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 TypeMethodDescriptionvoidvoiddestroy()com.liferay.counter.kernel.service.CounterLocalServiceReturns the counter local service.com.liferay.portal.kernel.service.LayoutSetBranchLocalServiceReturns the layout set branch local service.com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistenceReturns the layout set branch persistence.com.liferay.portal.kernel.service.LayoutSetBranchServiceReturns the layout set branch remote service.protected Class<?>protected StringReturns the OSGi service identifier.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService) Sets the layout set branch local service.voidsetLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence) Sets the layout set branch persistence.voidsetLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService) Sets the layout set branch remote service.Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.LayoutSetBranchService
addLayoutSetBranch, deleteLayoutSetBranch, deleteLayoutSetBranch, getLayoutSetBranches, mergeLayoutSetBranch, updateLayoutSetBranch
-
Field Details
-
layoutSetBranchLocalService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchLocalService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService -
layoutSetBranchService
@BeanReference(type=com.liferay.portal.kernel.service.LayoutSetBranchService.class) protected com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService -
layoutSetBranchPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence.class) protected com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
-
-
Constructor Details
-
LayoutSetBranchServiceBaseImpl
public LayoutSetBranchServiceBaseImpl()
-
-
Method Details
-
getLayoutSetBranchLocalService
public com.liferay.portal.kernel.service.LayoutSetBranchLocalService getLayoutSetBranchLocalService()Returns the layout set branch local service.- Returns:
- the layout set branch local service
-
setLayoutSetBranchLocalService
public void setLayoutSetBranchLocalService(com.liferay.portal.kernel.service.LayoutSetBranchLocalService layoutSetBranchLocalService) Sets the layout set branch local service.- Parameters:
layoutSetBranchLocalService- the layout set branch local service
-
getLayoutSetBranchService
public com.liferay.portal.kernel.service.LayoutSetBranchService getLayoutSetBranchService()Returns the layout set branch remote service.- Returns:
- the layout set branch remote service
-
setLayoutSetBranchService
public void setLayoutSetBranchService(com.liferay.portal.kernel.service.LayoutSetBranchService layoutSetBranchService) Sets the layout set branch remote service.- Parameters:
layoutSetBranchService- the layout set branch remote service
-
getLayoutSetBranchPersistence
public com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence getLayoutSetBranchPersistence()Returns the layout set branch persistence.- Returns:
- the layout set branch persistence
-
setLayoutSetBranchPersistence
public void setLayoutSetBranchPersistence(com.liferay.portal.kernel.service.persistence.LayoutSetBranchPersistence layoutSetBranchPersistence) Sets the layout set branch persistence.- Parameters:
layoutSetBranchPersistence- the layout set 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:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.service.LayoutSetBranchService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-