Liferay 6.1.2-ce-ga3

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

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 WebsiteWrapper.getType()
           
 ListType AddressWrapper.getType()
           
 ListType Phone.getType()
           
 ListType Address.getType()
           
 ListType Website.getType()
           
 ListType EmailAddress.getType()
           
 ListType PhoneWrapper.getType()
           
 ListType OrgLaborWrapper.getType()
           
 ListType OrgLabor.getType()
           
 ListType EmailAddressWrapper.getType()
           
 ListType ListTypeWrapper.getWrappedListType()
          Deprecated. Renamed to ListTypeWrapper.getWrappedModel()
 ListType ListTypeWrapper.getWrappedModel()
           
 ListType ListTypeModel.toEscapedModel()
           
 ListType ListTypeWrapper.toEscapedModel()
           
 ListType ListTypeModel.toUnescapedModel()
           
 ListType ListTypeWrapper.toUnescapedModel()
           
 

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

Methods in com.liferay.portal.model with parameters of type ListType
 int ListTypeModel.compareTo(ListType listType)
           
 int ListTypeWrapper.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.model.impl
 

Classes in com.liferay.portal.model.impl that implement ListType
 class ListTypeBaseImpl
          The extended model base implementation for the ListType service.
 class ListTypeImpl
           
 

Methods in com.liferay.portal.model.impl that return ListType
 ListType EmailAddressImpl.getType()
           
 ListType AddressImpl.getType()
           
 ListType PhoneImpl.getType()
           
 ListType WebsiteImpl.getType()
           
 ListType OrgLaborImpl.getType()
           
 ListType ListTypeCacheModel.toEntityModel()
           
 ListType ListTypeModelImpl.toEscapedModel()
           
static ListType ListTypeModelImpl.toModel(ListTypeSoap soapModel)
          Converts the soap model instance into a normal model instance.
 ListType ListTypeModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type ListType
 CacheModel<ListType> ListTypeModelImpl.toCacheModel()
           
static List<ListType> ListTypeModelImpl.toModels(ListTypeSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type ListType
 int ListTypeModelImpl.compareTo(ListType listType)
           
 

Uses of ListType in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return ListType
 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
 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.http
 

Methods in com.liferay.portal.service.http that return ListType
static ListType ListTypeServiceHttp.getListType(HttpPrincipal httpPrincipal, int listTypeId)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type ListType
static List<ListType> ListTypeServiceHttp.getListTypes(HttpPrincipal httpPrincipal, String type)
           
 

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

Methods in com.liferay.portal.service.impl that return ListType
 ListType ListTypeServiceImpl.getListType(int listTypeId)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type ListType
 List<ListType> ListTypeServiceImpl.getListTypes(String type)
           
 

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

Methods in com.liferay.portal.service.persistence that return ListType
 ListType ListTypePersistence.create(int listTypeId)
          Creates a new list type with the primary key.
static ListType ListTypeUtil.create(int listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypePersistenceImpl.create(int listTypeId)
          Creates a new list type with the primary key.
 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.fetchByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistence.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.fetchByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 ListType ListTypePersistenceImpl.fetchByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 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.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(int listTypeId)
          Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the list type with the primary key or throws a NoSuchModelException if it could not be found.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator orderByComparator)
          Returns the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last 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 = ?.
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator orderByComparator)
          Returns the last list type in the ordered set where type = ?.
 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.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 = ?.
 ListType[] ListTypePersistenceImpl.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 = ?.
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator orderByComparator, boolean previous)
           
 ListType ListTypePersistence.remove(int listTypeId)
          Removes the list type with the primary key from the database.
static ListType ListTypeUtil.remove(int listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistenceImpl.remove(int listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistenceImpl.remove(Serializable primaryKey)
          Removes the list type with the primary key from the database.
protected  ListType ListTypePersistenceImpl.removeImpl(ListType listType)
           
protected  ListType ListTypePersistenceImpl.toUnwrappedModel(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge, ServiceContext serviceContext)
           
 ListType ListTypePersistence.updateImpl(ListType listType, boolean merge)
           
static ListType ListTypeUtil.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistenceImpl.updateImpl(ListType listType, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type ListType
 List<ListType> ListTypePersistence.findAll()
          Returns all the list types.
static List<ListType> ListTypeUtil.findAll()
          Returns all the list types.
 List<ListType> ListTypePersistenceImpl.findAll()
          Returns all the list types.
 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)
          Returns a range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end)
          Returns a range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered 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.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types.
 List<ListType> ListTypePersistence.findByType(String type)
          Returns all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type)
          Returns all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type)
          Returns all the list types where type = ?.
 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)
          Returns a range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end)
          Returns a range of all the list types where type = ?.
 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.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.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
 void ListTypePersistence.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
static void ListTypeUtil.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
 void ListTypePersistenceImpl.cacheResult(ListType listType)
          Caches the list type in the entity cache if it is enabled.
static void ListTypeUtil.clearCache(ListType listType)
           
 void ListTypePersistenceImpl.clearCache(ListType listType)
          Clears the cache for the list type.
protected  ListType ListTypePersistenceImpl.getByType_PrevAndNext(Session session, ListType listType, String type, OrderByComparator orderByComparator, boolean previous)
           
protected  ListType ListTypePersistenceImpl.removeImpl(ListType listType)
           
protected  ListType ListTypePersistenceImpl.toUnwrappedModel(ListType listType)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge)
           
static ListType ListTypeUtil.update(ListType listType, boolean merge, ServiceContext serviceContext)
           
 ListType ListTypePersistence.updateImpl(ListType listType, boolean merge)
           
static ListType ListTypeUtil.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistenceImpl.updateImpl(ListType listType, boolean merge)
           
 

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


Liferay 6.1.2-ce-ga3