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
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in OrganizationServiceImpl.
OrganizationServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.persistence.OrganizationFinder |
organizationFinder |
protected com.liferay.portal.kernel.service.OrganizationLocalService |
organizationLocalService |
protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
organizationPersistence |
protected com.liferay.portal.kernel.service.OrganizationService |
organizationService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
| Constructor and Description |
|---|
OrganizationServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
com.liferay.portal.kernel.service.persistence.OrganizationFinder |
getOrganizationFinder()
Returns the organization finder.
|
com.liferay.portal.kernel.service.OrganizationLocalService |
getOrganizationLocalService()
Returns the organization local service.
|
com.liferay.portal.kernel.service.persistence.OrganizationPersistence |
getOrganizationPersistence()
Returns the organization persistence.
|
com.liferay.portal.kernel.service.OrganizationService |
getOrganizationService()
Returns the organization remote service.
|
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 |
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.
|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddGroupOrganizations, addOrganization, addOrganization, addOrganizationUserByEmailAddress, addPasswordPolicyOrganizations, addUserOrganizationByEmailAddress, deleteLogo, deleteOrganization, deleteUserOrganizationByEmailAddress, fetchOrganization, getGtOrganizations, getOrganization, getOrganizationId, getOrganizations, getOrganizations, getOrganizations, getOrganizationsCount, getOrganizationsCount, getUserOrganizations, setGroupOrganizations, unsetGroupOrganizations, unsetPasswordPolicyOrganizations, updateOrganization, updateOrganization@BeanReference(type=com.liferay.portal.kernel.service.OrganizationLocalService.class) protected com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService
@BeanReference(type=com.liferay.portal.kernel.service.OrganizationService.class) protected com.liferay.portal.kernel.service.OrganizationService organizationService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationFinder.class) protected com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
public com.liferay.portal.kernel.service.OrganizationLocalService getOrganizationLocalService()
public void setOrganizationLocalService(com.liferay.portal.kernel.service.OrganizationLocalService organizationLocalService)
organizationLocalService - the organization local servicepublic com.liferay.portal.kernel.service.OrganizationService getOrganizationService()
public void setOrganizationService(com.liferay.portal.kernel.service.OrganizationService organizationService)
organizationService - the organization remote servicepublic com.liferay.portal.kernel.service.persistence.OrganizationPersistence getOrganizationPersistence()
public void setOrganizationPersistence(com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence)
organizationPersistence - the organization persistencepublic com.liferay.portal.kernel.service.persistence.OrganizationFinder getOrganizationFinder()
public void setOrganizationFinder(com.liferay.portal.kernel.service.persistence.OrganizationFinder organizationFinder)
organizationFinder - the organization finderpublic 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.IdentifiableOSGiServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.OrganizationServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query