bookmarksfolder

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

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

func (*Service) DeleteFolder

func (s *Service) DeleteFolder(folderId int64) error

func (*Service) DeleteFolder2

func (s *Service) DeleteFolder2(folderId int64, includeTrashedEntries bool) error

func (*Service) GetFolder

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

func (*Service) GetFolderIds

func (s *Service) GetFolderIds(groupId int64, folderId int64) ([]interface{}, error)

func (*Service) GetFolders

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

func (*Service) GetFolders2

func (s *Service) GetFolders2(groupId int64, parentFolderId int64) ([]interface{}, error)

func (*Service) GetFolders3

func (s *Service) GetFolders3(groupId int64, parentFolderId int64, start int, end int) ([]interface{}, error)

func (*Service) GetFolders4

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

func (*Service) GetFoldersAndEntries

func (s *Service) GetFoldersAndEntries(groupId int64, folderId int64) ([]interface{}, error)

func (*Service) GetFoldersAndEntries2

func (s *Service) GetFoldersAndEntries2(groupId int64, folderId int64, status int) ([]interface{}, error)

func (*Service) GetFoldersAndEntries3

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

func (*Service) GetFoldersAndEntriesCount

func (s *Service) GetFoldersAndEntriesCount(groupId int64, folderId int64) (int, error)

func (*Service) GetFoldersAndEntriesCount2

func (s *Service) GetFoldersAndEntriesCount2(groupId int64, folderId int64, status int) (int, error)

func (*Service) GetFoldersCount

func (s *Service) GetFoldersCount(groupId int64, parentFolderId int64) (int, error)

func (*Service) GetFoldersCount2

func (s *Service) GetFoldersCount2(groupId int64, parentFolderId int64, status int) (int, error)

func (*Service) GetSubfolderIds

func (s *Service) GetSubfolderIds(folderIds []interface{}, groupId int64, folderId int64) error

func (*Service) GetSubfolderIds2

func (s *Service) GetSubfolderIds2(groupId int64, folderId int64, recurse bool) ([]interface{}, error)

func (*Service) MoveFolder

func (s *Service) MoveFolder(folderId int64, parentFolderId int64) (map[string]interface{}, error)

func (*Service) MoveFolderFromTrash

func (s *Service) MoveFolderFromTrash(folderId int64, parentFolderId int64) (map[string]interface{}, error)

func (*Service) MoveFolderToTrash

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

func (*Service) RestoreFolderFromTrash

func (s *Service) RestoreFolderFromTrash(folderId int64) error

func (*Service) SubscribeFolder

func (s *Service) SubscribeFolder(groupId int64, folderId int64) error

func (*Service) UnsubscribeFolder

func (s *Service) UnsubscribeFolder(groupId int64, folderId int64) error

func (*Service) UpdateFolder

func (s *Service) UpdateFolder(folderId int64, parentFolderId int64, name string, description string, mergeWithParentFolder bool, 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