|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutPrototype | |
|---|---|
| com.liferay.portal.model | |
| com.liferay.portal.service | |
| com.liferay.portal.service.persistence | |
| Uses of LayoutPrototype in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement LayoutPrototype | |
|---|---|
class |
LayoutPrototypeWrapper
This class is a wrapper for LayoutPrototype. |
| Methods in com.liferay.portal.model that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeWrapper.getWrappedLayoutPrototype()
|
LayoutPrototype |
LayoutPrototypeWrapper.toEscapedModel()
|
LayoutPrototype |
LayoutPrototypeModel.toEscapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type LayoutPrototype | |
|---|---|
CacheModel<LayoutPrototype> |
LayoutPrototypeWrapper.toCacheModel()
|
CacheModel<LayoutPrototype> |
LayoutPrototypeModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type LayoutPrototype | |
|---|---|
int |
LayoutPrototypeWrapper.compareTo(LayoutPrototype layoutPrototype)
|
int |
LayoutPrototypeModel.compareTo(LayoutPrototype layoutPrototype)
|
static LayoutPrototypeSoap |
LayoutPrototypeSoap.toSoapModel(LayoutPrototype model)
|
static LayoutPrototypeSoap[] |
LayoutPrototypeSoap.toSoapModels(LayoutPrototype[] models)
|
static LayoutPrototypeSoap[][] |
LayoutPrototypeSoap.toSoapModels(LayoutPrototype[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type LayoutPrototype | |
|---|---|
static LayoutPrototypeSoap[] |
LayoutPrototypeSoap.toSoapModels(List<LayoutPrototype> models)
|
| Constructors in com.liferay.portal.model with parameters of type LayoutPrototype | |
|---|---|
LayoutPrototypeWrapper(LayoutPrototype layoutPrototype)
|
|
| Uses of LayoutPrototype in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalService.createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
Updates the layout prototype in the database or adds it if it does not yet exist. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
| Methods in com.liferay.portal.service that return types with arguments of type LayoutPrototype | |
|---|---|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypeLocalService.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator obc)
|
static List<LayoutPrototype> |
LayoutPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator obc)
|
List<LayoutPrototype> |
LayoutPrototypeService.search(long companyId,
Boolean active,
OrderByComparator obc)
|
| Methods in com.liferay.portal.service with parameters of type LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
void |
LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
static void |
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
void |
LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
Updates the layout prototype in the database or adds it if it does not yet exist. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
Updates the layout prototype in the database or adds it if it does not yet exist. |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype,
boolean merge)
Updates the layout prototype in the database or adds it if it does not yet exist. |
| Uses of LayoutPrototype in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return LayoutPrototype | |
|---|---|
static LayoutPrototype |
LayoutPrototypeUtil.create(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypePersistence.create(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByPrimaryKey(long layoutPrototypeId)
Finds the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByPrimaryKey(long layoutPrototypeId)
Finds the layout prototype with the primary key or returns null if it could not be found. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Filters the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Filters the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Filters the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Filters the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the first layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the last layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Finds the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId)
Finds the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId)
Finds the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
static LayoutPrototype |
LayoutPrototypeUtil.remove(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistence.remove(LayoutPrototype layoutPrototype)
|
static LayoutPrototype |
LayoutPrototypeUtil.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypePersistence.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
boolean merge)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
boolean merge,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype,
boolean merge)
|
LayoutPrototype |
LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype,
boolean merge)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutPrototype | |
|---|---|
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active)
Filters by the user's permissions and finds all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active)
Filters by the user's permissions and finds all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId)
Filters by the user's permissions and finds all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId)
Filters by the user's permissions and finds all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll()
Finds all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll()
Finds all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end)
Finds a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end)
Finds a range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active)
Finds all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active)
Finds all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Finds a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Finds a range of all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId)
Finds all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId)
Finds all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type LayoutPrototype | |
|---|---|
static void |
LayoutPrototypeUtil.cacheResult(LayoutPrototype layoutPrototype)
Caches the layout prototype in the entity cache if it is enabled. |
void |
LayoutPrototypePersistence.cacheResult(LayoutPrototype layoutPrototype)
Caches the layout prototype in the entity cache if it is enabled. |
static void |
LayoutPrototypeUtil.clearCache(LayoutPrototype layoutPrototype)
|
static LayoutPrototype |
LayoutPrototypeUtil.remove(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistence.remove(LayoutPrototype layoutPrototype)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
boolean merge)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
boolean merge,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype,
boolean merge)
|
LayoutPrototype |
LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype,
boolean merge)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutPrototype | |
|---|---|
static void |
LayoutPrototypeUtil.cacheResult(List<LayoutPrototype> layoutPrototypes)
Caches the layout prototypes in the entity cache if it is enabled. |
void |
LayoutPrototypePersistence.cacheResult(List<LayoutPrototype> layoutPrototypes)
Caches the layout prototypes in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||