com.liferay.portal.service.base
Class GroupLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portal.service.base.GroupLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portal.service.GroupLocalService
Direct Known Subclasses:
GroupLocalServiceImpl

public abstract class GroupLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portal.service.GroupLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
GroupLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portal.model.Group addGroup(com.liferay.portal.model.Group model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portal.model.Group updateGroup(com.liferay.portal.model.Group model)
           
 
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.service.GroupLocalService
addGroup, addGroup, addRoleGroups, addUserGroups, checkSystemGroups, deleteGroup, getFriendlyURLGroup, getGroup, getGroup, getOrganizationGroup, getOrganizationsGroups, getRoleGroups, getStagingGroup, getUserGroup, getUserGroupGroup, getUserGroupsGroups, hasRoleGroup, hasUserGroup, search, searchCount, setRoleGroups, setUserGroups, unsetRoleGroups, unsetUserGroups, updateGroup, updateGroup
 

Constructor Detail

GroupLocalServiceBaseImpl

public GroupLocalServiceBaseImpl()
Method Detail

addGroup

public com.liferay.portal.model.Group addGroup(com.liferay.portal.model.Group model)
                                        throws com.liferay.portal.SystemException
Specified by:
addGroup in interface com.liferay.portal.service.GroupLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.GroupLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portal.service.GroupLocalService
Throws:
com.liferay.portal.SystemException

updateGroup

public com.liferay.portal.model.Group updateGroup(com.liferay.portal.model.Group model)
                                           throws com.liferay.portal.SystemException
Specified by:
updateGroup in interface com.liferay.portal.service.GroupLocalService
Throws:
com.liferay.portal.SystemException