layout

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

func (s *Service) AddLayout(groupId int64, privateLayout bool, parentLayoutId int64, name string, title string, description string, _type string, hidden bool, friendlyURL string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) AddLayout2

func (s *Service) AddLayout2(groupId int64, privateLayout bool, parentLayoutId int64, localeNamesMap map[string]interface{}, localeTitlesMap map[string]interface{}, descriptionMap map[string]interface{}, keywordsMap map[string]interface{}, robotsMap map[string]interface{}, _type string, hidden bool, friendlyURL string, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) AddLayout3

func (s *Service) AddLayout3(groupId int64, privateLayout bool, parentLayoutId int64, localeNamesMap map[string]interface{}, localeTitlesMap map[string]interface{}, descriptionMap map[string]interface{}, keywordsMap map[string]interface{}, robotsMap map[string]interface{}, _type string, typeSettings string, hidden bool, friendlyURLMap map[string]interface{}, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) DeleteLayout

func (s *Service) DeleteLayout(plid int64, serviceContext *liferay.ObjectWrapper) error

func (*Service) DeleteLayout2

func (s *Service) DeleteLayout2(groupId int64, privateLayout bool, layoutId int64, serviceContext *liferay.ObjectWrapper) error

func (*Service) DeleteTempFileEntry

func (s *Service) DeleteTempFileEntry(groupId int64, fileName string, tempFolderName string) error

func (*Service) ExportLayouts

func (s *Service) ExportLayouts(groupId int64, privateLayout bool, parameterMap map[string]interface{}, startDate int64, endDate int64) ([]interface{}, error)

func (*Service) ExportLayouts2

func (s *Service) ExportLayouts2(groupId int64, privateLayout bool, layoutIds []interface{}, parameterMap map[string]interface{}, startDate int64, endDate int64) ([]interface{}, error)

func (*Service) ExportLayoutsAsFile

func (s *Service) ExportLayoutsAsFile(groupId int64, privateLayout bool, layoutIds []interface{}, parameterMap map[string]interface{}, startDate int64, endDate int64) (map[string]interface{}, error)

func (*Service) ExportLayoutsAsFileInBackground

func (s *Service) ExportLayoutsAsFileInBackground(taskName string, groupId int64, privateLayout bool, layoutIds []interface{}, parameterMap map[string]interface{}, startDate int64, endDate int64, fileName string) (int64, error)

func (*Service) ExportPortletInfo

func (s *Service) ExportPortletInfo(companyId int64, portletId string, parameterMap map[string]interface{}, startDate int64, endDate int64) ([]interface{}, error)

func (*Service) ExportPortletInfo2

func (s *Service) ExportPortletInfo2(plid int64, groupId int64, portletId string, parameterMap map[string]interface{}, startDate int64, endDate int64) ([]interface{}, error)

func (*Service) ExportPortletInfoAsFile

func (s *Service) ExportPortletInfoAsFile(portletId string, parameterMap map[string]interface{}, startDate int64, endDate int64) (map[string]interface{}, error)

func (*Service) ExportPortletInfoAsFile2

func (s *Service) ExportPortletInfoAsFile2(plid int64, groupId int64, portletId string, parameterMap map[string]interface{}, startDate int64, endDate int64) (map[string]interface{}, error)

func (*Service) ExportPortletInfoAsFileInBackground

func (s *Service) ExportPortletInfoAsFileInBackground(taskName string, portletId string, parameterMap map[string]interface{}, startDate int64, endDate int64, fileName string) (int64, error)

func (*Service) ExportPortletInfoAsFileInBackground2

func (s *Service) ExportPortletInfoAsFileInBackground2(taskName string, plid int64, groupId int64, portletId string, parameterMap map[string]interface{}, startDate int64, endDate int64, fileName string) (int64, error)

func (*Service) GetAncestorLayouts

func (s *Service) GetAncestorLayouts(plid int64) ([]interface{}, error)

func (*Service) GetDefaultPlid

func (s *Service) GetDefaultPlid(groupId int64, scopeGroupId int64, portletId string) (int64, error)

func (*Service) GetDefaultPlid2

func (s *Service) GetDefaultPlid2(groupId int64, scopeGroupId int64, privateLayout bool, portletId string) (int64, error)

func (*Service) GetLayoutByUuidAndGroupId

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

func (*Service) GetLayoutName

func (s *Service) GetLayoutName(groupId int64, privateLayout bool, layoutId int64, languageId string) (string, error)

func (*Service) GetLayoutReferences

func (s *Service) GetLayoutReferences(companyId int64, portletId string, preferencesKey string, preferencesValue string) ([]interface{}, error)

func (*Service) GetLayouts

func (s *Service) GetLayouts(groupId int64, privateLayout bool) ([]interface{}, error)

func (*Service) GetLayouts2

func (s *Service) GetLayouts2(groupId int64, privateLayout bool, parentLayoutId int64) ([]interface{}, error)

func (*Service) GetLayouts3

func (s *Service) GetLayouts3(groupId int64, privateLayout bool, parentLayoutId int64, incomplete bool, start int, end int) ([]interface{}, error)

func (*Service) GetTempFileEntryNames

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

func (*Service) ImportLayouts

func (s *Service) ImportLayouts(groupId int64, privateLayout bool, parameterMap map[string]interface{}, bytes []byte) error

func (*Service) ImportLayouts2

func (s *Service) ImportLayouts2(groupId int64, privateLayout bool, parameterMap map[string]interface{}, file io.Reader) error

func (*Service) ImportLayoutsInBackground

func (s *Service) ImportLayoutsInBackground(taskName string, groupId int64, privateLayout bool, parameterMap map[string]interface{}, file io.Reader) (int64, error)

func (*Service) ImportPortletInfo

func (s *Service) ImportPortletInfo(portletId string, parameterMap map[string]interface{}, file io.Reader) error

func (*Service) ImportPortletInfo2

func (s *Service) ImportPortletInfo2(plid int64, groupId int64, portletId string, parameterMap map[string]interface{}, file io.Reader) error

func (*Service) ImportPortletInfoInBackground

func (s *Service) ImportPortletInfoInBackground(taskName string, portletId string, parameterMap map[string]interface{}, file io.Reader) error

func (*Service) ImportPortletInfoInBackground2

func (s *Service) ImportPortletInfoInBackground2(taskName string, plid int64, groupId int64, portletId string, parameterMap map[string]interface{}, file io.Reader) (int64, error)

func (*Service) SchedulePublishToLive

func (s *Service) SchedulePublishToLive(sourceGroupId int64, targetGroupId int64, privateLayout bool, layoutIdMap map[string]interface{}, parameterMap map[string]interface{}, scope string, startDate int64, endDate int64, groupName string, cronText string, schedulerStartDate int64, schedulerEndDate int64, description string) error

func (*Service) SchedulePublishToRemote

func (s *Service) SchedulePublishToRemote(sourceGroupId int64, privateLayout bool, layoutIdMap map[string]interface{}, parameterMap map[string]interface{}, remoteAddress string, remotePort int, remotePathContext string, secureConnection bool, remoteGroupId int64, remotePrivateLayout bool, startDate int64, endDate int64, groupName string, cronText string, schedulerStartDate int64, schedulerEndDate int64, description string) error

func (*Service) SetLayouts

func (s *Service) SetLayouts(groupId int64, privateLayout bool, parentLayoutId int64, layoutIds []interface{}, serviceContext *liferay.ObjectWrapper) error

func (*Service) UnschedulePublishToLive

func (s *Service) UnschedulePublishToLive(groupId int64, jobName string, groupName string) error

func (*Service) UnschedulePublishToRemote

func (s *Service) UnschedulePublishToRemote(groupId int64, jobName string, groupName string) error

func (*Service) UpdateLayout

func (s *Service) UpdateLayout(groupId int64, privateLayout bool, layoutId int64, parentLayoutId int64, localeNamesMap map[string]interface{}, localeTitlesMap map[string]interface{}, descriptionMap map[string]interface{}, keywordsMap map[string]interface{}, robotsMap map[string]interface{}, _type string, hidden bool, friendlyURL string, iconImage *liferay.ObjectWrapper, iconBytes []byte, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) UpdateLayout2

func (s *Service) UpdateLayout2(groupId int64, privateLayout bool, layoutId int64, parentLayoutId int64, localeNamesMap map[string]interface{}, localeTitlesMap map[string]interface{}, descriptionMap map[string]interface{}, keywordsMap map[string]interface{}, robotsMap map[string]interface{}, _type string, hidden bool, friendlyURLMap map[string]interface{}, iconImage *liferay.ObjectWrapper, iconBytes []byte, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) UpdateLayout3

func (s *Service) UpdateLayout3(groupId int64, privateLayout bool, layoutId int64, typeSettings string) (map[string]interface{}, error)

func (*Service) UpdateLookAndFeel

func (s *Service) UpdateLookAndFeel(groupId int64, privateLayout bool, layoutId int64, themeId string, colorSchemeId string, css string, wapTheme bool) (map[string]interface{}, error)

func (*Service) UpdateName

func (s *Service) UpdateName(plid int64, name string, languageId string) (map[string]interface{}, error)

func (*Service) UpdateName2

func (s *Service) UpdateName2(groupId int64, privateLayout bool, layoutId int64, name string, languageId string) (map[string]interface{}, error)

func (*Service) UpdateParentLayoutId

func (s *Service) UpdateParentLayoutId(plid int64, parentPlid int64) (map[string]interface{}, error)

func (*Service) UpdateParentLayoutId2

func (s *Service) UpdateParentLayoutId2(groupId int64, privateLayout bool, layoutId int64, parentLayoutId int64) (map[string]interface{}, error)

func (*Service) UpdatePriority

func (s *Service) UpdatePriority(plid int64, priority int) (map[string]interface{}, error)

func (*Service) UpdatePriority2

func (s *Service) UpdatePriority2(groupId int64, privateLayout bool, layoutId int64, priority int) (map[string]interface{}, error)

func (*Service) UpdatePriority3

func (s *Service) UpdatePriority3(groupId int64, privateLayout bool, layoutId int64, nextLayoutId int64, previousLayoutId int64) (map[string]interface{}, error)

func (*Service) ValidateImportLayoutsFile

func (s *Service) ValidateImportLayoutsFile(groupId int64, privateLayout bool, parameterMap map[string]interface{}, file io.Reader) (map[string]interface{}, error)

func (*Service) ValidateImportPortletInfo

func (s *Service) ValidateImportPortletInfo(plid int64, groupId int64, portletId string, parameterMap map[string]interface{}, file io.Reader) (map[string]interface{}, error)

Jump to

Keyboard shortcuts

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