bookmarksentry

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

func (s *Service) AddEntry(groupId int64, folderId int64, name string, url string, description string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) DeleteEntry

func (s *Service) DeleteEntry(entryId int64) error

func (*Service) GetEntries

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

func (*Service) GetEntries2

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

func (*Service) GetEntriesCount

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

func (*Service) GetEntriesCount2

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

func (*Service) GetEntry

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

func (*Service) GetFoldersEntriesCount

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

func (*Service) GetGroupEntries

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

func (*Service) GetGroupEntries2

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

func (*Service) GetGroupEntries3

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

func (*Service) GetGroupEntriesCount

func (s *Service) GetGroupEntriesCount(groupId int64) (int, error)

func (*Service) GetGroupEntriesCount2

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

func (*Service) GetGroupEntriesCount3

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

func (*Service) MoveEntry

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

func (*Service) MoveEntryFromTrash

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

func (*Service) MoveEntryToTrash

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

func (*Service) OpenEntry

func (s *Service) OpenEntry(entry *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) OpenEntry2

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

func (*Service) RestoreEntryFromTrash

func (s *Service) RestoreEntryFromTrash(entryId 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) SubscribeEntry

func (s *Service) SubscribeEntry(entryId int64) error

func (*Service) UnsubscribeEntry

func (s *Service) UnsubscribeEntry(entryId int64) error

func (*Service) UpdateEntry

func (s *Service) UpdateEntry(entryId int64, groupId int64, folderId int64, name string, url 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