|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutPrototype | |
|---|---|
| com.liferay.portal.model | This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. |
| com.liferay.portal.model.impl | This package defines the portal model implementation base classes. |
| com.liferay.portal.service | This package defines the portal service interfaces and classes. |
| com.liferay.portal.service.base | This package defines the portal service local and remote base classes. |
| com.liferay.portal.service.http | This package defines the HTTP and SOAP portal service utilities. |
| com.liferay.portal.service.impl | This package defines the portal service local and remote implementations. |
| com.liferay.portal.service.persistence | This package defines the portal service persistence interfaces, classes, and utilities. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| com.liferay.portal.util | This package defines the portal utility interfaces and classes. |
| com.liferay.portal.util.comparator | This package defines the portal comparator classes. |
| com.liferay.portal.util.test | |
| com.liferay.portlet.sites.util | |
| com.liferay.sites.kernel.util | |
| 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. |
| Fields in com.liferay.portal.model with type parameters of type LayoutPrototype | |
|---|---|
static Accessor<LayoutPrototype,Long> |
LayoutPrototype.LAYOUT_PROTOTYPE_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeWrapper.getWrappedModel()
|
LayoutPrototype |
LayoutPrototypeWrapper.toEscapedModel()
|
LayoutPrototype |
LayoutPrototypeModel.toEscapedModel()
|
LayoutPrototype |
LayoutPrototypeWrapper.toUnescapedModel()
|
LayoutPrototype |
LayoutPrototypeModel.toUnescapedModel()
|
| 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.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement LayoutPrototype | |
|---|---|
class |
LayoutPrototypeBaseImpl
The extended model base implementation for the LayoutPrototype service. |
class |
LayoutPrototypeImpl
|
| Methods in com.liferay.portal.model.impl that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeCacheModel.toEntityModel()
|
LayoutPrototype |
LayoutPrototypeModelImpl.toEscapedModel()
|
static LayoutPrototype |
LayoutPrototypeModelImpl.toModel(LayoutPrototypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
| Methods in com.liferay.portal.model.impl that return types with arguments of type LayoutPrototype | |
|---|---|
CacheModel<LayoutPrototype> |
LayoutPrototypeModelImpl.toCacheModel()
|
static List<LayoutPrototype> |
LayoutPrototypeModelImpl.toModels(LayoutPrototypeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
| Methods in com.liferay.portal.model.impl with parameters of type LayoutPrototype | |
|---|---|
int |
LayoutPrototypeModelImpl.compareTo(LayoutPrototype layoutPrototype)
|
| Uses of LayoutPrototype in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
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(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalService.addLayoutPrototype(long,
long, Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long,
long, Map, String, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long,
long, Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalService.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeService.addLayoutPrototype(Map,
String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeServiceWrapper.addLayoutPrototype(Map,
String, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeServiceUtil.addLayoutPrototype(Map,
String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeService.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceWrapper.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceUtil.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalService.createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
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.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalService.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypeLocalService.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeService.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.fetchLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.fetchLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalService.fetchLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.fetchLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.fetchLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
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 |
LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId(String, long) |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuidAndCompanyId(String, long) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuidAndCompanyId(String, long) |
LayoutPrototype |
LayoutPrototypeLocalService.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
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)
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(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalService.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeService.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeServiceWrapper.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeServiceUtil.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalService.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeService.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceWrapper.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
static LayoutPrototype |
LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceUtil.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
| Methods in com.liferay.portal.service that return types with arguments of type LayoutPrototype | |
|---|---|
List<LayoutPrototype> |
LayoutPrototypeLocalService.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
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.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeService.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
static List<LayoutPrototype> |
LayoutPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
| Methods in com.liferay.portal.service with parameters of type LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
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.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
static LayoutPrototype |
LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
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)
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. |
| Method parameters in com.liferay.portal.service with type arguments of type LayoutPrototype | |
|---|---|
List<LayoutPrototype> |
LayoutPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
static List<LayoutPrototype> |
LayoutPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeService.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
static List<LayoutPrototype> |
LayoutPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
| Uses of LayoutPrototype in com.liferay.portal.service.base |
|---|
| Methods in com.liferay.portal.service.base that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.createLayoutPrototype(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.deleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.fetchLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.getLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
Returns the layout prototype with the matching UUID and company. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service.base that return types with arguments of type LayoutPrototype | |
|---|---|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceBaseImpl.getLayoutPrototypes(int start,
int end)
Returns a range of all the layout prototypes. |
| Methods in com.liferay.portal.service.base with parameters of type LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.addLayoutPrototype(LayoutPrototype layoutPrototype)
Adds the layout prototype to the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database. |
LayoutPrototype |
LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype)
Updates the layout prototype in the database or adds it if it does not yet exist. |
| Uses of LayoutPrototype in com.liferay.portal.service.http |
|---|
| Methods in com.liferay.portal.service.http that return LayoutPrototype | |
|---|---|
static LayoutPrototype |
LayoutPrototypeServiceHttp.addLayoutPrototype(HttpPrincipal httpPrincipal,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.addLayoutPrototype(HttpPrincipal httpPrincipal,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.addLayoutPrototype(HttpPrincipal httpPrincipal,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.fetchLayoutPrototype(HttpPrincipal httpPrincipal,
long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.getLayoutPrototype(HttpPrincipal httpPrincipal,
long layoutPrototypeId)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.updateLayoutPrototype(HttpPrincipal httpPrincipal,
long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.updateLayoutPrototype(HttpPrincipal httpPrincipal,
long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutPrototype |
LayoutPrototypeServiceHttp.updateLayoutPrototype(HttpPrincipal httpPrincipal,
long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
|
| Methods in com.liferay.portal.service.http that return types with arguments of type LayoutPrototype | |
|---|---|
static List<LayoutPrototype> |
LayoutPrototypeServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
| Method parameters in com.liferay.portal.service.http with type arguments of type LayoutPrototype | |
|---|---|
static List<LayoutPrototype> |
LayoutPrototypeServiceHttp.search(HttpPrincipal httpPrincipal,
long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
static LayoutPrototypeSoap[] |
LayoutPrototypeServiceSoap.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
| Uses of LayoutPrototype in com.liferay.portal.service.impl |
|---|
| Methods in com.liferay.portal.service.impl that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceImpl.addLayoutPrototype(long,
long, Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.addLayoutPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceImpl.addLayoutPrototype(long,
long, Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceImpl.addLayoutPrototype(Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeServiceImpl.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeServiceImpl.addLayoutPrototype(Map,
String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceImpl.addLayoutPrototype(Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceImpl.addLayoutPrototype(Map, Map,
boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.deleteLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeServiceImpl.fetchLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeServiceImpl.getLayoutPrototype(long layoutPrototypeId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.getLayoutPrototypeByUuid(String uuid)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceImpl.getLayoutPrototypeByUuidAndCompanyId(String, long) |
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.getLayoutPrototypeByUuidAndCompanyId(String uuid,
long companyId)
|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeServiceImpl.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
Map<Locale,String> descriptionMap,
boolean active,
ServiceContext serviceContext)
|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeLocalServiceImpl.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceImpl.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
Deprecated. As of 6.2.0, replaced by LayoutPrototypeServiceImpl.updateLayoutPrototype(long,
Map, String, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeLocalServiceImpl.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
LayoutPrototype |
LayoutPrototypeServiceImpl.updateLayoutPrototype(long layoutPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, replaced by LayoutPrototypeServiceImpl.updateLayoutPrototype(long,
Map, Map, boolean, ServiceContext) |
| Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutPrototype | |
|---|---|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceImpl.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeServiceImpl.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
| Methods in com.liferay.portal.service.impl with parameters of type LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypeLocalServiceImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
|
| Method parameters in com.liferay.portal.service.impl with type arguments of type LayoutPrototype | |
|---|---|
List<LayoutPrototype> |
LayoutPrototypeLocalServiceImpl.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> obc)
|
List<LayoutPrototype> |
LayoutPrototypeServiceImpl.search(long companyId,
Boolean active,
OrderByComparator<LayoutPrototype> obc)
|
| 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.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
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)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutPrototype | |
|---|---|
static Map<Serializable,LayoutPrototype> |
LayoutPrototypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,LayoutPrototype> |
LayoutPrototypePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll()
Returns all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll()
Returns all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end)
Returns a range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns 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<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns an ordered 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<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns 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<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
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<LayoutPrototype> 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.update(LayoutPrototype layoutPrototype)
|
static LayoutPrototype |
LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype,
ServiceContext serviceContext)
|
static LayoutPrototype |
LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype)
|
| 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. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns an ordered 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<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns 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<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns 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<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype |
LayoutPrototypeUtil.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistence.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
static LayoutPrototype[] |
LayoutPrototypeUtil.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistence.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
static List<LayoutPrototype> |
LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
|
| Uses of LayoutPrototype in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return LayoutPrototype | |
|---|---|
LayoutPrototype |
LayoutPrototypePersistenceImpl.create(long layoutPrototypeId)
Creates a new layout prototype with the primary key. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or returns null if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByPrimaryKey(long layoutPrototypeId)
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
LayoutPrototype |
LayoutPrototypePersistenceImpl.remove(long layoutPrototypeId)
Removes the layout prototype with the primary key from the database. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.remove(Serializable primaryKey)
Removes the layout prototype with the primary key from the database. |
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.removeImpl(LayoutPrototype layoutPrototype)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.toUnwrappedModel(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistenceImpl.updateImpl(LayoutPrototype layoutPrototype)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type LayoutPrototype | |
|---|---|
Map<Serializable,LayoutPrototype> |
LayoutPrototypePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByC_A(long companyId,
boolean active)
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByCompanyId(long companyId)
Returns all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid(String uuid)
Returns all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findAll()
Returns all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findAll(int start,
int end)
Returns a range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByC_A(long companyId,
boolean active)
Returns all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByCompanyId(long companyId)
Returns all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid_C(String uuid,
long companyId)
Returns all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid(String uuid)
Returns all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid(String uuid,
int start,
int end)
Returns a range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type LayoutPrototype | |
|---|---|
void |
LayoutPrototypePersistenceImpl.cacheResult(LayoutPrototype layoutPrototype)
Caches the layout prototype in the entity cache if it is enabled. |
void |
LayoutPrototypePersistenceImpl.clearCache(LayoutPrototype layoutPrototype)
Clears the cache for the layout prototype. |
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.removeImpl(LayoutPrototype layoutPrototype)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.toUnwrappedModel(LayoutPrototype layoutPrototype)
|
LayoutPrototype |
LayoutPrototypePersistenceImpl.updateImpl(LayoutPrototype layoutPrototype)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type LayoutPrototype | |
|---|---|
void |
LayoutPrototypePersistenceImpl.cacheResult(List<LayoutPrototype> layoutPrototypes)
Caches the layout prototypes in the entity cache if it is enabled. |
void |
LayoutPrototypePersistenceImpl.clearCache(List<LayoutPrototype> layoutPrototypes)
|
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.fetchByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.filterFindByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?. |
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findAll(int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByC_A_First(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ? and active = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutPrototypeId,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutPrototypeId,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByUuid_C_PrevAndNext(long layoutPrototypeId,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_First(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the first layout prototype in the ordered set where uuid = ?. |
LayoutPrototype |
LayoutPrototypePersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the last layout prototype in the ordered set where uuid = ?. |
LayoutPrototype[] |
LayoutPrototypePersistenceImpl.findByUuid_PrevAndNext(long layoutPrototypeId,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator)
Returns an ordered range of all the layout prototypes where uuid = ?. |
List<LayoutPrototype> |
LayoutPrototypePersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout prototypes where uuid = ?. |
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
boolean active,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
long companyId,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
protected LayoutPrototype |
LayoutPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session,
LayoutPrototype layoutPrototype,
String uuid,
OrderByComparator<LayoutPrototype> orderByComparator,
boolean previous)
|
| Uses of LayoutPrototype in com.liferay.portal.util |
|---|
| Method parameters in com.liferay.portal.util with type arguments of type LayoutPrototype | |
|---|---|
static Layout |
DefaultLayoutPrototypesUtil.addLayoutPrototype(long companyId,
long defaultUserId,
String nameKey,
String descriptionKey,
String layouteTemplateId,
List<LayoutPrototype> layoutPrototypes,
ClassLoader classLoader)
|
| Uses of LayoutPrototype in com.liferay.portal.util.comparator |
|---|
| Methods in com.liferay.portal.util.comparator with parameters of type LayoutPrototype | |
|---|---|
int |
LayoutPrototypeCreateDateComparator.compare(LayoutPrototype layoutPrototype1,
LayoutPrototype layoutPrototype2)
|
| Uses of LayoutPrototype in com.liferay.portal.util.test |
|---|
| Methods in com.liferay.portal.util.test that return LayoutPrototype | |
|---|---|
static LayoutPrototype |
LayoutTestUtil.addLayoutPrototype(String name)
|
| Methods in com.liferay.portal.util.test with parameters of type LayoutPrototype | |
|---|---|
static Layout |
LayoutTestUtil.addLayout(Group group,
boolean privateLayout,
LayoutPrototype layoutPrototype,
boolean linkEnabled)
|
static Layout |
LayoutTestUtil.addLayout(long groupId,
boolean privateLayout,
LayoutPrototype layoutPrototype,
boolean linkEnabled)
|
static Layout |
LayoutTestUtil.addLayout(long groupId,
String name,
boolean privateLayout,
LayoutPrototype layoutPrototype,
boolean linkEnabled)
|
| Uses of LayoutPrototype in com.liferay.portlet.sites.util |
|---|
| Methods in com.liferay.portlet.sites.util with parameters of type LayoutPrototype | |
|---|---|
void |
SitesImpl.applyLayoutPrototype(LayoutPrototype layoutPrototype,
Layout targetLayout,
boolean linkEnabled)
|
int |
SitesImpl.getMergeFailCount(LayoutPrototype layoutPrototype)
Returns the number of failed merge attempts for the layout prototype since its last reset or update. |
void |
SitesImpl.setMergeFailCount(LayoutPrototype layoutPrototype,
int newMergeFailCount)
Sets the number of failed merge attempts for the layout prototype to a new value. |
| Uses of LayoutPrototype in com.liferay.sites.kernel.util |
|---|
| Methods in com.liferay.sites.kernel.util with parameters of type LayoutPrototype | |
|---|---|
void |
Sites.applyLayoutPrototype(LayoutPrototype layoutPrototype,
Layout targetLayout,
boolean linkEnabled)
|
static void |
SitesUtil.applyLayoutPrototype(LayoutPrototype layoutPrototype,
Layout targetLayout,
boolean linkEnabled)
|
int |
Sites.getMergeFailCount(LayoutPrototype layoutPrototype)
|
static int |
SitesUtil.getMergeFailCount(LayoutPrototype layoutPrototype)
|
void |
Sites.setMergeFailCount(LayoutPrototype layoutPrototype,
int newMergeFailCount)
|
static void |
SitesUtil.setMergeFailCount(LayoutPrototype layoutPrototype,
int newMergeFailCount)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||