|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Fields in com.liferay.portal.model with type parameters of type ListType | |
|---|---|
static Accessor<ListType,Long> |
ListType.LIST_TYPE_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return ListType | |
|---|---|
ListType |
EmailAddressWrapper.getType()
|
ListType |
Website.getType()
|
ListType |
EmailAddress.getType()
|
ListType |
OrgLabor.getType()
|
ListType |
Address.getType()
|
ListType |
AddressWrapper.getType()
|
ListType |
WebsiteWrapper.getType()
|
ListType |
PhoneWrapper.getType()
|
ListType |
OrgLaborWrapper.getType()
|
ListType |
Phone.getType()
|
ListType |
ListTypeWrapper.getWrappedModel()
|
ListType |
ListTypeWrapper.toEscapedModel()
|
ListType |
ListTypeModel.toEscapedModel()
|
ListType |
ListTypeWrapper.toUnescapedModel()
|
ListType |
ListTypeModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type ListType | |
|---|---|
CacheModel<ListType> |
ListTypeWrapper.toCacheModel()
|
CacheModel<ListType> |
ListTypeModel.toCacheModel()
|
| 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.service |
|---|
| Methods in com.liferay.portal.service that return ListType | |
|---|---|
static ListType |
ListTypeLocalServiceUtil.addListType(ListType listType)
Adds the list type to the database. |
ListType |
ListTypeLocalServiceWrapper.addListType(ListType listType)
Adds the list type to the database. |
ListType |
ListTypeLocalService.addListType(ListType listType)
Adds the list type to the database. |
static ListType |
ListTypeLocalServiceUtil.addListType(String name,
String type)
|
ListType |
ListTypeLocalServiceWrapper.addListType(String name,
String type)
|
ListType |
ListTypeLocalService.addListType(String name,
String type)
|
static ListType |
ListTypeLocalServiceUtil.createListType(long listTypeId)
Creates a new list type with the primary key. |
ListType |
ListTypeLocalServiceWrapper.createListType(long listTypeId)
Creates a new list type with the primary key. |
ListType |
ListTypeLocalService.createListType(long listTypeId)
Creates a new list type with the primary key. |
static ListType |
ListTypeLocalServiceUtil.deleteListType(ListType listType)
Deletes the list type from the database. |
ListType |
ListTypeLocalServiceWrapper.deleteListType(ListType listType)
Deletes the list type from the database. |
ListType |
ListTypeLocalService.deleteListType(ListType listType)
Deletes the list type from the database. |
static ListType |
ListTypeLocalServiceUtil.deleteListType(long listTypeId)
Deletes the list type with the primary key from the database. |
ListType |
ListTypeLocalServiceWrapper.deleteListType(long listTypeId)
Deletes the list type with the primary key from the database. |
ListType |
ListTypeLocalService.deleteListType(long listTypeId)
Deletes the list type with the primary key from the database. |
static ListType |
ListTypeLocalServiceUtil.fetchListType(long listTypeId)
|
ListType |
ListTypeLocalServiceWrapper.fetchListType(long listTypeId)
|
ListType |
ListTypeLocalService.fetchListType(long listTypeId)
|
ListType |
ListTypeService.getListType(long listTypeId)
|
static ListType |
ListTypeLocalServiceUtil.getListType(long listTypeId)
Returns the list type with the primary key. |
ListType |
ListTypeLocalServiceWrapper.getListType(long listTypeId)
Returns the list type with the primary key. |
ListType |
ListTypeLocalService.getListType(long listTypeId)
Returns the list type with the primary key. |
ListType |
ListTypeServiceWrapper.getListType(long listTypeId)
|
static ListType |
ListTypeServiceUtil.getListType(long listTypeId)
|
static ListType |
ListTypeLocalServiceUtil.updateListType(ListType listType)
Updates the list type in the database or adds it if it does not yet exist. |
ListType |
ListTypeLocalServiceWrapper.updateListType(ListType listType)
Updates the list type in the database or adds it if it does not yet exist. |
ListType |
ListTypeLocalService.updateListType(ListType listType)
Updates the list type in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type ListType | |
|---|---|
static List<ListType> |
ListTypeLocalServiceUtil.getListTypes(int start,
int end)
Returns a range of all the list types. |
List<ListType> |
ListTypeLocalServiceWrapper.getListTypes(int start,
int end)
Returns a range of all the list types. |
List<ListType> |
ListTypeLocalService.getListTypes(int start,
int end)
Returns a range of all the list types. |
List<ListType> |
ListTypeService.getListTypes(String type)
|
static List<ListType> |
ListTypeLocalServiceUtil.getListTypes(String type)
|
List<ListType> |
ListTypeLocalServiceWrapper.getListTypes(String type)
|
List<ListType> |
ListTypeLocalService.getListTypes(String type)
|
List<ListType> |
ListTypeServiceWrapper.getListTypes(String type)
|
static List<ListType> |
ListTypeServiceUtil.getListTypes(String type)
|
| Methods in com.liferay.portal.service with parameters of type ListType | |
|---|---|
static ListType |
ListTypeLocalServiceUtil.addListType(ListType listType)
Adds the list type to the database. |
ListType |
ListTypeLocalServiceWrapper.addListType(ListType listType)
Adds the list type to the database. |
ListType |
ListTypeLocalService.addListType(ListType listType)
Adds the list type to the database. |
static ListType |
ListTypeLocalServiceUtil.deleteListType(ListType listType)
Deletes the list type from the database. |
ListType |
ListTypeLocalServiceWrapper.deleteListType(ListType listType)
Deletes the list type from the database. |
ListType |
ListTypeLocalService.deleteListType(ListType listType)
Deletes the list type from the database. |
static ListType |
ListTypeLocalServiceUtil.updateListType(ListType listType)
Updates the list type in the database or adds it if it does not yet exist. |
ListType |
ListTypeLocalServiceWrapper.updateListType(ListType listType)
Updates the list type in the database or adds it if it does not yet exist. |
ListType |
ListTypeLocalService.updateListType(ListType listType)
Updates the list type in the database or adds it if it does not yet exist. |
| Uses of ListType in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return ListType | |
|---|---|
static ListType |
ListTypeUtil.create(long listTypeId)
Creates a new list type with the primary key. |
ListType |
ListTypePersistence.create(long listTypeId)
Creates a new list type with the primary key. |
static ListType |
ListTypeUtil.fetchByN_T(String name,
String type)
Returns the list type where name = ? and type = ? or returns null if it could not be found. |
ListType |
ListTypePersistence.fetchByN_T(String name,
String type)
Returns the list type where name = ? and type = ? or returns null if it could not be found. |
static ListType |
ListTypeUtil.fetchByN_T(String name,
String type,
boolean retrieveFromCache)
Returns the list type where name = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
ListType |
ListTypePersistence.fetchByN_T(String name,
String type,
boolean retrieveFromCache)
Returns the list type where name = ? and type = ? or returns null if it could not be found, optionally using the finder cache. |
static ListType |
ListTypeUtil.fetchByPrimaryKey(long listTypeId)
Returns the list type with the primary key or returns null if it could not be found. |
ListType |
ListTypePersistence.fetchByPrimaryKey(long 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<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.fetchByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.fetchByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.fetchByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.findByN_T(String name,
String type)
Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found. |
ListType |
ListTypePersistence.findByN_T(String name,
String type)
Returns the list type where name = ? and type = ? or throws a NoSuchListTypeException if it could not be found. |
static ListType |
ListTypeUtil.findByPrimaryKey(long listTypeId)
Returns the list type with the primary key or throws a NoSuchListTypeException if it could not be found. |
ListType |
ListTypePersistence.findByPrimaryKey(long 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<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.findByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.findByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.findByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
static ListType[] |
ListTypeUtil.findByType_PrevAndNext(long listTypeId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
ListType[] |
ListTypePersistence.findByType_PrevAndNext(long listTypeId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.remove(long listTypeId)
Removes the list type with the primary key from the database. |
ListType |
ListTypePersistence.remove(long listTypeId)
Removes the list type with the primary key from the database. |
static ListType |
ListTypeUtil.removeByN_T(String name,
String type)
Removes the list type where name = ? and type = ? from the database. |
ListType |
ListTypePersistence.removeByN_T(String name,
String type)
Removes the list type where name = ? and type = ? from the database. |
static ListType |
ListTypeUtil.update(ListType listType)
|
static ListType |
ListTypeUtil.update(ListType listType,
ServiceContext serviceContext)
|
static ListType |
ListTypeUtil.updateImpl(ListType listType)
|
ListType |
ListTypePersistence.updateImpl(ListType listType)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type ListType | |
|---|---|
static Map<Serializable,ListType> |
ListTypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,ListType> |
ListTypePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<ListType> |
ListTypeUtil.findAll()
Returns all the list types. |
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. |
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<ListType> orderByComparator)
Returns an ordered range of all the list types. |
List<ListType> |
ListTypePersistence.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types. |
static List<ListType> |
ListTypeUtil.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types. |
List<ListType> |
ListTypePersistence.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types. |
static List<ListType> |
ListTypeUtil.findByType(String type)
Returns all the list types where type = ?. |
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 = ?. |
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<ListType> orderByComparator)
Returns an ordered range of all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types where type = ?. |
static List<ListType> |
ListTypeUtil.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
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<ListType> 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. |
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)
|
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. |
void |
ListTypePersistence.cacheResult(List<ListType> listTypes)
Caches the list types in the entity cache if it is enabled. |
static ListType |
ListTypeUtil.fetchByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.fetchByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.fetchByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.fetchByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
static List<ListType> |
ListTypeUtil.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types. |
List<ListType> |
ListTypePersistence.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types. |
static List<ListType> |
ListTypeUtil.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types. |
List<ListType> |
ListTypePersistence.findAll(int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types. |
static ListType |
ListTypeUtil.findByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.findByType_First(String type,
OrderByComparator<ListType> orderByComparator)
Returns the first list type in the ordered set where type = ?. |
static ListType |
ListTypeUtil.findByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
ListType |
ListTypePersistence.findByType_Last(String type,
OrderByComparator<ListType> orderByComparator)
Returns the last list type in the ordered set where type = ?. |
static ListType[] |
ListTypeUtil.findByType_PrevAndNext(long listTypeId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
ListType[] |
ListTypePersistence.findByType_PrevAndNext(long listTypeId,
String type,
OrderByComparator<ListType> orderByComparator)
Returns the list types before and after the current list type in the ordered set where type = ?. |
static List<ListType> |
ListTypeUtil.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
Returns an ordered range of all the list types where type = ?. |
static List<ListType> |
ListTypeUtil.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types where type = ?. |
List<ListType> |
ListTypePersistence.findByType(String type,
int start,
int end,
OrderByComparator<ListType> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the list types where type = ?. |
static List<ListType> |
ListTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ListType> orderByComparator)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||