com.liferay.portlet.taggedcontent.util
Class AssetPublisherUtil

java.lang.Object
  extended bycom.liferay.portlet.taggedcontent.util.AssetPublisherUtil

public class AssetPublisherUtil
extends java.lang.Object

View Source

Author:
Raymond Augé

Constructor Summary
AssetPublisherUtil()
           
 
Method Summary
static void addAndStoreSelection(javax.portlet.ActionRequest req, java.lang.String className, long classPK, int assetOrder)
           
static void addSelection(javax.portlet.ActionRequest req, javax.portlet.PortletPreferences prefs)
           
static void addSelection(java.lang.String assetType, long assetId, int assetOrder, javax.portlet.PortletPreferences prefs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPublisherUtil

public AssetPublisherUtil()
Method Detail

addAndStoreSelection

public static void addAndStoreSelection(javax.portlet.ActionRequest req,
                                        java.lang.String className,
                                        long classPK,
                                        int assetOrder)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

addSelection

public static void addSelection(javax.portlet.ActionRequest req,
                                javax.portlet.PortletPreferences prefs)
                         throws java.lang.Exception
Throws:
java.lang.Exception

addSelection

public static void addSelection(java.lang.String assetType,
                                long assetId,
                                int assetOrder,
                                javax.portlet.PortletPreferences prefs)
                         throws java.lang.Exception
Throws:
java.lang.Exception