|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.LayoutPrototypeLocalServiceBaseImpl
com.liferay.portal.service.impl.LayoutPrototypeLocalServiceImpl
public class LayoutPrototypeLocalServiceImpl
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
LayoutPrototypeLocalServiceImpl()
|
|
| Method Summary | |
|---|---|
LayoutPrototype |
addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by addLayoutPrototype(long,
long, Map, String, boolean, ServiceContext) |
LayoutPrototype |
addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
LayoutPrototype |
deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
void |
deleteNondefaultLayoutPrototypes(long companyId)
|
LayoutPrototype |
getLayoutPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by getLayoutPrototypeByUuidAndCompanyId(String, long) |
LayoutPrototype |
getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
List<LayoutPrototype> |
search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
int |
searchCount(long companyId,
Boolean active)
|
LayoutPrototype |
updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
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) |
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 com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutPrototypeLocalServiceImpl()
| Method Detail |
|---|
public LayoutPrototype addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalException
@Deprecated
public LayoutPrototype addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
addLayoutPrototype(long,
long, Map, String, boolean, ServiceContext)
PortalException
@Deprecated
public LayoutPrototype addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext)
PortalException
@SystemEvent(action=1,
type=1)
public LayoutPrototype deleteLayoutPrototype(LayoutPrototype layoutPrototype)
throws PortalException
LayoutPrototypeLocalServiceBaseImpl
deleteLayoutPrototype in interface LayoutPrototypeLocalServicedeleteLayoutPrototype in class LayoutPrototypeLocalServiceBaseImpllayoutPrototype - the layout prototype
PortalException
public LayoutPrototype deleteLayoutPrototype(long layoutPrototypeId)
throws PortalException
LayoutPrototypeLocalServiceBaseImpl
deleteLayoutPrototype in interface LayoutPrototypeLocalServicedeleteLayoutPrototype in class LayoutPrototypeLocalServiceBaseImpllayoutPrototypeId - the primary key of the layout prototype
PortalException - if a layout prototype with the primary key could not be found
public void deleteNondefaultLayoutPrototypes(long companyId)
throws PortalException
PortalException
@Deprecated
public LayoutPrototype getLayoutPrototypeByUuid(String uuid)
throws PortalException
getLayoutPrototypeByUuidAndCompanyId(String, long)
PortalException
public LayoutPrototype getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
LayoutPrototypeLocalServiceBaseImpl
getLayoutPrototypeByUuidAndCompanyId in interface LayoutPrototypeLocalServicegetLayoutPrototypeByUuidAndCompanyId in class LayoutPrototypeLocalServiceBaseImpluuid - the layout prototype's UUIDcompanyId - the primary key of the company
PortalException - if a matching layout prototype could not be found
public List<LayoutPrototype> search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
public int searchCount(long companyId,
Boolean active)
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
throws PortalException
PortalException
@Deprecated
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
throws PortalException
updateLayoutPrototype(long,
Map, String, boolean, ServiceContext)
PortalException
@Deprecated
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
throws PortalException
updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext)
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||