dlfileentry

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

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

func (*Service) CheckInFileEntry

func (s *Service) CheckInFileEntry(fileEntryId int64, lockUuid string) error

func (*Service) CheckInFileEntry2

func (s *Service) CheckInFileEntry2(fileEntryId int64, lockUuid string, serviceContext *liferay.ObjectWrapper) error

func (*Service) CheckInFileEntry3

func (s *Service) CheckInFileEntry3(fileEntryId int64, major bool, changeLog string, serviceContext *liferay.ObjectWrapper) error

func (*Service) CheckOutFileEntry

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

func (*Service) CheckOutFileEntry2

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

func (*Service) CheckOutFileEntry3

func (s *Service) CheckOutFileEntry3(fileEntryId int64, owner string, expirationTime int64) (map[string]interface{}, error)

func (*Service) CheckOutFileEntry4

func (s *Service) CheckOutFileEntry4(fileEntryId int64, owner string, expirationTime int64, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) CopyFileEntry

func (s *Service) CopyFileEntry(groupId int64, repositoryId int64, fileEntryId int64, destFolderId int64, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) DeleteFileEntry

func (s *Service) DeleteFileEntry(fileEntryId int64) error

func (*Service) DeleteFileEntry2

func (s *Service) DeleteFileEntry2(groupId int64, folderId int64, title string) error

func (*Service) DeleteFileVersion

func (s *Service) DeleteFileVersion(fileEntryId int64, version string) error

func (*Service) FetchFileEntryByImageId

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

func (*Service) GetFileEntries

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

func (*Service) GetFileEntries2

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

func (*Service) GetFileEntries3

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

func (*Service) GetFileEntries4

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

func (*Service) GetFileEntriesCount

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

func (*Service) GetFileEntriesCount2

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

func (*Service) GetFileEntriesCount3

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

func (*Service) GetFileEntriesCount4

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

func (*Service) GetFileEntry

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

func (*Service) GetFileEntry2

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

func (*Service) GetFileEntryByUuidAndGroupId

func (s *Service) GetFileEntryByUuidAndGroupId(uuid string, groupId int64) (map[string]interface{}, error)

func (*Service) GetFileEntryLock

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

func (*Service) GetFoldersFileEntriesCount

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

func (*Service) GetGroupFileEntries

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

func (*Service) GetGroupFileEntries2

func (s *Service) GetGroupFileEntries2(groupId int64, userId int64, rootFolderId int64, mimeTypes []interface{}, status int, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) GetGroupFileEntriesCount

func (s *Service) GetGroupFileEntriesCount(groupId int64, userId int64, rootFolderId int64) (int, error)

func (*Service) GetGroupFileEntriesCount2

func (s *Service) GetGroupFileEntriesCount2(groupId int64, userId int64, rootFolderId int64, mimeTypes []interface{}, status int) (int, error)

func (*Service) HasFileEntryLock

func (s *Service) HasFileEntryLock(fileEntryId int64) (bool, error)

func (*Service) IsFileEntryCheckedOut

func (s *Service) IsFileEntryCheckedOut(fileEntryId int64) (bool, error)

func (*Service) MoveFileEntry

func (s *Service) MoveFileEntry(fileEntryId int64, newFolderId int64, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) RefreshFileEntryLock

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

func (*Service) RevertFileEntry

func (s *Service) RevertFileEntry(fileEntryId int64, version string, serviceContext *liferay.ObjectWrapper) 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, folderId int64, mimeTypes []interface{}, status int, start int, end int) (map[string]interface{}, error)

func (*Service) VerifyFileEntryCheckOut

func (s *Service) VerifyFileEntryCheckOut(fileEntryId int64, lockUuid string) (bool, error)

func (*Service) VerifyFileEntryLock

func (s *Service) VerifyFileEntryLock(fileEntryId int64, lockUuid string) (bool, error)

Jump to

Keyboard shortcuts

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