public class LayoutSetPrototypeServiceUtil
extends Object
com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl and is an
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.LayoutSetPrototypeService| Constructor and Description |
|---|
LayoutSetPrototypeServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static LayoutSetPrototype |
addLayoutSetPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
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,
String settings) |
public static LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
LayoutSetPrototypeServiceUtil to access the layout set prototype remote service. Add custom service methods to com.liferay.portal.service.impl.LayoutSetPrototypeServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionpublic static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
PortalExceptionpublic static LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
PortalExceptionpublic static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId) throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc) throws PortalException
PortalExceptionpublic static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings) throws PortalException
PortalExceptionpublic static LayoutSetPrototypeService getService()