Liferay 6.0.3

Uses of Interface
com.liferay.portal.model.LayoutPrototype

Packages that use LayoutPrototype
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of LayoutPrototype in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement LayoutPrototype
 class LayoutPrototypeWrapper
           This class is a wrapper for LayoutPrototype.
 

Methods in com.liferay.portal.model that return LayoutPrototype
 LayoutPrototype LayoutPrototypeWrapper.getWrappedLayoutPrototype()
           
 LayoutPrototype LayoutPrototypeWrapper.toEscapedModel()
           
 LayoutPrototype LayoutPrototypeModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model 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 LayoutPrototypeImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutPrototype
 LayoutPrototype LayoutPrototypeModelImpl.toEscapedModel()
           
static LayoutPrototype LayoutPrototypeModelImpl.toModel(LayoutPrototypeSoap soapModel)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type LayoutPrototype
static List<LayoutPrototype> LayoutPrototypeModelImpl.toModels(LayoutPrototypeSoap[] soapModels)
           
 

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 LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalService.addLayoutPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeServiceWrapper.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeServiceUtil.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeService.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.createLayoutPrototype(long layoutPrototypeId)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.createLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalService.createLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
           
static LayoutPrototype LayoutPrototypeServiceUtil.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeService.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.getLayoutPrototype(long layoutPrototypeId)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalService.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypeServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutPrototype
 List<LayoutPrototype> LayoutPrototypeLocalServiceWrapper.getLayoutPrototypes(int start, int end)
           
static List<LayoutPrototype> LayoutPrototypeLocalServiceUtil.getLayoutPrototypes(int start, int end)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.getLayoutPrototypes(int start, int end)
           
 List<LayoutPrototype> LayoutPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
static List<LayoutPrototype> LayoutPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator obc)
           
static List<LayoutPrototype> LayoutPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator obc)
           
 List<LayoutPrototype> LayoutPrototypeService.search(long companyId, Boolean active, OrderByComparator obc)
           
 

Methods in com.liferay.portal.service with parameters of type LayoutPrototype
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalService.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 void LayoutPrototypeLocalServiceWrapper.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
           
static void LayoutPrototypeLocalServiceUtil.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
           
 void LayoutPrototypeLocalService.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceWrapper.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
static LayoutPrototype LayoutPrototypeLocalServiceUtil.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypeLocalService.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 

Uses of LayoutPrototype in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return LayoutPrototype
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.createLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 

Methods in com.liferay.portal.service.base that return types with arguments of type LayoutPrototype
 List<LayoutPrototype> LayoutPrototypeLocalServiceBaseImpl.getLayoutPrototypes(int start, int end)
           
 

Methods in com.liferay.portal.service.base with parameters of type LayoutPrototype
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 void LayoutPrototypeLocalServiceBaseImpl.deleteLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype LayoutPrototypeLocalServiceBaseImpl.updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 

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, String description, boolean active)
           
static LayoutPrototype LayoutPrototypeServiceHttp.getLayoutPrototype(HttpPrincipal httpPrincipal, long layoutPrototypeId)
           
static LayoutPrototype LayoutPrototypeServiceHttp.updateLayoutPrototype(HttpPrincipal httpPrincipal, long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 

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 obc)
           
 

Methods in com.liferay.portal.service.http with parameters of type LayoutPrototype
static JSONArray LayoutPrototypeJSONSerializer.toJSONArray(LayoutPrototype[] models)
           
static JSONArray LayoutPrototypeJSONSerializer.toJSONArray(LayoutPrototype[][] models)
           
static JSONObject LayoutPrototypeJSONSerializer.toJSONObject(LayoutPrototype model)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type LayoutPrototype
static JSONArray LayoutPrototypeJSONSerializer.toJSONArray(List<LayoutPrototype> models)
           
 

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, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeServiceImpl.addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeServiceImpl.getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypeServiceImpl.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 LayoutPrototype LayoutPrototypeLocalServiceImpl.updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 

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 obc)
           
 List<LayoutPrototype> LayoutPrototypeServiceImpl.search(long companyId, Boolean active, OrderByComparator 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)
           
 LayoutPrototype LayoutPrototypePersistence.create(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.create(long layoutPrototypeId)
           
static LayoutPrototype LayoutPrototypeUtil.fetchByPrimaryKey(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistence.fetchByPrimaryKey(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByPrimaryKey(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static LayoutPrototype LayoutPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
           
static LayoutPrototype LayoutPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
           
static LayoutPrototype[] LayoutPrototypeUtil.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
           
 LayoutPrototype[] LayoutPrototypePersistence.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
           
 LayoutPrototype[] LayoutPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
           
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static LayoutPrototype LayoutPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static LayoutPrototype[] LayoutPrototypeUtil.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
           
 LayoutPrototype[] LayoutPrototypePersistence.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
           
 LayoutPrototype[] LayoutPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
           
static LayoutPrototype LayoutPrototypeUtil.findByPrimaryKey(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistence.findByPrimaryKey(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.findByPrimaryKey(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static LayoutPrototype LayoutPrototypeUtil.remove(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeUtil.remove(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistence.remove(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.remove(long layoutPrototypeId)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.remove(Serializable primaryKey)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.removeImpl(LayoutPrototype layoutPrototype)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.toUnwrappedModel(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype, boolean merge)
           
static LayoutPrototype LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype, boolean merge, ServiceContext serviceContext)
           
static LayoutPrototype LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.updateImpl(LayoutPrototype layoutPrototype, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutPrototype
static List<LayoutPrototype> LayoutPrototypeUtil.findAll()
           
 List<LayoutPrototype> LayoutPrototypePersistence.findAll()
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findAll()
           
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findAll(int start, int end)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findByC_A(long companyId, boolean active)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByC_A(long companyId, boolean active)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByCompanyId(long companyId)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<LayoutPrototype> LayoutPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutPrototype> LayoutPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutPrototype
static void LayoutPrototypeUtil.cacheResult(LayoutPrototype layoutPrototype)
           
 void LayoutPrototypePersistence.cacheResult(LayoutPrototype layoutPrototype)
           
 void LayoutPrototypePersistenceImpl.cacheResult(LayoutPrototype layoutPrototype)
           
static void LayoutPrototypeUtil.clearCache(LayoutPrototype layoutPrototype)
           
 void LayoutPrototypePersistenceImpl.clearCache(LayoutPrototype layoutPrototype)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static LayoutPrototype LayoutPrototypeUtil.remove(LayoutPrototype layoutPrototype)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.removeImpl(LayoutPrototype layoutPrototype)
           
protected  LayoutPrototype LayoutPrototypePersistenceImpl.toUnwrappedModel(LayoutPrototype layoutPrototype)
           
static LayoutPrototype LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype, boolean merge)
           
static LayoutPrototype LayoutPrototypeUtil.update(LayoutPrototype layoutPrototype, boolean merge, ServiceContext serviceContext)
           
static LayoutPrototype LayoutPrototypeUtil.updateImpl(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypePersistence.updateImpl(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype LayoutPrototypePersistenceImpl.updateImpl(LayoutPrototype layoutPrototype, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutPrototype
static void LayoutPrototypeUtil.cacheResult(List<LayoutPrototype> layoutPrototypes)
           
 void LayoutPrototypePersistence.cacheResult(List<LayoutPrototype> layoutPrototypes)
           
 void LayoutPrototypePersistenceImpl.cacheResult(List<LayoutPrototype> layoutPrototypes)
           
 


Liferay 6.0.3