Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.jsonwebservice.JSONWebService

Packages that use JSONWebService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet.announcements.service   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.blogs.service   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.expando.service   
com.liferay.portlet.exportimport.service   
com.liferay.portlet.messageboards.service   
com.liferay.portlet.ratings.service   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.trash.service   
 

Uses of JSONWebService in com.liferay.portal.service
 

Classes in com.liferay.portal.service with annotations of type JSONWebService
 interface AccountService
          Provides the remote service interface for Account.
 interface AddressService
          Provides the remote service interface for Address.
 interface ClassNameService
          Provides the remote service interface for ClassName.
 interface CompanyService
          Provides the remote service interface for Company.
 interface ContactService
          Provides the remote service interface for Contact.
 interface CountryService
          Provides the remote service interface for Country.
 interface EmailAddressService
          Provides the remote service interface for EmailAddress.
 interface GroupService
          Provides the remote service interface for Group.
 interface ImageService
          Provides the remote service interface for Image.
 interface LayoutBranchService
          Provides the remote service interface for LayoutBranch.
 interface LayoutPrototypeService
          Provides the remote service interface for LayoutPrototype.
 interface LayoutRevisionService
          Provides the remote service interface for LayoutRevision.
 interface LayoutService
          Provides the remote service interface for Layout.
 interface LayoutSetBranchService
          Provides the remote service interface for LayoutSetBranch.
 interface LayoutSetPrototypeService
          Provides the remote service interface for LayoutSetPrototype.
 interface LayoutSetService
          Provides the remote service interface for LayoutSet.
 interface ListTypeService
          Provides the remote service interface for ListType.
 interface MembershipRequestService
          Provides the remote service interface for MembershipRequest.
 interface OrganizationService
          Provides the remote service interface for Organization.
 interface OrgLaborService
          Provides the remote service interface for OrgLabor.
 interface PasswordPolicyService
          Provides the remote service interface for PasswordPolicy.
 interface PermissionService
          Provides the remote service interface for Permission.
 interface PhoneService
          Provides the remote service interface for Phone.
 interface PluginSettingService
          Provides the remote service interface for PluginSetting.
 interface PortalService
          Provides the remote service interface for Portal.
 interface PortletPreferencesService
          Provides the remote service interface for PortletPreferences.
 interface PortletService
          Provides the remote service interface for Portlet.
 interface RegionService
          Provides the remote service interface for Region.
 interface RepositoryService
          Provides the remote service interface for Repository.
 interface ResourceBlockService
          Provides the remote service interface for ResourceBlock.
 interface ResourcePermissionService
          Provides the remote service interface for ResourcePermission.
 interface RoleService
          Provides the remote service interface for Role.
 interface TeamService
          Provides the remote service interface for Team.
 interface ThemeService
          Provides the remote service interface for Theme.
 interface UserGroupGroupRoleService
          Provides the remote service interface for UserGroupGroupRole.
 interface UserGroupRoleService
          Provides the remote service interface for UserGroupRole.
 interface UserGroupService
          Provides the remote service interface for UserGroup.
 interface UserService
          Provides the remote service interface for User.
 interface WebsiteService
          Provides the remote service interface for Website.
 

Methods in com.liferay.portal.service with annotations of type JSONWebService
 Company CompanyService.addCompany(String webId, String virtualHost, String mx, boolean system, int maxUsers, boolean active)
          Adds a company.
 void PermissionService.checkPermission(long groupId, String name, long primKey)
          Checks to see if the group has permission to the service.
 Company CompanyService.deleteCompany(long companyId)
           
 int PortalService.getBuildNumber()
           
 String PortalService.getVersion()
           
 void CompanyService.removePreferences(long companyId, String[] keys)
          Removes the values that match the keys of the company's preferences.
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, boolean logo, 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 properties)
          Updates the company with addition information.
 Company CompanyService.updateCompany(long companyId, String virtualHost, String mx, String homeURL, 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 properties)
          Deprecated. As of 7.0.0, replaced by CompanyService.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, List, List, List, List, UnicodeProperties)
 Company CompanyService.updateLogo(long companyId, InputStream inputStream)
          Updates the company's logo.
 void CompanyService.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 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.portlet.announcements.service
 

Classes in com.liferay.portlet.announcements.service with annotations of type JSONWebService
 interface AnnouncementsDeliveryService
          Provides the remote service interface for AnnouncementsDelivery.
 interface AnnouncementsEntryService
          Provides the remote service interface for AnnouncementsEntry.
 interface AnnouncementsFlagService
          Provides the remote service interface for AnnouncementsFlag.
 

Uses of JSONWebService in com.liferay.portlet.asset.service
 

Classes in com.liferay.portlet.asset.service with annotations of type JSONWebService
 interface AssetCategoryPropertyService
          Provides the remote service interface for AssetCategoryProperty.
 interface AssetCategoryService
          Provides the remote service interface for AssetCategory.
 interface AssetEntryService
          Provides the remote service interface for AssetEntry.
 interface AssetTagService
          Provides the remote service interface for AssetTag.
 interface AssetVocabularyService
          Provides the remote service interface for AssetVocabulary.
 

Uses of JSONWebService in com.liferay.portlet.blogs.service
 

Classes in com.liferay.portlet.blogs.service with annotations of type JSONWebService
 interface BlogsEntryService
          Provides the remote service interface for BlogsEntry.
 

Uses of JSONWebService in com.liferay.portlet.documentlibrary.service
 

Classes in com.liferay.portlet.documentlibrary.service with annotations of type JSONWebService
 interface DLAppService
          Provides the remote service interface for DLApp.
 interface DLFileEntryService
          Provides the remote service interface for DLFileEntry.
 interface DLFileEntryTypeService
          Provides the remote service interface for DLFileEntryType.
 interface DLFileShortcutService
          Provides the remote service interface for DLFileShortcut.
 interface DLFileVersionService
          Provides the remote service interface for DLFileVersion.
 interface DLFolderService
          Provides the remote service interface for DLFolder.
 interface DLTrashService
          Provides the remote service interface for DLTrash.
 

Uses of JSONWebService in com.liferay.portlet.expando.service
 

Classes in com.liferay.portlet.expando.service with annotations of type JSONWebService
 interface ExpandoColumnService
          Provides the remote service interface for ExpandoColumn.
 interface ExpandoValueService
          Provides the remote service interface for ExpandoValue.
 

Methods in com.liferay.portlet.expando.service with annotations of type JSONWebService
 ExpandoValue ExpandoValueService.addValue(long companyId, String className, String tableName, String columnName, long classPK, Object data)
           
 

Uses of JSONWebService in com.liferay.portlet.exportimport.service
 

Classes in com.liferay.portlet.exportimport.service with annotations of type JSONWebService
 interface ExportImportConfigurationService
          Provides the remote service interface for ExportImportConfiguration.
 interface ExportImportService
          Provides the remote service interface for ExportImport.
 interface StagingService
          Provides the remote service interface for Staging.
 

Uses of JSONWebService in com.liferay.portlet.messageboards.service
 

Classes in com.liferay.portlet.messageboards.service with annotations of type JSONWebService
 interface MBBanService
          Provides the remote service interface for MBBan.
 interface MBCategoryService
          Provides the remote service interface for MBCategory.
 interface MBMessageService
          Provides the remote service interface for MBMessage.
 interface MBThreadService
          Provides the remote service interface for MBThread.
 

Uses of JSONWebService in com.liferay.portlet.ratings.service
 

Classes in com.liferay.portlet.ratings.service with annotations of type JSONWebService
 interface RatingsEntryService
          Provides the remote service interface for RatingsEntry.
 

Uses of JSONWebService in com.liferay.portlet.social.service
 

Classes in com.liferay.portlet.social.service with annotations of type JSONWebService
 interface SocialActivityService
          Provides the remote service interface for SocialActivity.
 interface SocialActivitySettingService
          Provides the remote service interface for SocialActivitySetting.
 interface SocialRequestService
          Provides the remote service interface for SocialRequest.
 

Uses of JSONWebService in com.liferay.portlet.trash.service
 

Classes in com.liferay.portlet.trash.service with annotations of type JSONWebService
 interface TrashEntryService
          Provides the remote service interface for TrashEntry.
 


Liferay 7.0-ce-b4