|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.LayoutPrototypeServiceUtil
@ProviderType public class LayoutPrototypeServiceUtil
Provides the remote service utility for LayoutPrototype. This utility wraps
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl 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.
LayoutPrototypeService,
LayoutPrototypeServiceBaseImpl,
com.liferay.portal.service.impl.LayoutPrototypeServiceImpl| Constructor Summary | |
|---|---|
LayoutPrototypeServiceUtil()
|
|
| Method Summary | |
|---|---|
static LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by addLayoutPrototype(Map,
String, boolean, ServiceContext) |
static LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
static void |
deleteLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
fetchLayoutPrototype(long layoutPrototypeId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototypeService |
getService()
|
static List<LayoutPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(LayoutPrototypeService service)
Deprecated. As of 6.2.0 |
static LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
static LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutPrototypeServiceUtil()
| Method Detail |
|---|
@Deprecated
public static LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
addLayoutPrototype(Map,
String, boolean, ServiceContext)
PortalException
@Deprecated
public static LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
addLayoutPrototype(Map, Map,
boolean, ServiceContext)
PortalException
public static LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalException
public static LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalExceptionpublic static String getBeanIdentifier()
public static LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
throws PortalException
PortalException
public static List<LayoutPrototype> search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
throws PortalException
PortalExceptionpublic static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
@Deprecated
public static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
PortalException
@Deprecated
public static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext)
PortalException
public static LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static LayoutPrototypeService getService()
@Deprecated public void setService(LayoutPrototypeService service)
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||