|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LayoutSetPrototype | |
|---|---|
| com.liferay.portal.model | |
| com.liferay.portal.service | |
| com.liferay.portal.service.persistence | |
| Uses of LayoutSetPrototype in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement LayoutSetPrototype | |
|---|---|
class |
LayoutSetPrototypeWrapper
This class is a wrapper for LayoutSetPrototype. |
| Methods in com.liferay.portal.model that return LayoutSetPrototype | |
|---|---|
LayoutSetPrototype |
LayoutSetPrototypeWrapper.getWrappedLayoutSetPrototype()
|
LayoutSetPrototype |
LayoutSetPrototypeWrapper.toEscapedModel()
|
LayoutSetPrototype |
LayoutSetPrototypeModel.toEscapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type LayoutSetPrototype | |
|---|---|
CacheModel<LayoutSetPrototype> |
LayoutSetPrototypeWrapper.toCacheModel()
|
CacheModel<LayoutSetPrototype> |
LayoutSetPrototypeModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type LayoutSetPrototype | |
|---|---|
int |
LayoutSetPrototypeWrapper.compareTo(LayoutSetPrototype layoutSetPrototype)
|
int |
LayoutSetPrototypeModel.compareTo(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototypeSoap |
LayoutSetPrototypeSoap.toSoapModel(LayoutSetPrototype model)
|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeSoap.toSoapModels(LayoutSetPrototype[] models)
|
static LayoutSetPrototypeSoap[][] |
LayoutSetPrototypeSoap.toSoapModels(LayoutSetPrototype[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type LayoutSetPrototype | |
|---|---|
static LayoutSetPrototypeSoap[] |
LayoutSetPrototypeSoap.toSoapModels(List<LayoutSetPrototype> models)
|
| Constructors in com.liferay.portal.model with parameters of type LayoutSetPrototype | |
|---|---|
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
|
|
| Uses of LayoutSetPrototype in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return LayoutSetPrototype | |
|---|---|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId,
long companyId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.createLayoutSetPrototype(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeService.getLayoutSetPrototype(long layoutSetPrototypeId)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.getLayoutSetPrototype(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutSetPrototype |
LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId,
Map<Locale,String> nameMap,
String description,
boolean active)
|
| Methods in com.liferay.portal.service that return types with arguments of type LayoutSetPrototype | |
|---|---|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.getLayoutSetPrototypes(int start,
int end)
Returns a range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceWrapper.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeLocalServiceUtil.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeLocalService.search(long companyId,
Boolean active,
int start,
int end,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeServiceWrapper.search(long companyId,
Boolean active,
OrderByComparator obc)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeServiceUtil.search(long companyId,
Boolean active,
OrderByComparator obc)
|
List<LayoutSetPrototype> |
LayoutSetPrototypeService.search(long companyId,
Boolean active,
OrderByComparator obc)
|
| Methods in com.liferay.portal.service with parameters of type LayoutSetPrototype | |
|---|---|
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Adds the layout set prototype to the database. |
void |
LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
static void |
LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
void |
LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
static LayoutSetPrototype |
LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
LayoutSetPrototype |
LayoutSetPrototypeLocalService.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
boolean merge)
Updates the layout set prototype in the database or adds it if it does not yet exist. |
| Uses of LayoutSetPrototype in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return LayoutSetPrototype | |
|---|---|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.fetchByPrimaryKey(long layoutSetPrototypeId)
Finds the layout set prototype with the primary key or returns null if it could not be found. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.fetchByPrimaryKey(long layoutSetPrototypeId)
Finds the layout set prototype with the primary key or returns null if it could not be found. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Filters the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Filters the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Filters the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Filters the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the first layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the first layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the last layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the last layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
OrderByComparator orderByComparator)
Finds the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype[] |
LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Finds the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
LayoutSetPrototype[] |
LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
OrderByComparator orderByComparator)
Finds the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.findByPrimaryKey(long layoutSetPrototypeId)
Finds the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.findByPrimaryKey(long layoutSetPrototypeId)
Finds the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.remove(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.remove(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database. |
LayoutSetPrototype |
LayoutSetPrototypePersistence.remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database. |
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
boolean merge,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutSetPrototype | |
|---|---|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active)
Filters by the user's permissions and finds all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active)
Filters by the user's permissions and finds all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId)
Filters by the user's permissions and finds all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId)
Filters by the user's permissions and finds all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end)
Filters by the user's permissions and finds a range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll()
Finds all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll()
Finds all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end)
Finds a range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end)
Finds a range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active)
Finds all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active)
Finds all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end)
Finds a range of all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end)
Finds a range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByC_A(long companyId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes where companyId = ? and active = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId)
Finds all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId)
Finds all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes where companyId = ?. |
List<LayoutSetPrototype> |
LayoutSetPrototypePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the layout set prototypes where companyId = ?. |
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<LayoutSetPrototype> |
LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type LayoutSetPrototype | |
|---|---|
static void |
LayoutSetPrototypeUtil.cacheResult(LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled. |
void |
LayoutSetPrototypePersistence.cacheResult(LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled. |
static void |
LayoutSetPrototypeUtil.clearCache(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.remove(LayoutSetPrototype layoutSetPrototype)
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.remove(LayoutSetPrototype layoutSetPrototype)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype,
boolean merge,
ServiceContext serviceContext)
|
static LayoutSetPrototype |
LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
LayoutSetPrototype |
LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype,
boolean merge)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutSetPrototype | |
|---|---|
static void |
LayoutSetPrototypeUtil.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled. |
void |
LayoutSetPrototypePersistence.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||