journalstructure

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

func (s *Service) AddStructure(groupId int64, structureId string, autoStructureId bool, parentStructureId string, nameMap map[string]interface{}, descriptionMap map[string]interface{}, xsd string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) CopyStructure

func (s *Service) CopyStructure(groupId int64, oldStructureId string, newStructureId string, autoStructureId bool) (map[string]interface{}, error)

func (*Service) DeleteStructure

func (s *Service) DeleteStructure(groupId int64, structureId string) error

func (*Service) GetStructure

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

func (*Service) GetStructure2

func (s *Service) GetStructure2(groupId int64, structureId string, includeGlobalStructures bool) (map[string]interface{}, error)

func (*Service) GetStructures

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

func (*Service) GetStructures2

func (s *Service) GetStructures2(groupIds []interface{}) ([]interface{}, error)

func (*Service) Search

func (s *Service) Search(companyId int64, groupIds []interface{}, keywords string, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) Search2

func (s *Service) Search2(companyId int64, groupIds []interface{}, structureId string, name string, description string, andOperator bool, start int, end int, obc *liferay.ObjectWrapper) ([]interface{}, error)

func (*Service) SearchCount

func (s *Service) SearchCount(companyId int64, groupIds []interface{}, keywords string) (int, error)

func (*Service) SearchCount2

func (s *Service) SearchCount2(companyId int64, groupIds []interface{}, structureId string, name string, description string, andOperator bool) (int, error)

func (*Service) UpdateStructure

func (s *Service) UpdateStructure(groupId int64, structureId string, parentStructureId string, nameMap map[string]interface{}, descriptionMap map[string]interface{}, xsd 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