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.CounterLocalService
protected com.liferay.portal.kernel.service.persistence.GroupPersistence
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder
protected com.liferay.portal.kernel.service.OrganizationLocalService
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence
protected com.liferay.portal.kernel.service.OrganizationService
protected com.liferay.portal.kernel.service.persistence.UserPersistence
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.protected Class<?>
protected String
com.liferay.portal.kernel.service.persistence.OrganizationFinder
Returns the organization finder.com.liferay.portal.kernel.service.OrganizationLocalService
Returns the organization local service.com.liferay.portal.kernel.service.persistence.OrganizationPersistence
Returns the organization persistence.com.liferay.portal.kernel.service.OrganizationService
Returns the organization remote service.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
setOrganizationFinder
(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder) Sets the organization finder.void
setOrganizationLocalService
(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService) Sets the organization local service.void
setOrganizationPersistence
(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence) Sets the organization persistence.void
setOrganizationService
(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, 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.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:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
- Specified by:
getOSGiServiceIdentifier
in interfacecom.liferay.portal.kernel.service.OrganizationService
- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql
- the sql query
-