Liferay 7.0-ce-m6

Uses of Class
com.liferay.portal.kernel.util.UnicodeProperties

Packages that use UnicodeProperties
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.test.util   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.repository.liferayrepository   
com.liferay.portal.repository.proxy This package defines the portal repository proxy beans. 
com.liferay.portal.security.membershippolicy   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.upgrade.v6_1_0   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.verify   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.expando.model   
com.liferay.portlet.expando.model.impl   
com.liferay.portlet.exportimport.service.impl   
com.liferay.portlet.exportimport.staging   
com.liferay.portlet.layoutsadmin.context   
com.liferay.portlet.layoutsadmin.util   
com.liferay.portlet.mobiledevicerules.action   
com.liferay.portlet.mobiledevicerules.model   
com.liferay.portlet.mobiledevicerules.model.impl   
com.liferay.portlet.mobiledevicerules.service   
com.liferay.portlet.mobiledevicerules.service.http   
com.liferay.portlet.mobiledevicerules.service.impl   
com.liferay.portlet.portalsettings.action   
com.liferay.portlet.ratings.display.context   
com.liferay.portlet.ratings.transformer   
com.liferay.portlet.trash.model   
com.liferay.portlet.trash.model.impl   
com.liferay.portlet.trash.service   
com.liferay.portlet.trash.service.impl   
 

Uses of UnicodeProperties in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet with parameters of type UnicodeProperties
 void PortletLayoutListener.updatePropertiesOnRemoveFromLayout(String portletId, UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.kernel.repository
 

Methods in com.liferay.portal.kernel.repository that return UnicodeProperties
 UnicodeProperties BaseRepositoryImpl.getTypeSettingsProperties()
           
 

Methods in com.liferay.portal.kernel.repository with parameters of type UnicodeProperties
 void BaseRepositoryImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void BaseRepository.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.kernel.test.util
 

Methods in com.liferay.portal.kernel.test.util that return UnicodeProperties
static UnicodeProperties RandomTestUtil.randomUnicodeProperties(int propertyCount, int keyLength, int valueLength)
           
 

Uses of UnicodeProperties in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return UnicodeProperties
static UnicodeProperties PropertiesParamUtil.getProperties(javax.servlet.http.HttpServletRequest request, String prefix)
           
static UnicodeProperties PropertiesParamUtil.getProperties(PortletRequest portletRequest, String prefix)
           
static UnicodeProperties PropertiesParamUtil.getProperties(ServiceContext serviceContext, String prefix)
           
 

Methods in com.liferay.portal.kernel.util with parameters of type UnicodeProperties
static boolean PropertiesParamUtil.getBoolean(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param)
           
static boolean PropertiesParamUtil.getBoolean(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, boolean defaultValue)
           
static boolean PropertiesParamUtil.getBoolean(UnicodeProperties properties, PortletRequest portletRequest, String param)
           
static boolean PropertiesParamUtil.getBoolean(UnicodeProperties properties, PortletRequest portletRequest, String param, boolean defaultValue)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, double defaultValue)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, double defaultValue, Locale locale)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, Locale locale)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, PortletRequest portletRequest, String param)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, PortletRequest portletRequest, String param, double defaultValue)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, PortletRequest portletRequest, String param, double defaultValue, Locale locale)
           
static double PropertiesParamUtil.getDouble(UnicodeProperties properties, PortletRequest portletRequest, String param, Locale locale)
           
static int PropertiesParamUtil.getInteger(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param)
           
static int PropertiesParamUtil.getInteger(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, int defaultValue)
           
static int PropertiesParamUtil.getInteger(UnicodeProperties properties, PortletRequest portletRequest, String param)
           
static int PropertiesParamUtil.getInteger(UnicodeProperties properties, PortletRequest portletRequest, String param, int defaultValue)
           
static long PropertiesParamUtil.getLong(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param)
           
static long PropertiesParamUtil.getLong(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, long defaultValue)
           
static long PropertiesParamUtil.getLong(UnicodeProperties properties, PortletRequest portletRequest, String param)
           
static long PropertiesParamUtil.getLong(UnicodeProperties properties, PortletRequest portletRequest, String param, long defaultValue)
           
static String PropertiesParamUtil.getString(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param)
           
static String PropertiesParamUtil.getString(UnicodeProperties properties, javax.servlet.http.HttpServletRequest request, String param, String defaultValue)
           
static String PropertiesParamUtil.getString(UnicodeProperties properties, PortletRequest portletRequest, String param)
           
static String PropertiesParamUtil.getString(UnicodeProperties properties, PortletRequest portletRequest, String param, String defaultValue)
           
 

Uses of UnicodeProperties in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return UnicodeProperties
 UnicodeProperties GroupWrapper.getParentLiveGroupTypeSettingsProperties()
           
 UnicodeProperties Group.getParentLiveGroupTypeSettingsProperties()
           
 UnicodeProperties LayoutSetPrototypeWrapper.getSettingsProperties()
           
 UnicodeProperties LayoutSetPrototype.getSettingsProperties()
           
 UnicodeProperties LayoutSet.getSettingsProperties()
           
 UnicodeProperties LayoutSetBranchWrapper.getSettingsProperties()
           
 UnicodeProperties LayoutSetBranch.getSettingsProperties()
           
 UnicodeProperties LayoutSetWrapper.getSettingsProperties()
           
 UnicodeProperties Repository.getTypeSettingsProperties()
           
 UnicodeProperties LayoutRevisionWrapper.getTypeSettingsProperties()
           
 UnicodeProperties Layout.getTypeSettingsProperties()
           
 UnicodeProperties LayoutRevision.getTypeSettingsProperties()
           
 UnicodeProperties RepositoryWrapper.getTypeSettingsProperties()
           
 UnicodeProperties LayoutWrapper.getTypeSettingsProperties()
           
 UnicodeProperties GroupWrapper.getTypeSettingsProperties()
           
 UnicodeProperties LayoutType.getTypeSettingsProperties()
           
 UnicodeProperties Group.getTypeSettingsProperties()
           
 

Methods in com.liferay.portal.model with parameters of type UnicodeProperties
 void LayoutSetPrototypeWrapper.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSetPrototype.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSet.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSetBranchWrapper.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSetBranch.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSetWrapper.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void Repository.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void LayoutRevisionWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void Layout.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void LayoutRevision.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void RepositoryWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void LayoutWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void GroupWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void Group.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return UnicodeProperties
 UnicodeProperties GroupImpl.getParentLiveGroupTypeSettingsProperties()
           
 UnicodeProperties LayoutSetPrototypeImpl.getSettingsProperties()
           
 UnicodeProperties LayoutSetBranchImpl.getSettingsProperties()
           
 UnicodeProperties LayoutSetImpl.getSettingsProperties()
           
 UnicodeProperties LayoutRevisionImpl.getTypeSettingsProperties()
           
 UnicodeProperties LayoutTypeImpl.getTypeSettingsProperties()
           
 UnicodeProperties RepositoryImpl.getTypeSettingsProperties()
           
 UnicodeProperties GroupImpl.getTypeSettingsProperties()
           
 UnicodeProperties LayoutImpl.getTypeSettingsProperties()
           
 

Methods in com.liferay.portal.model.impl with parameters of type UnicodeProperties
 void LayoutSetPrototypeImpl.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSetBranchImpl.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutSetImpl.setSettingsProperties(UnicodeProperties settingsProperties)
           
 void LayoutRevisionImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void RepositoryImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void GroupImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void LayoutImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.repository.liferayrepository
 

Methods in com.liferay.portal.repository.liferayrepository that return UnicodeProperties
 UnicodeProperties LiferayLocalRepository.updateRepository(UnicodeProperties typeSettingsProperties)
           
 

Methods in com.liferay.portal.repository.liferayrepository with parameters of type UnicodeProperties
 UnicodeProperties LiferayLocalRepository.updateRepository(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.repository.proxy
 

Methods in com.liferay.portal.repository.proxy with parameters of type UnicodeProperties
 void BaseRepositoryProxyBean.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.security.membershippolicy
 

Methods in com.liferay.portal.security.membershippolicy with parameters of type UnicodeProperties
static void SiteMembershipPolicyUtil.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
           
 void DummySiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
           
 void SiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
          Checks the integrity of the membership policy of the site, with respect to the site's new attribute values, categories, tags, expando attributes, and type settings properties, and performs operations necessary for the compliance of the site and its site roles.
 void DefaultSiteMembershipPolicy.verifyPolicy(Group group, Group oldGroup, List<AssetCategory> oldAssetCategories, List<AssetTag> oldAssetTags, Map<String,Serializable> oldExpandoAttributes, UnicodeProperties oldTypeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return UnicodeProperties
static UnicodeProperties RepositoryServiceUtil.getTypeSettingsProperties(long repositoryId)
           
 UnicodeProperties RepositoryLocalServiceWrapper.getTypeSettingsProperties(long repositoryId)
           
 UnicodeProperties RepositoryLocalService.getTypeSettingsProperties(long repositoryId)
           
static UnicodeProperties RepositoryLocalServiceUtil.getTypeSettingsProperties(long repositoryId)
           
 UnicodeProperties RepositoryServiceWrapper.getTypeSettingsProperties(long repositoryId)
           
 UnicodeProperties RepositoryService.getTypeSettingsProperties(long repositoryId)
           
 

Methods in com.liferay.portal.service with parameters of type UnicodeProperties
 Repository RepositoryLocalServiceWrapper.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, boolean hidden, ServiceContext serviceContext)
           
 Repository RepositoryLocalService.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, boolean hidden, ServiceContext serviceContext)
           
static Repository RepositoryLocalServiceUtil.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, boolean hidden, ServiceContext serviceContext)
           
 Repository RepositoryLocalServiceWrapper.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceWrapper.addRepository(long, long, long, long, String, String, String, UnicodeProperties, boolean, ServiceContext)
 Repository RepositoryLocalService.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by RepositoryLocalService.addRepository(long, long, long, long, String, String, String, UnicodeProperties, boolean, ServiceContext)
static Repository RepositoryLocalServiceUtil.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceUtil.addRepository(long, long, long, long, String, String, String, UnicodeProperties, boolean, ServiceContext)
static Repository RepositoryServiceUtil.addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 Repository RepositoryServiceWrapper.addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 Repository RepositoryService.addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 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.
static Company CompanyServiceUtil.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 CompanyServiceWrapper.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, java.util.List, java.util.List, java.util.List, java.util.List, UnicodeProperties)
static Company CompanyServiceUtil.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 CompanyServiceUtil.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, java.util.List, java.util.List, java.util.List, java.util.List, UnicodeProperties)
 Company CompanyServiceWrapper.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 CompanyServiceWrapper.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, java.util.List, java.util.List, java.util.List, java.util.List, UnicodeProperties)
 void CompanyLocalServiceWrapper.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 void CompanyService.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
static void CompanyServiceUtil.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 void CompanyLocalService.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
static void CompanyLocalServiceUtil.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 void CompanyServiceWrapper.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 void RepositoryLocalServiceWrapper.updateRepository(long repositoryId, UnicodeProperties typeSettingsProperties)
           
 void RepositoryLocalService.updateRepository(long repositoryId, UnicodeProperties typeSettingsProperties)
           
static void RepositoryLocalServiceUtil.updateRepository(long repositoryId, UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return UnicodeProperties
static UnicodeProperties RepositoryServiceHttp.getTypeSettingsProperties(HttpPrincipal httpPrincipal, long repositoryId)
           
static UnicodeProperties RepositoryServiceSoap.getTypeSettingsProperties(long repositoryId)
           
 

Methods in com.liferay.portal.service.http with parameters of type UnicodeProperties
static Repository RepositoryServiceHttp.addRepository(HttpPrincipal httpPrincipal, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, 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)
           
static Company CompanyServiceHttp.updateCompany(HttpPrincipal httpPrincipal, 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)
           
static void CompanyServiceHttp.updatePreferences(HttpPrincipal httpPrincipal, long companyId, UnicodeProperties properties)
           
 

Uses of UnicodeProperties in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return UnicodeProperties
 UnicodeProperties RepositoryLocalServiceImpl.getTypeSettingsProperties(long repositoryId)
           
 UnicodeProperties RepositoryServiceImpl.getTypeSettingsProperties(long repositoryId)
           
 

Methods in com.liferay.portal.service.impl with parameters of type UnicodeProperties
 Repository RepositoryLocalServiceImpl.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, boolean hidden, ServiceContext serviceContext)
           
 Repository RepositoryLocalServiceImpl.addRepository(long userId, long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by RepositoryLocalServiceImpl.addRepository(long, long, long, long, String, String, String, UnicodeProperties, boolean, ServiceContext)
 Repository RepositoryServiceImpl.addRepository(long groupId, long classNameId, long parentFolderId, String name, String description, String portletId, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 Company CompanyServiceImpl.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 CompanyServiceImpl.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 CompanyServiceImpl.updateCompany(long, String, String, String, boolean, byte[], String, String, String, String, String, String, String, String, String, String, String, java.util.List, java.util.List, java.util.List, java.util.List, UnicodeProperties)
 void CompanyServiceImpl.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 void CompanyLocalServiceImpl.updatePreferences(long companyId, UnicodeProperties properties)
          Updates the company's preferences.
 void RepositoryLocalServiceImpl.updateRepository(long repositoryId, UnicodeProperties typeSettingsProperties)
           
protected  void LayoutLocalServiceImpl.validateTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.upgrade.v6_1_0
 

Methods in com.liferay.portal.upgrade.v6_1_0 that return UnicodeProperties
protected  UnicodeProperties UpgradeLayout.updateMetaField(long plid, UnicodeProperties typeSettingsProperties, String propertyName, String xmlName, String columName)
           
 

Methods in com.liferay.portal.upgrade.v6_1_0 with parameters of type UnicodeProperties
protected  void UpgradeLayout.updateJavaScript(UnicodeProperties typeSettingsProperties, String javaScript1, String javaScript2, String javaScript3)
           
protected  UnicodeProperties UpgradeLayout.updateMetaField(long plid, UnicodeProperties typeSettingsProperties, String propertyName, String xmlName, String columName)
           
 

Uses of UnicodeProperties in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type UnicodeProperties
static void PropsUtil.addProperties(UnicodeProperties unicodeProperties)
           
 

Uses of UnicodeProperties in com.liferay.portal.verify
 

Methods in com.liferay.portal.verify with parameters of type UnicodeProperties
protected  void VerifyGroup.verifyStagingTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.asset.model
 

Methods in com.liferay.portlet.asset.model that return UnicodeProperties
 UnicodeProperties AssetVocabulary.getSettingsProperties()
          Deprecated. As of 7.0.0, with no direct replacement
 UnicodeProperties AssetVocabularyWrapper.getSettingsProperties()
          Deprecated. As of 7.0.0, with no direct replacement
 

Methods in com.liferay.portlet.asset.model with parameters of type UnicodeProperties
 void AssetVocabulary.setSettingsProperties(UnicodeProperties settingsProperties)
          Deprecated. As of 7.0.0, with no direct replacement
 void AssetVocabularyWrapper.setSettingsProperties(UnicodeProperties settingsProperties)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of UnicodeProperties in com.liferay.portlet.asset.model.impl
 

Methods in com.liferay.portlet.asset.model.impl that return UnicodeProperties
 UnicodeProperties AssetVocabularyImpl.getSettingsProperties()
          Deprecated. As of 7.0.0, with no direct replacement
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type UnicodeProperties
 void AssetVocabularyImpl.setSettingsProperties(UnicodeProperties settingsProperties)
          Deprecated. As of 7.0.0, with no direct replacement
 

Uses of UnicodeProperties in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return UnicodeProperties
 UnicodeProperties DLFileEntry.getExtraSettingsProperties()
           
 UnicodeProperties DLFileVersion.getExtraSettingsProperties()
           
 UnicodeProperties DLFileEntryWrapper.getExtraSettingsProperties()
           
 UnicodeProperties DLFileVersionWrapper.getExtraSettingsProperties()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type UnicodeProperties
 void DLFileEntry.setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 void DLFileVersion.setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 void DLFileEntryWrapper.setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 void DLFileVersionWrapper.setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.documentlibrary.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return UnicodeProperties
 UnicodeProperties DLFileVersionImpl.getExtraSettingsProperties()
           
 UnicodeProperties DLFileEntryImpl.getExtraSettingsProperties()
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type UnicodeProperties
 void DLFileVersionImpl.setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 void DLFileEntryImpl.setExtraSettingsProperties(UnicodeProperties extraSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type UnicodeProperties
protected  void DLFileEntryLocalServiceImpl.convertExtraSettings(UnicodeProperties extraSettingsProperties, ExpandoBridge expandoBridge, String[] keys)
           
 

Uses of UnicodeProperties in com.liferay.portlet.expando.model
 

Methods in com.liferay.portlet.expando.model that return UnicodeProperties
 UnicodeProperties ExpandoBridge.getAttributeProperties(String name)
           
 UnicodeProperties ExpandoColumn.getTypeSettingsProperties()
           
 UnicodeProperties ExpandoColumnWrapper.getTypeSettingsProperties()
           
 

Methods in com.liferay.portlet.expando.model with parameters of type UnicodeProperties
 void ExpandoBridge.setAttributeProperties(String name, UnicodeProperties properties)
           
 void ExpandoBridge.setAttributeProperties(String name, UnicodeProperties properties, boolean secure)
           
 void ExpandoColumn.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void ExpandoColumnWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.expando.model.impl
 

Methods in com.liferay.portlet.expando.model.impl that return UnicodeProperties
 UnicodeProperties ExpandoBridgeImpl.getAttributeProperties(String name)
           
 UnicodeProperties ExpandoColumnImpl.getTypeSettingsProperties()
           
 

Methods in com.liferay.portlet.expando.model.impl with parameters of type UnicodeProperties
 void ExpandoBridgeImpl.setAttributeProperties(String name, UnicodeProperties properties)
           
 void ExpandoBridgeImpl.setAttributeProperties(String name, UnicodeProperties properties, boolean secure)
           
 void ExpandoColumnImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.exportimport.service.impl
 

Methods in com.liferay.portlet.exportimport.service.impl with parameters of type UnicodeProperties
protected  void StagingLocalServiceImpl.setCommonStagingOptions(Group liveGroup, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
protected  void StagingLocalServiceImpl.updateStagedPortlets(String remoteURL, long remoteGroupId, UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.staging with parameters of type UnicodeProperties
 String Staging.buildRemoteURL(UnicodeProperties typeSettingsProperties)
           
static String StagingUtil.buildRemoteURL(UnicodeProperties typeSettingsProperties)
           
 String StagingImpl.buildRemoteURL(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.layoutsadmin.context
 

Methods in com.liferay.portlet.layoutsadmin.context that return UnicodeProperties
 UnicodeProperties GroupDisplayContextHelper.getGroupTypeSettings()
           
 

Uses of UnicodeProperties in com.liferay.portlet.layoutsadmin.util
 

Methods in com.liferay.portlet.layoutsadmin.util with parameters of type UnicodeProperties
static void SitemapUtil.addURLElement(Element element, String url, UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
           
 void Sitemap.addURLElement(Element element, String url, UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
           
 void SitemapImpl.addURLElement(Element element, String url, UnicodeProperties typeSettingsProperties, Date modifiedDate, String canonicalURL, Map<Locale,String> alternateURLs)
           
 

Uses of UnicodeProperties in com.liferay.portlet.mobiledevicerules.action
 

Methods in com.liferay.portlet.mobiledevicerules.action that return UnicodeProperties
protected  UnicodeProperties EditRuleAction.getTypeSettingsProperties(ActionRequest actionRequest, Collection<String> propertyNames)
           
 

Uses of UnicodeProperties in com.liferay.portlet.mobiledevicerules.model
 

Methods in com.liferay.portlet.mobiledevicerules.model that return UnicodeProperties
 UnicodeProperties MDRActionWrapper.getTypeSettingsProperties()
           
 UnicodeProperties MDRRule.getTypeSettingsProperties()
           
 UnicodeProperties MDRAction.getTypeSettingsProperties()
           
 UnicodeProperties MDRRuleWrapper.getTypeSettingsProperties()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model with parameters of type UnicodeProperties
 void MDRActionWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void MDRRule.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void MDRAction.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void MDRRuleWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.mobiledevicerules.model.impl
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl that return UnicodeProperties
 UnicodeProperties MDRRuleImpl.getTypeSettingsProperties()
           
 UnicodeProperties MDRActionImpl.getTypeSettingsProperties()
           
 

Methods in com.liferay.portlet.mobiledevicerules.model.impl with parameters of type UnicodeProperties
 void MDRRuleImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void MDRActionImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.mobiledevicerules.service
 

Methods in com.liferay.portlet.mobiledevicerules.service with parameters of type UnicodeProperties
static MDRAction MDRActionLocalServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceUtil.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceWrapper.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceWrapper.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalService.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleLocalServiceWrapper.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRRule MDRRuleLocalServiceUtil.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRRule MDRRuleServiceUtil.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
 MDRRule MDRRuleService.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
 MDRRule MDRRuleServiceWrapper.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
 MDRRule MDRRuleLocalService.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionLocalServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceUtil.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceWrapper.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceWrapper.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalService.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleLocalServiceWrapper.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRRule MDRRuleLocalServiceUtil.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRRule MDRRuleServiceUtil.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleService.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleServiceWrapper.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleLocalService.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 

Uses of UnicodeProperties in com.liferay.portlet.mobiledevicerules.service.http
 

Methods in com.liferay.portlet.mobiledevicerules.service.http with parameters of type UnicodeProperties
static MDRAction MDRActionServiceHttp.addAction(HttpPrincipal httpPrincipal, long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRRule MDRRuleServiceHttp.addRule(HttpPrincipal httpPrincipal, long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
static MDRAction MDRActionServiceHttp.updateAction(HttpPrincipal httpPrincipal, long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
static MDRRule MDRRuleServiceHttp.updateRule(HttpPrincipal httpPrincipal, long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 

Uses of UnicodeProperties in com.liferay.portlet.mobiledevicerules.service.impl
 

Methods in com.liferay.portlet.mobiledevicerules.service.impl with parameters of type UnicodeProperties
 MDRAction MDRActionLocalServiceImpl.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceImpl.addAction(long ruleGroupInstanceId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleServiceImpl.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettings, ServiceContext serviceContext)
           
 MDRRule MDRRuleLocalServiceImpl.addRule(long ruleGroupId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionLocalServiceImpl.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRAction MDRActionServiceImpl.updateAction(long actionId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleServiceImpl.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 MDRRule MDRRuleLocalServiceImpl.updateRule(long ruleId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String type, UnicodeProperties typeSettingsProperties, ServiceContext serviceContext)
           
 

Uses of UnicodeProperties in com.liferay.portlet.portalsettings.action
 

Methods in com.liferay.portlet.portalsettings.action that return UnicodeProperties
protected  UnicodeProperties EditLDAPServerAction.addLDAPServer(long companyId, UnicodeProperties properties)
           
 

Methods in com.liferay.portlet.portalsettings.action with parameters of type UnicodeProperties
protected  UnicodeProperties EditLDAPServerAction.addLDAPServer(long companyId, UnicodeProperties properties)
           
protected  void EditLDAPServerAction.validateLDAPServerName(long ldapServerId, long companyId, UnicodeProperties properties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.ratings.display.context
 

Constructors in com.liferay.portlet.ratings.display.context with parameters of type UnicodeProperties
GroupPortletRatingsDefinitionDisplayContext(UnicodeProperties groupTypeSettings, javax.servlet.http.HttpServletRequest request)
           
 

Uses of UnicodeProperties in com.liferay.portlet.ratings.transformer
 

Methods in com.liferay.portlet.ratings.transformer with parameters of type UnicodeProperties
static void RatingsDataTransformerUtil.transformCompanyRatingsData(long companyId, PortletPreferences oldPortletPreferences, UnicodeProperties unicodeProperties)
           
static void RatingsDataTransformerUtil.transformGroupRatingsData(long groupId, UnicodeProperties oldUnicodeProperties, UnicodeProperties unicodeProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.trash.model
 

Methods in com.liferay.portlet.trash.model that return UnicodeProperties
 UnicodeProperties TrashVersionWrapper.getTypeSettingsProperties()
           
 UnicodeProperties TrashEntryWrapper.getTypeSettingsProperties()
           
 UnicodeProperties TrashVersion.getTypeSettingsProperties()
           
 UnicodeProperties TrashEntry.getTypeSettingsProperties()
           
 

Methods in com.liferay.portlet.trash.model with parameters of type UnicodeProperties
 void TrashVersionWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void TrashEntryWrapper.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void TrashVersion.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void TrashEntry.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.trash.model.impl
 

Methods in com.liferay.portlet.trash.model.impl that return UnicodeProperties
 UnicodeProperties TrashEntryImpl.getTypeSettingsProperties()
           
 UnicodeProperties TrashVersionImpl.getTypeSettingsProperties()
           
 

Methods in com.liferay.portlet.trash.model.impl with parameters of type UnicodeProperties
 void TrashEntryImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 void TrashVersionImpl.setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 

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

Methods in com.liferay.portlet.trash.service with parameters of type UnicodeProperties
static TrashEntry TrashEntryLocalServiceUtil.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashEntry TrashEntryLocalServiceWrapper.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashEntry TrashEntryLocalService.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashVersion TrashVersionLocalServiceWrapper.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
 TrashVersion TrashVersionLocalService.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
static TrashVersion TrashVersionLocalServiceUtil.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
 

Uses of UnicodeProperties in com.liferay.portlet.trash.service.impl
 

Methods in com.liferay.portlet.trash.service.impl with parameters of type UnicodeProperties
 TrashEntry TrashEntryLocalServiceImpl.addTrashEntry(long userId, long groupId, String className, long classPK, String classUuid, String referrerClassName, int status, List<ObjectValuePair<Long,Integer>> statusOVPs, UnicodeProperties typeSettingsProperties)
          Moves an entry to trash.
 TrashVersion TrashVersionLocalServiceImpl.addTrashVersion(long trashEntryId, String className, long classPK, int status, UnicodeProperties typeSettingsProperties)
           
 


Liferay 7.0-ce-m6