Liferay 7.0-ce-b4

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

Packages that use LayoutSetPrototype
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 LayoutSetPrototype in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement LayoutSetPrototype
 class LayoutSetPrototypeWrapper
           This class is a wrapper for LayoutSetPrototype.
 

Fields in com.liferay.portal.model with type parameters of type LayoutSetPrototype
static Accessor<LayoutSetPrototype,Long> LayoutSetPrototype.LAYOUT_SET_PROTOTYPE_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypeWrapper.getWrappedModel()
           
 LayoutSetPrototype LayoutSetPrototypeWrapper.toEscapedModel()
           
 LayoutSetPrototype LayoutSetPrototypeModel.toEscapedModel()
           
 LayoutSetPrototype LayoutSetPrototypeWrapper.toUnescapedModel()
           
 LayoutSetPrototype LayoutSetPrototypeModel.toUnescapedModel()
           
 

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.model.impl
 

Classes in com.liferay.portal.model.impl that implement LayoutSetPrototype
 class LayoutSetPrototypeBaseImpl
          The extended model base implementation for the LayoutSetPrototype service.
 class LayoutSetPrototypeImpl
           
 

Methods in com.liferay.portal.model.impl that return LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypeCacheModel.toEntityModel()
           
 LayoutSetPrototype LayoutSetPrototypeModelImpl.toEscapedModel()
           
static LayoutSetPrototype LayoutSetPrototypeModelImpl.toModel(LayoutSetPrototypeSoap 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 LayoutSetPrototype
 CacheModel<LayoutSetPrototype> LayoutSetPrototypeModelImpl.toCacheModel()
           
static List<LayoutSetPrototype> LayoutSetPrototypeModelImpl.toModels(LayoutSetPrototypeSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type LayoutSetPrototype
 int LayoutSetPrototypeModelImpl.compareTo(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.
 LayoutSetPrototype LayoutSetPrototypeLocalService.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 LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceWrapper.addLayoutSetPrototype(long, long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeLocalService.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalService.addLayoutSetPrototype(long, long, Map, Map, boolean, boolean, ServiceContext)
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceUtil.addLayoutSetPrototype(long, long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceWrapper.addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceUtil.addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeService.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeService.addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.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.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.createLayoutSetPrototype(long layoutSetPrototypeId)
          Creates a new layout set prototype with the primary key.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeService.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
 LayoutSetPrototype LayoutSetPrototypeLocalService.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
 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.
 LayoutSetPrototype LayoutSetPrototypeLocalService.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 LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuid(String uuid)
          Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String, long)
 LayoutSetPrototype LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuid(String uuid)
          Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String, long)
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuid(String uuid)
          Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String, long)
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
 LayoutSetPrototype LayoutSetPrototypeLocalService.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.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.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          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, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeService.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
static LayoutSetPrototype LayoutSetPrototypeServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 LayoutSetPrototype LayoutSetPrototypeService.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 LayoutSetPrototype LayoutSetPrototypeLocalService.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 

Methods in com.liferay.portal.service that return types with arguments of type LayoutSetPrototype
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes(int start, int end)
          Returns a range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.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> LayoutSetPrototypeLocalServiceWrapper.getLayoutSetPrototypes(long companyId)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.getLayoutSetPrototypes(long companyId)
           
static List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceUtil.getLayoutSetPrototypes(long companyId)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> 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.
 LayoutSetPrototype LayoutSetPrototypeLocalService.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 LayoutSetPrototypeLocalServiceWrapper.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalService.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceWrapper.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.
static LayoutSetPrototype LayoutSetPrototypeLocalServiceUtil.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Updates the layout set 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 LayoutSetPrototype
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceWrapper.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalService.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceUtil.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceWrapper.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
static List<LayoutSetPrototype> LayoutSetPrototypeServiceUtil.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeService.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 

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

Methods in com.liferay.portal.service.base that return LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Adds the layout set prototype to the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.createLayoutSetPrototype(long layoutSetPrototypeId)
          Creates a new layout set prototype with the primary key.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.deleteLayoutSetPrototype(long layoutSetPrototypeId)
          Deletes the layout set prototype with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.fetchLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.getLayoutSetPrototype(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the layout set prototype with the matching UUID and company.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Updates the layout set 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 LayoutSetPrototype
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceBaseImpl.getLayoutSetPrototypes(int start, int end)
          Returns a range of all the layout set prototypes.
 

Methods in com.liferay.portal.service.base with parameters of type LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Adds the layout set prototype to the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Deletes the layout set prototype from the database.
 LayoutSetPrototype LayoutSetPrototypeLocalServiceBaseImpl.updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
          Updates the layout set prototype in the database or adds it if it does not yet exist.
 

Uses of LayoutSetPrototype in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return LayoutSetPrototype
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.addLayoutSetPrototype(HttpPrincipal httpPrincipal, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.addLayoutSetPrototype(HttpPrincipal httpPrincipal, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.fetchLayoutSetPrototype(HttpPrincipal httpPrincipal, long layoutSetPrototypeId)
           
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.getLayoutSetPrototype(HttpPrincipal httpPrincipal, long layoutSetPrototypeId)
           
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.updateLayoutSetPrototype(HttpPrincipal httpPrincipal, long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.updateLayoutSetPrototype(HttpPrincipal httpPrincipal, long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
static LayoutSetPrototype LayoutSetPrototypeServiceHttp.updateLayoutSetPrototype(HttpPrincipal httpPrincipal, long layoutSetPrototypeId, String settings)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type LayoutSetPrototype
static List<LayoutSetPrototype> LayoutSetPrototypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type LayoutSetPrototype
static List<LayoutSetPrototype> LayoutSetPrototypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
static LayoutSetPrototypeSoap[] LayoutSetPrototypeServiceSoap.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 

Uses of LayoutSetPrototype in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.addLayoutSetPrototype(long userId, long companyId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceImpl.addLayoutSetPrototype(long, long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.addLayoutSetPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceImpl.addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.getLayoutSetPrototypeByUuid(String uuid)
          Deprecated. As of 6.2.0, replaced by LayoutSetPrototypeLocalServiceImpl.getLayoutSetPrototypeByUuidAndCompanyId(String, long)
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.getLayoutSetPrototypeByUuidAndCompanyId(String uuid, long companyId)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeLocalServiceImpl.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by LayoutSetPrototypeServiceImpl.updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 LayoutSetPrototype LayoutSetPrototypeServiceImpl.updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type LayoutSetPrototype
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceImpl.getLayoutSetPrototypes(long companyId)
           
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceImpl.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceImpl.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 

Methods in com.liferay.portal.service.impl with parameters of type LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypeLocalServiceImpl.deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 boolean LayoutLocalServiceHelper.hasLayoutSetPrototypeLayout(LayoutSetPrototype layoutSetPrototype, String layoutUuid)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type LayoutSetPrototype
 List<LayoutSetPrototype> LayoutSetPrototypeLocalServiceImpl.search(long companyId, Boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> obc)
           
 List<LayoutSetPrototype> LayoutSetPrototypeServiceImpl.search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 

Uses of LayoutSetPrototype in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypePersistence.create(long layoutSetPrototypeId)
          Creates a new layout set prototype with the primary key.
static LayoutSetPrototype LayoutSetPrototypeUtil.create(long layoutSetPrototypeId)
          Creates a new layout set prototype with the primary key.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or returns null if it could not be found.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or returns null if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.remove(long layoutSetPrototypeId)
          Removes the layout set prototype with the primary key from the database.
static LayoutSetPrototype LayoutSetPrototypeUtil.remove(long layoutSetPrototypeId)
          Removes the layout set prototype with the primary key from the database.
static LayoutSetPrototype LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type LayoutSetPrototype
 Map<Serializable,LayoutSetPrototype> LayoutSetPrototypePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,LayoutSetPrototype> LayoutSetPrototypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByC_A(long companyId, boolean active)
          Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active)
          Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId)
          Returns all the layout set prototypes that the user has permission to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId)
          Returns all the layout set prototypes that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId)
          Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId)
          Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid)
          Returns all the layout set prototypes that the user has permission to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid)
          Returns all the layout set prototypes that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll()
          Returns all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll()
          Returns all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end)
          Returns a range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end)
          Returns a range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active)
          Returns all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active)
          Returns all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns 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<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId)
          Returns all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId)
          Returns all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId)
          Returns all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid)
          Returns all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid)
          Returns all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type LayoutSetPrototype
 void LayoutSetPrototypePersistence.cacheResult(LayoutSetPrototype layoutSetPrototype)
          Caches the layout set prototype in the entity cache if it is enabled.
static void LayoutSetPrototypeUtil.cacheResult(LayoutSetPrototype layoutSetPrototype)
          Caches the layout set prototype in the entity cache if it is enabled.
static void LayoutSetPrototypeUtil.clearCache(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype LayoutSetPrototypeUtil.update(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext)
           
 LayoutSetPrototype LayoutSetPrototypePersistence.updateImpl(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype LayoutSetPrototypeUtil.updateImpl(LayoutSetPrototype layoutSetPrototype)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type LayoutSetPrototype
 void LayoutSetPrototypePersistence.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
          Caches the layout set prototypes in the entity cache if it is enabled.
static void LayoutSetPrototypeUtil.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
          Caches the layout set prototypes in the entity cache if it is enabled.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns 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<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistence.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype LayoutSetPrototypeUtil.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistence.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
static LayoutSetPrototype[] LayoutSetPrototypeUtil.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
static List<LayoutSetPrototype> LayoutSetPrototypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
           
 

Uses of LayoutSetPrototype in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return LayoutSetPrototype
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.create(long layoutSetPrototypeId)
          Creates a new layout set prototype with the primary key.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or returns null if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the layout set prototype with the primary key or returns null if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByPrimaryKey(long layoutSetPrototypeId)
          Returns the layout set prototype with the primary key or throws a NoSuchLayoutSetPrototypeException if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the layout set prototype with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.remove(long layoutSetPrototypeId)
          Removes the layout set prototype with the primary key from the database.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.remove(Serializable primaryKey)
          Removes the layout set prototype with the primary key from the database.
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.removeImpl(LayoutSetPrototype layoutSetPrototype)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.toUnwrappedModel(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.updateImpl(LayoutSetPrototype layoutSetPrototype)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type LayoutSetPrototype
 Map<Serializable,LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByC_A(long companyId, boolean active)
          Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByCompanyId(long companyId)
          Returns all the layout set prototypes that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid_C(String uuid, long companyId)
          Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid(String uuid)
          Returns all the layout set prototypes that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll()
          Returns all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end)
          Returns a range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active)
          Returns all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId)
          Returns all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid)
          Returns all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type LayoutSetPrototype
 void LayoutSetPrototypePersistenceImpl.cacheResult(LayoutSetPrototype layoutSetPrototype)
          Caches the layout set prototype in the entity cache if it is enabled.
 void LayoutSetPrototypePersistenceImpl.clearCache(LayoutSetPrototype layoutSetPrototype)
          Clears the cache for the layout set prototype.
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.removeImpl(LayoutSetPrototype layoutSetPrototype)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.toUnwrappedModel(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.updateImpl(LayoutSetPrototype layoutSetPrototype)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type LayoutSetPrototype
 void LayoutSetPrototypePersistenceImpl.cacheResult(List<LayoutSetPrototype> layoutSetPrototypes)
          Caches the layout set prototypes in the entity cache if it is enabled.
 void LayoutSetPrototypePersistenceImpl.clearCache(List<LayoutSetPrototype> layoutSetPrototypes)
           
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.filterFindByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.filterFindByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.filterGetByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findAll(int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByC_A_First(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByC_A_Last(long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByC_A_PrevAndNext(long layoutSetPrototypeId, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByC_A(long companyId, boolean active, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByCompanyId_PrevAndNext(long layoutSetPrototypeId, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByUuid_C_PrevAndNext(long layoutSetPrototypeId, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the first layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype LayoutSetPrototypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the last layout set prototype in the ordered set where uuid = ?.
 LayoutSetPrototype[] LayoutSetPrototypePersistenceImpl.findByUuid_PrevAndNext(long layoutSetPrototypeId, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
 List<LayoutSetPrototype> LayoutSetPrototypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the layout set prototypes where uuid = ?.
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByC_A_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, boolean active, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByCompanyId_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, long companyId, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
protected  LayoutSetPrototype LayoutSetPrototypePersistenceImpl.getByUuid_PrevAndNext(Session session, LayoutSetPrototype layoutSetPrototype, String uuid, OrderByComparator<LayoutSetPrototype> orderByComparator, boolean previous)
           
 

Uses of LayoutSetPrototype in com.liferay.portal.util
 

Method parameters in com.liferay.portal.util with type arguments of type LayoutSetPrototype
static LayoutSet DefaultLayoutSetPrototypesUtil.addLayoutSetPrototype(long companyId, long defaultUserId, String nameKey, String descriptionKey, List<LayoutSetPrototype> layoutSetPrototypes, ClassLoader classLoader)
           
 

Uses of LayoutSetPrototype in com.liferay.portal.util.comparator
 

Methods in com.liferay.portal.util.comparator with parameters of type LayoutSetPrototype
 int LayoutSetPrototypeCreateDateComparator.compare(LayoutSetPrototype layoutSetPrototype1, LayoutSetPrototype layoutSetPrototype2)
           
 

Uses of LayoutSetPrototype in com.liferay.portal.util.test
 

Methods in com.liferay.portal.util.test that return LayoutSetPrototype
static LayoutSetPrototype LayoutTestUtil.addLayoutSetPrototype(String name)
           
 

Uses of LayoutSetPrototype in com.liferay.portlet.sites.util
 

Methods in com.liferay.portlet.sites.util with parameters of type LayoutSetPrototype
 File SitesImpl.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext)
           
 int SitesImpl.getMergeFailCount(LayoutSetPrototype layoutSetPrototype)
          Returns the number of failed merge attempts for the layout set prototype since its last reset or update.
 void SitesImpl.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, InputStream inputStream, ServiceContext serviceContext)
           
protected  void SitesImpl.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, long groupId, boolean privateLayout, Map<String,String[]> parameterMap, boolean importData)
           
 void SitesImpl.setMergeFailCount(LayoutSetPrototype layoutSetPrototype, int newMergeFailCount)
          Sets the number of failed merge attempts for the layout set prototype to a new value.
 

Uses of LayoutSetPrototype in com.liferay.sites.kernel.util
 

Methods in com.liferay.sites.kernel.util with parameters of type LayoutSetPrototype
 File Sites.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext)
           
static File SitesUtil.exportLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, ServiceContext serviceContext)
           
 int Sites.getMergeFailCount(LayoutSetPrototype layoutSetPrototype)
           
static int SitesUtil.getMergeFailCount(LayoutSetPrototype layoutSetPrototype)
           
 void Sites.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, InputStream inputStream, ServiceContext serviceContext)
           
static void SitesUtil.importLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, InputStream inputStream, ServiceContext serviceContext)
           
 void Sites.setMergeFailCount(LayoutSetPrototype layoutSetPrototype, int newMergeFailCount)
           
static void SitesUtil.setMergeFailCount(LayoutSetPrototype layoutSetPrototype, int newMergeFailCount)
           
 


Liferay 7.0-ce-b4