Package com.liferay.portal.service.base
Class GroupServiceBaseImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.GroupServiceBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.GroupService
- Direct Known Subclasses:
GroupServiceImpl
public abstract class GroupServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseServiceImpl
implements com.liferay.portal.kernel.service.GroupService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
Provides the base implementation for the group 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 GroupServiceImpl.
- 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.GroupFinderprotected com.liferay.portal.kernel.service.GroupLocalServiceprotected com.liferay.portal.kernel.service.persistence.GroupPersistenceprotected com.liferay.portal.kernel.service.GroupServiceprotected com.liferay.portal.kernel.service.persistence.OrganizationPersistenceprotected com.liferay.portal.kernel.service.persistence.RolePersistenceprotected com.liferay.portal.kernel.service.persistence.UserGroupPersistenceprotected 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.com.liferay.portal.kernel.service.persistence.GroupFinderReturns the group finder.com.liferay.portal.kernel.service.GroupLocalServiceReturns the group local service.com.liferay.portal.kernel.service.persistence.GroupPersistenceReturns the group persistence.com.liferay.portal.kernel.service.GroupServiceReturns the group 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.voidsetGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder) Sets the group finder.voidsetGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) Sets the group local service.voidsetGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence) Sets the group persistence.voidsetGroupService(com.liferay.portal.kernel.service.GroupService groupService) Sets the group 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.GroupService
addGroup, addGroup, addOrUpdateGroup, addRoleGroups, checkRemoteStagingGroup, deleteGroup, disableStaging, enableStaging, fetchGroupByExternalReferenceCode, getCompanyGroup, getGroup, getGroup, getGroupDisplayURL, getGroups, getGroups, getGroups, getGroupsCount, getGroupsCount, getGroupsCount, getGtGroups, getManageableSiteGroups, getOrganizationsGroups, getUserGroup, getUserGroupsGroups, getUserOrganizationsGroups, getUserSitesGroups, getUserSitesGroups, getUserSitesGroups, getUserSitesGroups, getUserSitesGroupsCount, hasUserGroup, search, search, search, searchCount, searchCount, setRoleGroups, unsetRoleGroups, updateFriendlyURL, updateGroup, updateGroup, updateStagedPortlets
-
Field Details
-
groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService -
groupService
@BeanReference(type=com.liferay.portal.kernel.service.GroupService.class) protected com.liferay.portal.kernel.service.GroupService groupService -
groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence -
groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder -
counterLocalService
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService -
organizationPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.OrganizationPersistence.class) protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence organizationPersistence -
rolePersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.RolePersistence.class) protected com.liferay.portal.kernel.service.persistence.RolePersistence rolePersistence -
userGroupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserGroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence userGroupPersistence -
userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
-
-
Constructor Details
-
GroupServiceBaseImpl
public GroupServiceBaseImpl()
-
-
Method Details
-
getGroupLocalService
public com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()Returns the group local service.- Returns:
- the group local service
-
setGroupLocalService
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) Sets the group local service.- Parameters:
groupLocalService- the group local service
-
getGroupService
public com.liferay.portal.kernel.service.GroupService getGroupService()Returns the group remote service.- Returns:
- the group remote service
-
setGroupService
public void setGroupService(com.liferay.portal.kernel.service.GroupService groupService) Sets the group remote service.- Parameters:
groupService- the group remote service
-
getGroupPersistence
public com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()Returns the group persistence.- Returns:
- the group persistence
-
setGroupPersistence
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence) Sets the group persistence.- Parameters:
groupPersistence- the group persistence
-
getGroupFinder
public com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()Returns the group finder.- Returns:
- the group finder
-
setGroupFinder
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder) Sets the group finder.- Parameters:
groupFinder- the group 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.service.GroupService- Specified by:
getOSGiServiceIdentifierin interfacecom.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService- Returns:
- the OSGi service identifier
-
getModelClass
-
getModelClassName
-
runSQL
Performs a SQL query.- Parameters:
sql- the sql query
-