All Methods Instance Methods Abstract Methods Deprecated Methods
Modifier and Type |
Method and Description |
LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext) |
LayoutPrototype |
addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
|
void |
deleteLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
fetchLayoutPrototype(long layoutPrototypeId) |
LayoutPrototype |
getLayoutPrototype(long layoutPrototypeId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
List<LayoutPrototype> |
search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc) |
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,
ServiceContext serviceContext)
|