Liferay 7.0-ce-b4

com.liferay.portal.service
Class LayoutSetPrototypeServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetPrototypeServiceUtil

@ProviderType
public class LayoutSetPrototypeServiceUtil
extends Object

Provides the remote service utility for LayoutSetPrototype. This utility wraps LayoutSetPrototypeServiceImpl and is the primary access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

See Also:
LayoutSetPrototypeService, LayoutSetPrototypeServiceBaseImpl, LayoutSetPrototypeServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LayoutSetPrototypeServiceUtil()
           
 
Method Summary
static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
static String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static LayoutSetPrototypeService getService()
           
static List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetPrototypeServiceUtil

public LayoutSetPrototypeServiceUtil()
Method Detail

addLayoutSetPrototype

@Deprecated
public static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                                  String description,
                                                                  boolean active,
                                                                  boolean layoutsUpdateable,
                                                                  ServiceContext serviceContext)
                                                throws PortalException
Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)

Throws:
PortalException

addLayoutSetPrototype

public static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                       Map<Locale,String> descriptionMap,
                                                       boolean active,
                                                       boolean layoutsUpdateable,
                                                       ServiceContext serviceContext)
                                                throws PortalException
Throws:
PortalException

deleteLayoutSetPrototype

public static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
                                     throws PortalException
Throws:
PortalException

fetchLayoutSetPrototype

public static LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
                                                  throws PortalException
Throws:
PortalException

getLayoutSetPrototype

public static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
                                                throws PortalException
Throws:
PortalException

getOSGiServiceIdentifier

public static String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

search

public static List<LayoutSetPrototype> search(long companyId,
                                              Boolean active,
                                              OrderByComparator<LayoutSetPrototype> obc)
                                       throws PortalException
Throws:
PortalException

updateLayoutSetPrototype

@Deprecated
public static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                                     Map<Locale,String> nameMap,
                                                                     String description,
                                                                     boolean active,
                                                                     boolean layoutsUpdateable,
                                                                     ServiceContext serviceContext)
                                                   throws PortalException
Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)

Throws:
PortalException

updateLayoutSetPrototype

public static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                          Map<Locale,String> nameMap,
                                                          Map<Locale,String> descriptionMap,
                                                          boolean active,
                                                          boolean layoutsUpdateable,
                                                          ServiceContext serviceContext)
                                                   throws PortalException
Throws:
PortalException

updateLayoutSetPrototype

public static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                          String settings)
                                                   throws PortalException
Throws:
PortalException

getService

public static LayoutSetPrototypeService getService()

Liferay 7.0-ce-b4