journaltemplate

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: 2 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) AddTemplate

func (s *Service) AddTemplate(groupId int64, templateId string, autoTemplateId bool, structureId string, nameMap map[string]interface{}, descriptionMap map[string]interface{}, xsl string, formatXsl bool, langType string, cacheable bool, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) AddTemplate2

func (s *Service) AddTemplate2(groupId int64, templateId string, autoTemplateId bool, structureId string, nameMap map[string]interface{}, descriptionMap map[string]interface{}, xsl string, formatXsl bool, langType string, cacheable bool, smallImage bool, smallImageURL string, smallFile io.Reader, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) CopyTemplate

func (s *Service) CopyTemplate(groupId int64, oldTemplateId string, newTemplateId string, autoTemplateId bool) (map[string]interface{}, error)

func (*Service) DeleteTemplate

func (s *Service) DeleteTemplate(groupId int64, templateId string) error

func (*Service) GetStructureTemplates

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

func (*Service) GetTemplate

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

func (*Service) GetTemplate2

func (s *Service) GetTemplate2(groupId int64, templateId string, includeGlobalTemplates bool) (map[string]interface{}, error)

func (*Service) Search

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

func (*Service) Search2

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

func (*Service) SearchCount

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

func (*Service) SearchCount2

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

func (*Service) UpdateTemplate

func (s *Service) UpdateTemplate(groupId int64, templateId string, structureId string, nameMap map[string]interface{}, descriptionMap map[string]interface{}, xsl string, formatXsl bool, langType string, cacheable bool, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) UpdateTemplate2

func (s *Service) UpdateTemplate2(groupId int64, templateId string, structureId string, nameMap map[string]interface{}, descriptionMap map[string]interface{}, xsl string, formatXsl bool, langType string, cacheable bool, smallImage bool, smallImageURL string, smallFile io.Reader, 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