dlfolder

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(groupId int64, repositoryId int64, mountPoint bool, 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) DeleteFolder3

func (s *Service) DeleteFolder3(groupId int64, parentFolderId int64, name string) error

func (*Service) GetFileEntriesAndFileShortcuts

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

func (*Service) GetFileEntriesAndFileShortcutsCount

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

func (*Service) GetFileEntriesAndFileShortcutsCount2

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

func (*Service) GetFolder

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

func (*Service) GetFolder2

func (s *Service) GetFolder2(groupId int64, parentFolderId int64, name string) (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, parentFolderId int64, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) GetFolders2

func (s *Service) GetFolders2(groupId int64, parentFolderId int64, status int, includeMountfolders bool, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) GetFoldersAndFileEntriesAndFileShortcuts

func (s *Service) GetFoldersAndFileEntriesAndFileShortcuts(groupId int64, folderId int64, status int, includeMountFolders bool, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) GetFoldersAndFileEntriesAndFileShortcuts2

func (s *Service) GetFoldersAndFileEntriesAndFileShortcuts2(groupId int64, folderId int64, status int, mimeTypes []interface{}, includeMountFolders bool, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) GetFoldersAndFileEntriesAndFileShortcutsCount

func (s *Service) GetFoldersAndFileEntriesAndFileShortcutsCount(groupId int64, folderId int64, status int, includeMountFolders bool) (int, error)

func (*Service) GetFoldersAndFileEntriesAndFileShortcutsCount2

func (s *Service) GetFoldersAndFileEntriesAndFileShortcutsCount2(groupId int64, folderId int64, status int, mimeTypes []interface{}, includeMountFolders bool) (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, includeMountfolders bool) (int, error)

func (*Service) GetMountFolders

func (s *Service) GetMountFolders(groupId int64, parentFolderId int64, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) GetMountFoldersCount

func (s *Service) GetMountFoldersCount(groupId int64, parentFolderId int64) (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) HasFolderLock

func (s *Service) HasFolderLock(folderId int64) (bool, error)

func (*Service) HasInheritableLock

func (s *Service) HasInheritableLock(folderId int64) (bool, error)

func (*Service) IsFolderLocked

func (s *Service) IsFolderLocked(folderId int64) (bool, error)

func (*Service) LockFolder

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

func (*Service) LockFolder2

func (s *Service) LockFolder2(folderId int64, owner string, inheritable bool, expirationTime int64) (map[string]interface{}, error)

func (*Service) MoveFolder

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

func (*Service) RefreshFolderLock

func (s *Service) RefreshFolderLock(lockUuid string, companyId int64, expirationTime int64) (map[string]interface{}, error)

func (*Service) UnlockFolder

func (s *Service) UnlockFolder(folderId int64, lockUuid string) error

func (*Service) UnlockFolder2

func (s *Service) UnlockFolder2(groupId int64, parentFolderId int64, name string, lockUuid string) error

func (*Service) UpdateFolder

func (s *Service) UpdateFolder(folderId int64, name string, description string, defaultFileEntryTypeId int64, fileEntryTypeIds []interface{}, overrideFileEntryTypes bool, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) VerifyInheritableLock

func (s *Service) VerifyInheritableLock(folderId int64, lockUuid string) (bool, error)

Jump to

Keyboard shortcuts

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