|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutSetPrototype | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portlet.sites.util | |
| Uses of LayoutSetPrototype in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement LayoutSetPrototype | |
|---|---|
class |
LayoutSetPrototypeWrapper
This class is a wrapper for LayoutSetPrototype. |
| Methods in com.liferay.portal.model that return LayoutSetPrototype | |
|---|---|
LayoutSetPrototype |
LayoutSetPrototypeWrapper.getWrappedLayoutSetPrototype()
Deprecated. As of 6.1.0, replaced by LayoutSetPrototypeWrapper.getWrappedModel() |
LayoutSetPrototype |
LayoutSetPrototypeWrapper.getWrappedModel()
|
LayoutSetPrototype |
LayoutSetPrototypeWrapper.toEscapedModel()
|
abstract LayoutSetPrototype |
LayoutSetPrototypeModel.toEscapedModel()
|
LayoutSetPrototype |
LayoutSetPrototypeWrapper.toUnescapedModel()
|
abstract LayoutSetPrototype |
LayoutSetPrototypeModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type LayoutSetPrototype | |
|---|---|
CacheModel<LayoutSetPrototype> |
LayoutSetPrototypeWrapper.toCacheModel()
|
abstract CacheModel<LayoutSetPrototype> |
LayoutSetPrototypeModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type LayoutSetPrototype | |
|---|---|
int |
LayoutSetPrototypeWrapper.compareTo(LayoutSetPrototype layoutSetPrototype)
|
abstract int |
LayoutSetPrototypeModel.compareTo(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeSoap.toSoapModel(LayoutSetPrototype model)
|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeSoap.toSoapModels(LayoutSetPrototype[] models)
|
static LayoutSetPrototypeSoap[][] |
LayoutSetPrototypeSoap.toSoapModels(LayoutSetPrototype[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type LayoutSetPrototype | |
|---|---|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeSoap.toSoapModels(List<LayoutSetPrototype> models)
|
| Constructors in com.liferay.portal.model with parameters of type LayoutSetPrototype | |
|---|---|
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
|
|
| Uses of LayoutSetPrototype in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return LayoutSetPrototype | |
|---|---|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.fetchLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeService.getLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String, long) |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String, long) |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String, long) |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout set prototype with the matching UUID and company. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
boolean layoutsUpdateable,
ServiceContext serviceContext)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
String settings)
|
| Methods in com.liferay.portal.service that return types with arguments of type LayoutSetPrototype | |
|---|---|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes(long companyId)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes(long companyId)
|
abstract List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.getLayoutSetPrototypes(long companyId)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
abstract List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator obc)
|
abstract List<LayoutSetPrototype> |
LayoutSetPrototypeService.search(long companyId,
Boolean active,
OrderByComparator obc)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator obc)
|
| Methods in com.liferay.portal.service with parameters of type LayoutSetPrototype | |
|---|---|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
abstract LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
| Uses of LayoutSetPrototype in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return LayoutSetPrototype | |
|---|---|
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or returns null if it could not be found. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or returns null if it could not be found. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
String uuid,
long companyId,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?. |
abstract LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId,
String uuid,
OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?. |
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutSetPrototype | |
|---|---|
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active)
Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active)
Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId)
Returns all the layout set prototypes that the user has permission to view where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId)
Returns all the layout set prototypes that the user has permission to view where companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid)
Returns all the layout set prototypes that the user has permission to view where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid)
Returns all the layout set prototypes that the user has permission to view where uuid = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll()
Returns all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll()
Returns all the layout set prototypes. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end)
Returns a range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end)
Returns a range of all the layout set prototypes. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active)
Returns all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active)
Returns all the layout set prototypes where companyId = ? and active = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ? and active = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId)
Returns all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId)
Returns all the layout set prototypes where companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the layout set prototypes where uuid = ? and companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ? and companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid)
Returns all the layout set prototypes where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid)
Returns all the layout set prototypes where uuid = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ?. |
abstract List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type LayoutSetPrototype | |
|---|---|
abstract void |
LayoutSetPrototypePersistence.cacheResult(LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled. |
static void |
LayoutSetPrototypeUtil.cacheResult(LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled. |
static void |
LayoutSetPrototypeUtil.clearCache(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
abstract LayoutSetPrototype |
LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutSetPrototype | |
|---|---|
abstract void |
LayoutSetPrototypePersistence.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled. |
static void |
LayoutSetPrototypeUtil.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled. |
| Uses of LayoutSetPrototype in com.liferay.portlet.sites.util |
|---|
| Methods in com.liferay.portlet.sites.util with parameters of type LayoutSetPrototype | |
|---|---|
abstract File |
Sites.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
static File |
SitesUtil.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
ServiceContext serviceContext)
|
abstract int |
Sites.getMergeFailCount(LayoutSetPrototype layoutSetPrototype)
|
static int |
SitesUtil.getMergeFailCount(LayoutSetPrototype layoutSetPrototype)
|
abstract void |
Sites.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
InputStream inputStream,
ServiceContext serviceContext)
|
static void |
SitesUtil.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
InputStream inputStream,
ServiceContext serviceContext)
|
abstract void |
Sites.setMergeFailCount(LayoutSetPrototype layoutSetPrototype,
int newMergeFailCount)
|
static void |
SitesUtil.setMergeFailCount(LayoutSetPrototype layoutSetPrototype,
int newMergeFailCount)
|
|
Liferay 6.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||