mbthread

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) DeleteThread

func (s *Service) DeleteThread(threadId int64) error

func (*Service) GetGroupThreads

func (s *Service) GetGroupThreads(groupId int64, userId int64, status int, start int, end int) ([]interface{}, error)

func (*Service) GetGroupThreads2

func (s *Service) GetGroupThreads2(groupId int64, userId int64, modifiedDate int64, status int, start int, end int) ([]interface{}, error)

func (*Service) GetGroupThreads3

func (s *Service) GetGroupThreads3(groupId int64, userId int64, status int, subscribed bool, start int, end int) ([]interface{}, error)

func (*Service) GetGroupThreads4

func (s *Service) GetGroupThreads4(groupId int64, userId int64, status int, subscribed bool, includeAnonymous bool, start int, end int) ([]interface{}, error)

func (*Service) GetGroupThreadsCount

func (s *Service) GetGroupThreadsCount(groupId int64, userId int64, status int) (int, error)

func (*Service) GetGroupThreadsCount2

func (s *Service) GetGroupThreadsCount2(groupId int64, userId int64, modifiedDate int64, status int) (int, error)

func (*Service) GetGroupThreadsCount3

func (s *Service) GetGroupThreadsCount3(groupId int64, userId int64, status int, subscribed bool) (int, error)

func (*Service) GetGroupThreadsCount4

func (s *Service) GetGroupThreadsCount4(groupId int64, userId int64, status int, subscribed bool, includeAnonymous bool) (int, error)

func (*Service) GetThreads

func (s *Service) GetThreads(groupId int64, categoryId int64, status int, start int, end int) ([]interface{}, error)

func (*Service) GetThreadsCount

func (s *Service) GetThreadsCount(groupId int64, categoryId int64, status int) (int, error)

func (*Service) LockThread

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

func (*Service) MoveThread

func (s *Service) MoveThread(categoryId int64, threadId int64) (map[string]interface{}, error)

func (*Service) MoveThreadFromTrash

func (s *Service) MoveThreadFromTrash(categoryId int64, threadId int64) (map[string]interface{}, error)

func (*Service) MoveThreadToTrash

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

func (*Service) RestoreThreadFromTrash

func (s *Service) RestoreThreadFromTrash(threadId int64) error

func (*Service) Search

func (s *Service) Search(groupId int64, creatorUserId int64, status int, start int, end int) (map[string]interface{}, error)

func (*Service) Search2

func (s *Service) Search2(groupId int64, creatorUserId int64, startDate int64, endDate int64, status int, start int, end int) (map[string]interface{}, error)

func (*Service) SplitThread

func (s *Service) SplitThread(messageId int64, subject string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) UnlockThread

func (s *Service) UnlockThread(threadId int64) error

Jump to

Keyboard shortcuts

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