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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for AnnouncementsDelivery.interfaceProvides the remote service interface for AnnouncementsEntry.interfaceProvides 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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for AssetCategory.interfaceProvides the remote service interface for AssetEntry.interfaceProvides the remote service interface for AssetTag.interfaceProvides 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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for DLApp.interfaceProvides the remote service interface for DLFileEntry.interfaceProvides the remote service interface for DLFileEntryType.interfaceProvides the remote service interface for DLFileShortcut.interfaceProvides the remote service interface for DLFileVersion.interfaceProvides the remote service interface for DLFolder.interfaceProvides 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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for ExpandoColumn.interfaceProvides 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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for ExportImportConfiguration.interfaceProvides the remote service interface for ExportImport.interfaceProvides 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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for Address.interfaceProvides the remote service interface for ClassName.interfaceProvides the remote service interface for Company.interfaceProvides the remote service interface for Contact.interfaceProvides the remote service interface for Country.interfaceProvides the remote service interface for EmailAddress.interfaceProvides the remote service interface for Group.interfaceProvides the remote service interface for Image.interfaceProvides the remote service interface for LayoutBranch.interfaceProvides the remote service interface for LayoutPrototype.interfaceProvides the remote service interface for LayoutRevision.interfaceProvides the remote service interface for Layout.interfaceProvides the remote service interface for LayoutSetBranch.interfaceProvides the remote service interface for LayoutSetPrototype.interfaceProvides the remote service interface for LayoutSet.interfaceProvides the remote service interface for ListType.interfaceProvides the remote service interface for MembershipRequest.interfaceProvides the remote service interface for Organization.interfaceProvides the remote service interface for OrgLabor.interfaceProvides the remote service interface for PasswordPolicy.interfaceProvides the remote service interface for Permission.interfaceProvides the remote service interface for Phone.interfaceProvides the remote service interface for PluginSetting.interfaceProvides the remote service interface for Portal.interfaceProvides the remote service interface for PortletPreferences.interfaceProvides the remote service interface for Portlet.interfaceProvides the remote service interface for Region.interfaceProvides the remote service interface for Repository.interfaceProvides the remote service interface for ResourcePermission.interfaceProvides the remote service interface for Role.interfaceProvides the remote service interface for Team.interfaceProvides the remote service interface for Theme.interfaceProvides the remote service interface for UserGroupGroupRole.interfaceProvides the remote service interface for UserGroupRole.interfaceProvides the remote service interface for UserGroup.interfaceProvides the remote service interface for UserNotificationEvent.interfaceProvides the remote service interface for User.interfaceProvides the remote service interface for Website.interfaceProvides 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.voidPermissionService.checkPermission(long groupId, String name, long primKey) Checks to see if the group has permission to the service.CompanyService.deleteCompany(long companyId) intPortalService.getBuildNumber()PortalService.getVersion()booleanPortletService.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) booleanUserService.sendPasswordByEmailAddress(long companyId, String emailAddress) Sends a password notification email to the user matching the email address.booleanUserService.sendPasswordByScreenName(long companyId, String screenName) Sends a password notification email to the user matching the screen name.booleanUserService.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.voidCompanyService.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 TypeInterfaceDescriptioninterfaceProvides 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 TypeInterfaceDescriptioninterfaceProvides the remote service interface for SocialActivity.interfaceProvides the remote service interface for SocialActivitySetting.interfaceProvides the remote service interface for SocialRequest.