Package com.liferay.portal.service.base
Class OrganizationServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.OrganizationServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.OrganizationService
- Direct Known Subclasses:
OrganizationServiceImpl
public abstract class OrganizationServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.OrganizationService
Provides the base implementation for the organization 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 OrganizationServiceImpl.
- 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.persistence.GroupPersistenceprotected com.liferay.portal.kernel.service.persistence.OrganizationFinderprotected com.liferay.portal.kernel.service.OrganizationLocalServiceprotected com.liferay.portal.kernel.service.persistence.OrganizationPersistenceprotected com.liferay.portal.kernel.service.OrganizationServiceprotected com.liferay.portal.kernel.service.persistence.UserPersistenceFields 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.protected Class<?>protected Stringcom.liferay.portal.kernel.service.persistence.OrganizationFinderReturns the organization finder.com.liferay.portal.kernel.service.OrganizationLocalServiceReturns the organization local service.com.liferay.portal.kernel.service.persistence.OrganizationPersistenceReturns the organization persistence.com.liferay.portal.kernel.service.OrganizationServiceReturns the organization remote service.Returns the OSGi service identifier.protected voidPerforms a SQL query.voidsetCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) Sets the counter local service.voidsetOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder) Sets the organization finder.voidsetOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService) Sets the organization local service.voidsetOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence) Sets the organization persistence.voidsetOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService) Sets the organization 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.OrganizationService
addGroupOrganizations, addOrganization, addOrganization, addOrganizationUserByEmailAddress, addOrUpdateOrganization, addPasswordPolicyOrganizations, addUserOrganizationByEmailAddress, deleteLogo, deleteOrganization, deleteUserOrganizationByEmailAddress, fetchOrganization, fetchOrganizationByExternalReferenceCode, getGtOrganizations, getOrganization, getOrganizationByExternalReferenceCode, getOrganizationId, getOrganizations, getOrganizations, getOrganizations, getOrganizations, getOrganizations, getOrganizationsCount, getOrganizationsCount, getUserOrganizations, setGroupOrganizations, unsetGroupOrganizations, unsetPasswordPolicyOrganizations, updateLogo, updateOrganization, updateOrganization
-
Field Details
-
organizationLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class) protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService -
organizationService
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationService.class) protected com.liferay.portal.kernel.service.OrganizationService organizationService -
organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence -
organizationFinder
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class) protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService -
groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence -
userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
-
-
Constructor Details
-
OrganizationServiceBaseImpl
public OrganizationServiceBaseImpl()
-
-
Method Details
-
getOrganizationLocalService
public com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()Returns the organization local service.- Returns:
- the organization local service
-
setOrganizationLocalService
public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService) Sets the organization local service.- Parameters:
organizationLocalService- the organization local service
-
getOrganizationService
public com.liferay.portal.kernel.service.OrganizationService getOrganizationService()Returns the organization remote service.- Returns:
- the organization remote service
-
setOrganizationService
public void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService) Sets the organization remote service.- Parameters:
organizationService- the organization remote service
-
getOrganizationPersistence
public com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()Returns the organization persistence.- Returns:
- the organization persistence
-
setOrganizationPersistence
public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence) Sets the organization persistence.- Parameters:
organizationPersistence- the organization persistence
-
getOrganizationFinder
public com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()Returns the organization finder.- Returns:
- the organization finder
-
setOrganizationFinder
public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder) Sets the organization finder.- Parameters:
organizationFinder- the organization finder
-
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.OrganizationService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-