|
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.LayoutSetPrototypeLocalServiceBaseImpl
com.liferay.portal.service.impl.LayoutSetPrototypeLocalServiceImpl
public class LayoutSetPrototypeLocalServiceImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.portal.service.base.LayoutSetPrototypeLocalServiceBaseImpl |
|---|
counterLocalService, groupFinder, groupLocalService, groupPersistence, layoutFinder, layoutLocalService, layoutPersistence, layoutSetLocalService, layoutSetPersistence, layoutSetPrototypeLocalService, layoutSetPrototypePersistence, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence |
| Constructor Summary | |
|---|---|
LayoutSetPrototypeLocalServiceImpl()
|
|
| Method Summary | |
|---|---|
LayoutSetPrototype |
addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(long,
long, Map, Map, boolean, boolean, ServiceContext) |
LayoutSetPrototype |
deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
LayoutSetPrototype |
deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
void |
deleteLayoutSetPrototypes()
|
void |
deleteNondefaultLayoutSetPrototypes(long companyId)
|
LayoutSetPrototype |
getLayoutSetPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by getLayoutSetPrototypeByUuidAndCompanyId(String, long) |
LayoutSetPrototype |
getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
List<LayoutSetPrototype> |
getLayoutSetPrototypes(long companyId)
|
List<LayoutSetPrototype> |
search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> obc)
|
int |
searchCount(long companyId,
Boolean active)
|
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
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) |
LayoutSetPrototype |
updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
| 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 LayoutSetPrototypeLocalServiceImpl()
| Method Detail |
|---|
public LayoutSetPrototype addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
PortalException
@Deprecated
public LayoutSetPrototype addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
addLayoutSetPrototype(long,
long, Map, Map, boolean, boolean, ServiceContext)
PortalException
@SystemEvent(action=1,
type=1)
public LayoutSetPrototype deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
throws PortalException
LayoutSetPrototypeLocalServiceBaseImpl
deleteLayoutSetPrototype in interface LayoutSetPrototypeLocalServicedeleteLayoutSetPrototype in class LayoutSetPrototypeLocalServiceBaseImpllayoutSetPrototype - the layout set prototype
PortalException
public LayoutSetPrototype deleteLayoutSetPrototype(long layoutSetPrototypeId)
throws PortalException
LayoutSetPrototypeLocalServiceBaseImpl
deleteLayoutSetPrototype in interface LayoutSetPrototypeLocalServicedeleteLayoutSetPrototype in class LayoutSetPrototypeLocalServiceBaseImpllayoutSetPrototypeId - the primary key of the layout set prototype
PortalException - if a layout set prototype with the primary key could not be found
public void deleteLayoutSetPrototypes()
throws PortalException
PortalException
public void deleteNondefaultLayoutSetPrototypes(long companyId)
throws PortalException
PortalException
@Deprecated
public LayoutSetPrototype getLayoutSetPrototypeByUuid(String uuid)
throws PortalException
getLayoutSetPrototypeByUuidAndCompanyId(String, long)
PortalException
public LayoutSetPrototype getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
throws PortalException
LayoutSetPrototypeLocalServiceBaseImpl
getLayoutSetPrototypeByUuidAndCompanyId in interface LayoutSetPrototypeLocalServicegetLayoutSetPrototypeByUuidAndCompanyId in class LayoutSetPrototypeLocalServiceBaseImpluuid - the layout set prototype's UUIDcompanyId - the primary key of the company
PortalException - if a matching layout set prototype could not be foundpublic List<LayoutSetPrototype> getLayoutSetPrototypes(long companyId)
public List<LayoutSetPrototype> search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutSetPrototype> obc)
public int searchCount(long companyId,
Boolean active)
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
PortalException
@Deprecated
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
throws PortalException
updateLayoutSetPrototype(long, Map, Map, boolean, boolean,
ServiceContext)
PortalException
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
throws PortalException
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||