Liferay 6.2.0

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

Packages that use ListType
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of ListType in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement ListType
 class ListTypeWrapper
           This class is a wrapper for ListType.
 

Methods in com.liferay.portal.model that return ListType
 ListType EmailAddressWrapper.getType()
           
abstract  ListType Website.getType()
           
abstract  ListType EmailAddress.getType()
           
abstract  ListType OrgLabor.getType()
           
abstract  ListType Address.getType()
           
 ListType AddressWrapper.getType()
           
 ListType WebsiteWrapper.getType()
           
 ListType PhoneWrapper.getType()
           
 ListType OrgLaborWrapper.getType()
           
abstract  ListType Phone.getType()
           
 ListType ListTypeWrapper.getWrappedListType()
          Deprecated. As of 6.1.0, replaced by ListTypeWrapper.getWrappedModel()
 ListType ListTypeWrapper.getWrappedModel()
           
 ListType ListTypeWrapper.toEscapedModel()
           
abstract  ListType ListTypeModel.toEscapedModel()
           
 ListType ListTypeWrapper.toUnescapedModel()
           
abstract  ListType ListTypeModel.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type ListType
 CacheModel<ListType> ListTypeWrapper.toCacheModel()
           
abstract  CacheModel<ListType> ListTypeModel.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type ListType
 int ListTypeWrapper.compareTo(ListType listType)
           
abstract  int ListTypeModel.compareTo(ListType listType)
           
static ListTypeSoap ListTypeSoap.toSoapModel(ListType model)
           
static ListTypeSoap[] ListTypeSoap.toSoapModels(ListType[] models)
           
static ListTypeSoap[][] ListTypeSoap.toSoapModels(ListType[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type ListType
static ListTypeSoap[] ListTypeSoap.toSoapModels(List<ListType> models)
           
 

Constructors in com.liferay.portal.model with parameters of type ListType
ListTypeWrapper(ListType listType)
           
 

Uses of ListType in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ListType
abstract  ListType ListTypeService.getListType(int listTypeId)
           
 ListType ListTypeServiceWrapper.getListType(int listTypeId)
           
static ListType ListTypeServiceUtil.getListType(int listTypeId)
           
 

Methods in com.liferay.portal.service that return types with arguments of type ListType
abstract  List<ListType> ListTypeService.getListTypes(String type)
           
 List<ListType> ListTypeServiceWrapper.getListTypes(String type)
           
static List<ListType> ListTypeServiceUtil.getListTypes(String type)
           
 

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

Methods in com.liferay.portal.service.persistence that return ListType
static ListType ListTypeUtil.create(int listTypeId)
          Creates a new list type with the primary key.
abstract  ListType ListTypePersistence.create(int listTypeId)
          Creates a new list type with the primary key.
static ListType ListTypeUtil.fetchByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
abstract  ListType ListTypePersistence.fetchByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
abstract  ListType ListTypePersistence.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
abstract  ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
abstract  ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Returns the list types before and after the current list type in the ordered set where type = ?.
static ListType ListTypeUtil.remove(int listTypeId)
          Removes the list type with the primary key from the database.
abstract  ListType ListTypePersistence.remove(int listTypeId)
          Removes the list type with the primary key from the database.
static ListType ListTypeUtil.update(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, ServiceContext serviceContext)
           
static ListType ListTypeUtil.updateImpl(ListType listType)
           
abstract  ListType ListTypePersistence.updateImpl(ListType listType)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ListType
static List<ListType> ListTypeUtil.findAll()
          Returns all the list types.
abstract  List<ListType> ListTypePersistence.findAll()
          Returns all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end)
          Returns a range of all the list types.
abstract  List<ListType> ListTypePersistence.findAll(int start, int end)
          Returns a range of all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
abstract  List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
static List<ListType> ListTypeUtil.findByType(String type)
          Returns all the list types where type = ?.
abstract  List<ListType> ListTypePersistence.findByType(String type)
          Returns all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end)
          Returns a range of all the list types where type = ?.
abstract  List<ListType> ListTypePersistence.findByType(String type, int start, int end)
          Returns a range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
abstract  List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ListType> ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type ListType
static void ListTypeUtil.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
abstract  void ListTypePersistence.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
static void ListTypeUtil.clearCache(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, ServiceContext serviceContext)
           
static ListType ListTypeUtil.updateImpl(ListType listType)
           
abstract  ListType ListTypePersistence.updateImpl(ListType listType)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type ListType
static void ListTypeUtil.cacheResult(List<ListType> listTypes)
          Caches the list types in the entity cache if it is enabled.
abstract  void ListTypePersistence.cacheResult(List<ListType> listTypes)
          Caches the list types in the entity cache if it is enabled.
 


Liferay 6.2.0