Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP1 (5.1.4)
-
None
-
All
Description
This improvement adds support for system type instances/companies. System type instances are instances of Liferay which are used by WSRP and are not accessible from a browser.
As part of this update, the following method has been added to CompanyLocalService and CompanyService:
public List<Company> getCompanies(boolean system);
The following method has also been deprecated:
public Company addCompany(String webId, String virtualHost, String mx);
Please use the following method instead:
public Company addCompany(String webId, String virtualHost, String mx, String shardName, boolean system);
Attachments
Issue Links
- is related to
-
LPS-2992 Add support for system type in comapny
- Closed