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