address

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

func (s *Service) AddAddress(className string, classPK int64, street1 string, street2 string, street3 string, city string, zip string, regionId int64, countryId int64, typeId int, mailing bool, primary bool) (map[string]interface{}, error)

func (*Service) AddAddress2

func (s *Service) AddAddress2(className string, classPK int64, street1 string, street2 string, street3 string, city string, zip string, regionId int64, countryId int64, typeId int, mailing bool, primary bool, serviceContext *liferay.ObjectWrapper) (map[string]interface{}, error)

func (*Service) DeleteAddress

func (s *Service) DeleteAddress(addressId int64) error

func (*Service) GetAddress

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

func (*Service) GetAddresses

func (s *Service) GetAddresses(className string, classPK int64) ([]interface{}, error)

func (*Service) UpdateAddress

func (s *Service) UpdateAddress(addressId int64, street1 string, street2 string, street3 string, city string, zip string, regionId int64, countryId int64, typeId int, mailing bool, primary bool) (map[string]interface{}, error)

Jump to

Keyboard shortcuts

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