Class MOPUtils
java.lang.Object
org.exoplatform.portal.mop.storage.utils.MOPUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.exoplatform.portal.config.model.ApplicationType<org.exoplatform.portal.pom.spi.portlet.Portlet> convertAppType(WindowEntity.AppType appType) static org.gatein.api.site.SiteTypeconvertSiteType(org.exoplatform.portal.mop.SiteType siteType) static voidgenerateStorageName(org.exoplatform.portal.config.model.ModelObject obj) static org.json.simple.JSONArrayparseJsonArray(String content) static org.json.simple.JSONObjectparseJsonObject(String content) static byte[]serialize(Serializable obj) static StringtoJSONString(Map<?, ?> properties) static Serializableunserialize(byte[] bytes)
-
Method Details
-
generateStorageName
public static void generateStorageName(org.exoplatform.portal.config.model.ModelObject obj) -
convertSiteType
public static org.gatein.api.site.SiteType convertSiteType(org.exoplatform.portal.mop.SiteType siteType) -
parseJsonArray
-
parseJsonObject
-
toJSONString
-
unserialize
-
serialize
-
convertAppType
public static org.exoplatform.portal.config.model.ApplicationType<org.exoplatform.portal.pom.spi.portlet.Portlet> convertAppType(WindowEntity.AppType appType)
-