usergroup

package
v0.0.0-...-d84e329 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2017 License: LGPL-2.1 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func NewService

func NewService(s liferay.Session) *Service

func (*Service) AddGroupUserGroups

func (s *Service) AddGroupUserGroups(groupId int64, userGroupIds []interface{}) error

func (*Service) AddTeamUserGroups

func (s *Service) AddTeamUserGroups(teamId int64, userGroupIds []interface{}) error

func (*Service) AddUserGroup

func (s *Service) AddUserGroup(name string, description string) (map[string]interface{}, error)

func (*Service) AddUserGroup2

func (s *Service) AddUserGroup2(name string, description string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) DeleteUserGroup

func (s *Service) DeleteUserGroup(userGroupId int64) error

func (*Service) GetUserGroup

func (s *Service) GetUserGroup(name string) (map[string]interface{}, error)

func (*Service) GetUserGroup2

func (s *Service) GetUserGroup2(userGroupId int64) (map[string]interface{}, error)

func (*Service) GetUserUserGroups

func (s *Service) GetUserUserGroups(userId int64) ([]interface{}, error)

func (*Service) UnsetGroupUserGroups

func (s *Service) UnsetGroupUserGroups(groupId int64, userGroupIds []interface{}) error

func (*Service) UnsetTeamUserGroups

func (s *Service) UnsetTeamUserGroups(teamId int64, userGroupIds []interface{}) error

func (*Service) UpdateUserGroup

func (s *Service) UpdateUserGroup(userGroupId int64, name string, description string) (map[string]interface{}, error)

func (*Service) UpdateUserGroup2

func (s *Service) UpdateUserGroup2(userGroupId int64, name string, description string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL