Uses of Annotation Interface
com.liferay.portal.kernel.jsonwebservice.JSONWebService
Packages that use JSONWebService
Package
Description
This package defines the asset portlet service local and remote interfaces, utilities, and wrappers.
This package defines the document library portlet service local and remote interfaces, utilities, and wrappers.
This package defines the portal service interfaces and classes.
This package defines the social related portlet service local and remote interfaces, utilities, and wrappers.
-
Uses of JSONWebService in com.liferay.announcements.kernel.service
Classes in com.liferay.announcements.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for AnnouncementsDelivery.interface
Provides the remote service interface for AnnouncementsEntry.interface
Provides the remote service interface for AnnouncementsFlag. -
Uses of JSONWebService in com.liferay.asset.kernel.service
Classes in com.liferay.asset.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for AssetCategory.interface
Provides the remote service interface for AssetEntry.interface
Provides the remote service interface for AssetTag.interface
Provides the remote service interface for AssetVocabulary. -
Uses of JSONWebService in com.liferay.document.library.kernel.service
Classes in com.liferay.document.library.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for DLApp.interface
Provides the remote service interface for DLFileEntry.interface
Provides the remote service interface for DLFileEntryType.interface
Provides the remote service interface for DLFileShortcut.interface
Provides the remote service interface for DLFileVersion.interface
Provides the remote service interface for DLFolder.interface
Provides the remote service interface for DLTrash. -
Uses of JSONWebService in com.liferay.expando.kernel.service
Classes in com.liferay.expando.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for ExpandoColumn.interface
Provides the remote service interface for ExpandoValue.Methods in com.liferay.expando.kernel.service with annotations of type JSONWebService -
Uses of JSONWebService in com.liferay.exportimport.kernel.service
Classes in com.liferay.exportimport.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for ExportImportConfiguration.interface
Provides the remote service interface for ExportImport.interface
Provides the remote service interface for Staging. -
Uses of JSONWebService in com.liferay.portal.kernel.service
Classes in com.liferay.portal.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for Address.interface
Provides the remote service interface for ClassName.interface
Provides the remote service interface for Company.interface
Provides the remote service interface for Contact.interface
Provides the remote service interface for Country.interface
Provides the remote service interface for EmailAddress.interface
Provides the remote service interface for Group.interface
Provides the remote service interface for Image.interface
Provides the remote service interface for LayoutBranch.interface
Provides the remote service interface for LayoutPrototype.interface
Provides the remote service interface for LayoutRevision.interface
Provides the remote service interface for Layout.interface
Provides the remote service interface for LayoutSetBranch.interface
Provides the remote service interface for LayoutSetPrototype.interface
Provides the remote service interface for LayoutSet.interface
Provides the remote service interface for ListType.interface
Provides the remote service interface for MembershipRequest.interface
Provides the remote service interface for Organization.interface
Provides the remote service interface for OrgLabor.interface
Provides the remote service interface for PasswordPolicy.interface
Provides the remote service interface for Permission.interface
Provides the remote service interface for Phone.interface
Provides the remote service interface for PluginSetting.interface
Provides the remote service interface for Portal.interface
Provides the remote service interface for PortletPreferences.interface
Provides the remote service interface for Portlet.interface
Provides the remote service interface for Region.interface
Provides the remote service interface for Repository.interface
Provides the remote service interface for ResourcePermission.interface
Provides the remote service interface for Role.interface
Provides the remote service interface for Team.interface
Provides the remote service interface for Theme.interface
Provides the remote service interface for UserGroupGroupRole.interface
Provides the remote service interface for UserGroupRole.interface
Provides the remote service interface for UserGroup.interface
Provides the remote service interface for UserNotificationEvent.interface
Provides the remote service interface for User.interface
Provides the remote service interface for Website.interface
Provides the remote service interface for WorkflowDefinitionLink.Methods in com.liferay.portal.kernel.service with annotations of type JSONWebServiceModifier and TypeMethodDescriptionCompanyService.addCompany
(long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active) Adds a company.CompanyService.addCompany
(Long companyId, String webId, String virtualHost, String mx, int maxUsers, boolean active, String defaultAdminPassword, String defaultAdminScreenName, String defaultAdminEmailAddress, String defaultAdminFirstName, String defaultAdminMiddleName, String defaultAdminLastName) Adds a company.void
PermissionService.checkPermission
(long groupId, String name, long primKey) Checks to see if the group has permission to the service.CompanyService.deleteCompany
(long companyId) int
PortalService.getBuildNumber()
PortalService.getVersion()
boolean
PortletService.hasPortlet
(long companyId, String portletId) CountryService.searchCountries
(long companyId, Boolean active, String keywords, int start, int end, OrderByComparator<Country> orderByComparator) RegionService.searchRegions
(long companyId, Boolean active, String keywords, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Region> orderByComparator) boolean
UserService.sendPasswordByEmailAddress
(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.boolean
UserService.sendPasswordByScreenName
(long companyId, String screenName) Sends a password notification email to the user matching the screen name.boolean
UserService.sendPasswordByUserId
(long userId) Sends a password notification email to the user matching the ID.CompanyService.updateCompany
(long companyId, String virtualHost, String mx, String homeURL, boolean hasLogo, byte[] logoBytes, String name, String legalName, String legalId, String legalType, String sicCode, String tickerSymbol, String industry, String type, String size, String languageId, String timeZoneId, List<Address> addresses, List<EmailAddress> emailAddresses, List<Phone> phones, List<Website> websites, UnicodeProperties unicodeProperties) Updates the company with addition information.CompanyService.updateLogo
(long companyId, InputStream inputStream) Updates the company's logo.void
CompanyService.updateSecurity
(long companyId, String authType, boolean autoLogin, boolean sendPassword, boolean strangers, boolean strangersWithMx, boolean strangersVerify, boolean siteLogo) Updates the company's security properties. -
Uses of JSONWebService in com.liferay.ratings.kernel.service
Classes in com.liferay.ratings.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for RatingsEntry. -
Uses of JSONWebService in com.liferay.social.kernel.service
Classes in com.liferay.social.kernel.service with annotations of type JSONWebServiceModifier and TypeInterfaceDescriptioninterface
Provides the remote service interface for SocialActivity.interface
Provides the remote service interface for SocialActivitySetting.interface
Provides the remote service interface for SocialRequest.