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

    Fields
    Modifier and Type
    Field
    Description
    protected com.liferay.counter.kernel.service.CounterLocalService
     
    protected com.liferay.portal.kernel.service.persistence.GroupFinder
     
    protected com.liferay.portal.kernel.service.GroupLocalService
     
    protected com.liferay.portal.kernel.service.persistence.GroupPersistence
     
    protected com.liferay.portal.kernel.service.GroupService
     
    protected com.liferay.portal.kernel.service.persistence.OrganizationPersistence
     
    protected com.liferay.portal.kernel.service.persistence.RolePersistence
     
    protected com.liferay.portal.kernel.service.persistence.UserGroupPersistence
     
    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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    com.liferay.counter.kernel.service.CounterLocalService
    Returns the counter local service.
    com.liferay.portal.kernel.service.persistence.GroupFinder
    Returns the group finder.
    com.liferay.portal.kernel.service.GroupLocalService
    Returns the group local service.
    com.liferay.portal.kernel.service.persistence.GroupPersistence
    Returns the group persistence.
    com.liferay.portal.kernel.service.GroupService
    Returns the group remote service.
    protected Class<?>
     
    protected String
     
    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
    setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
    Sets the group finder.
    void
    setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
    Sets the group local service.
    void
    setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
    Sets the group persistence.
    void
    setGroupService(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, 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.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

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.service.GroupService
      Specified by:
      getOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
      Returns:
      the OSGi service identifier
    • getModelClass

      protected Class<?> getModelClass()
    • getModelClassName

      protected String getModelClassName()
    • runSQL

      protected void runSQL(String sql)
      Performs a SQL query.
      Parameters:
      sql - the sql query