Liferay 6.0.5

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

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

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 Website.getType()
           
 ListType PhoneWrapper.getType()
           
 ListType Phone.getType()
           
 ListType OrgLaborWrapper.getType()
           
 ListType OrgLabor.getType()
           
 ListType EmailAddressWrapper.getType()
           
 ListType EmailAddress.getType()
           
 ListType AddressWrapper.getType()
           
 ListType Address.getType()
           
 ListType ListTypeWrapper.getWrappedListType()
           
 ListType ListTypeWrapper.toEscapedModel()
           
 ListType ListTypeModel.toEscapedModel()
          Gets a copy of this list type as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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

Classes in com.liferay.portal.model.impl that implement ListType
 class ListTypeImpl
           
 

Methods in com.liferay.portal.model.impl that return ListType
 ListType WebsiteImpl.getType()
           
 ListType PhoneImpl.getType()
           
 ListType OrgLaborImpl.getType()
           
 ListType EmailAddressImpl.getType()
           
 ListType AddressImpl.getType()
           
 ListType ListTypeModelImpl.toEscapedModel()
           
static ListType ListTypeModelImpl.toModel(ListTypeSoap 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 ListType
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 ListTypeServiceWrapper.getListType(int listTypeId)
           
static ListType ListTypeServiceUtil.getListType(int listTypeId)
           
 ListType ListTypeService.getListType(int listTypeId)
           
 

Methods in com.liferay.portal.service that return types with arguments of type ListType
 List<ListType> ListTypeServiceWrapper.getListTypes(String type)
           
static List<ListType> ListTypeServiceUtil.getListTypes(String type)
           
 List<ListType> ListTypeService.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)
           
 

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

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

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
static ListType ListTypeUtil.create(int listTypeId)
          Creates a new list type with the primary key.
 ListType ListTypePersistence.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.
static ListType ListTypeUtil.fetchByPrimaryKey(int listTypeId)
          Finds the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistence.fetchByPrimaryKey(int listTypeId)
          Finds the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(int listTypeId)
          Finds the list type with the primary key or returns null if it could not be found.
 ListType ListTypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the list type with the primary key or returns null if it could not be found.
static ListType ListTypeUtil.findByPrimaryKey(int listTypeId)
          Finds the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistence.findByPrimaryKey(int listTypeId)
          Finds the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(int listTypeId)
          Finds the list type with the primary key or throws a NoSuchListTypeException if it could not be found.
 ListType ListTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the list type with the primary key or throws a NoSuchModelException if it could not be found.
static ListType ListTypeUtil.findByType_First(String type, OrderByComparator orderByComparator)
          Finds the first list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_First(String type, OrderByComparator orderByComparator)
          Finds the first list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_First(String type, OrderByComparator orderByComparator)
          Finds the first list type in the ordered set where type = ?.
static ListType ListTypeUtil.findByType_Last(String type, OrderByComparator orderByComparator)
          Finds the last list type in the ordered set where type = ?.
 ListType ListTypePersistence.findByType_Last(String type, OrderByComparator orderByComparator)
          Finds the last list type in the ordered set where type = ?.
 ListType ListTypePersistenceImpl.findByType_Last(String type, OrderByComparator orderByComparator)
          Finds the last list type in the ordered set where type = ?.
static ListType[] ListTypeUtil.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Finds the list types before and after the current list type in the ordered set where type = ?.
 ListType[] ListTypePersistence.findByType_PrevAndNext(int listTypeId, String type, OrderByComparator orderByComparator)
          Finds 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)
          Finds 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)
           
static ListType ListTypeUtil.remove(int listTypeId)
          Removes the list type with the primary key from the database.
 ListType ListTypePersistence.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.
static ListType ListTypeUtil.remove(ListType listType)
           
 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)
           
static ListType ListTypeUtil.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistence.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
static List<ListType> ListTypeUtil.findAll()
          Finds all the list types.
 List<ListType> ListTypePersistence.findAll()
          Finds all the list types.
 List<ListType> ListTypePersistenceImpl.findAll()
          Finds all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end)
          Finds a range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end)
          Finds a range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end)
          Finds a range of all the list types.
static List<ListType> ListTypeUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the list types.
 List<ListType> ListTypePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the list types.
 List<ListType> ListTypePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the list types.
static List<ListType> ListTypeUtil.findByType(String type)
          Finds all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type)
          Finds all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type)
          Finds all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end)
          Finds a range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end)
          Finds a range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end)
          Finds a range of all the list types where type = ?.
static List<ListType> ListTypeUtil.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistence.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the list types where type = ?.
 List<ListType> ListTypePersistenceImpl.findByType(String type, int start, int end, OrderByComparator orderByComparator)
          Finds 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.
 void ListTypePersistence.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)
           
static ListType ListTypeUtil.remove(ListType listType)
           
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)
           
static ListType ListTypeUtil.updateImpl(ListType listType, boolean merge)
           
 ListType ListTypePersistence.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
static void ListTypeUtil.cacheResult(List<ListType> listTypes)
          Caches the list types in the entity cache if it is enabled.
 void ListTypePersistence.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.
 


Liferay 6.0.5