Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
WebDAVPropsWrapper
This class is a wrapper for
WebDAVProps . |
Modifier and Type | Field and Description |
---|---|
static Accessor<WebDAVProps,Long> |
WebDAVProps.WEB_DAV_PROPS_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
WebDAVProps |
WebDAVPropsWrapper.getWrappedModel() |
WebDAVProps |
WebDAVPropsModel.toEscapedModel() |
WebDAVProps |
WebDAVPropsWrapper.toEscapedModel() |
WebDAVProps |
WebDAVPropsModel.toUnescapedModel() |
WebDAVProps |
WebDAVPropsWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<WebDAVProps> |
WebDAVPropsModel.toCacheModel() |
CacheModel<WebDAVProps> |
WebDAVPropsWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
WebDAVPropsModel.compareTo(WebDAVProps webDAVProps) |
int |
WebDAVPropsWrapper.compareTo(WebDAVProps webDAVProps) |
static WebDAVPropsSoap |
WebDAVPropsSoap.toSoapModel(WebDAVProps model) |
static WebDAVPropsSoap[] |
WebDAVPropsSoap.toSoapModels(WebDAVProps[] models) |
static WebDAVPropsSoap[][] |
WebDAVPropsSoap.toSoapModels(WebDAVProps[][] models) |
Modifier and Type | Method and Description |
---|---|
static WebDAVPropsSoap[] |
WebDAVPropsSoap.toSoapModels(List<WebDAVProps> models) |
Constructor and Description |
---|
WebDAVPropsWrapper(WebDAVProps webDAVProps) |
Modifier and Type | Method and Description |
---|---|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web dav props to the database.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web dav props to the database.
|
WebDAVProps |
WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web dav props to the database.
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.createWebDAVProps(long webDavPropsId)
Creates a new web dav props with the primary key.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.createWebDAVProps(long webDavPropsId)
Creates a new web dav props with the primary key.
|
WebDAVProps |
WebDAVPropsLocalService.createWebDAVProps(long webDavPropsId)
Creates a new web dav props with the primary key.
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(long webDavPropsId)
Deletes the web dav props with the primary key from the database.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.deleteWebDAVProps(long webDavPropsId)
Deletes the web dav props with the primary key from the database.
|
WebDAVProps |
WebDAVPropsLocalService.deleteWebDAVProps(long webDavPropsId)
Deletes the web dav props with the primary key from the database.
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web dav props from the database.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web dav props from the database.
|
WebDAVProps |
WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web dav props from the database.
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.fetchWebDAVProps(long webDavPropsId) |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.fetchWebDAVProps(long webDavPropsId) |
WebDAVProps |
WebDAVPropsLocalService.fetchWebDAVProps(long webDavPropsId) |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.getWebDAVProps(long webDavPropsId)
Returns the web dav props with the primary key.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.getWebDAVProps(long webDavPropsId)
Returns the web dav props with the primary key.
|
WebDAVProps |
WebDAVPropsLocalService.getWebDAVProps(long webDavPropsId)
Returns the web dav props with the primary key.
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.getWebDAVProps(long companyId,
String className,
long classPK) |
static WebDAVProps |
WebDAVPropsLocalServiceUtil.getWebDAVProps(long companyId,
String className,
long classPK) |
WebDAVProps |
WebDAVPropsLocalService.getWebDAVProps(long companyId,
String className,
long classPK) |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web dav props in the database or adds it if it does not yet exist.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web dav props in the database or adds it if it does not yet exist.
|
WebDAVProps |
WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web dav props in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<WebDAVProps> |
WebDAVPropsLocalServiceWrapper.getWebDAVPropses(int start,
int end)
Returns a range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsLocalServiceUtil.getWebDAVPropses(int start,
int end)
Returns a range of all the web dav propses.
|
List<WebDAVProps> |
WebDAVPropsLocalService.getWebDAVPropses(int start,
int end)
Returns a range of all the web dav propses.
|
Modifier and Type | Method and Description |
---|---|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web dav props to the database.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web dav props to the database.
|
WebDAVProps |
WebDAVPropsLocalService.addWebDAVProps(WebDAVProps webDAVProps)
Adds the web dav props to the database.
|
WebDAVProps |
WebDAVPropsLocalServiceWrapper.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web dav props from the database.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web dav props from the database.
|
WebDAVProps |
WebDAVPropsLocalService.deleteWebDAVProps(WebDAVProps webDAVProps)
Deletes the web dav props from the database.
|
void |
WebDAVPropsLocalServiceWrapper.storeWebDAVProps(WebDAVProps webDAVProps) |
static void |
WebDAVPropsLocalServiceUtil.storeWebDAVProps(WebDAVProps webDAVProps) |
void |
WebDAVPropsLocalService.storeWebDAVProps(WebDAVProps webDAVProps) |
WebDAVProps |
WebDAVPropsLocalServiceWrapper.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web dav props in the database or adds it if it does not yet exist.
|
static WebDAVProps |
WebDAVPropsLocalServiceUtil.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web dav props in the database or adds it if it does not yet exist.
|
WebDAVProps |
WebDAVPropsLocalService.updateWebDAVProps(WebDAVProps webDAVProps)
Updates the web dav props in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
WebDAVProps |
WebDAVPropsPersistence.create(long webDavPropsId)
Creates a new web dav props with the primary key.
|
static WebDAVProps |
WebDAVPropsUtil.create(long webDavPropsId)
Creates a new web dav props with the primary key.
|
WebDAVProps |
WebDAVPropsPersistence.fetchByC_C(long classNameId,
long classPK)
Returns the web dav props where classNameId = ? and classPK = ? or returns
null if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.fetchByC_C(long classNameId,
long classPK)
Returns the web dav props where classNameId = ? and classPK = ? or returns
null if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the web dav props where classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
static WebDAVProps |
WebDAVPropsUtil.fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the web dav props where classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
WebDAVProps |
WebDAVPropsPersistence.fetchByPrimaryKey(long webDavPropsId)
Returns the web dav props with the primary key or returns
null if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.fetchByPrimaryKey(long webDavPropsId)
Returns the web dav props with the primary key or returns
null if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.findByC_C(long classNameId,
long classPK)
Returns the web dav props where classNameId = ? and classPK = ? or throws a
NoSuchWebDAVPropsException if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.findByC_C(long classNameId,
long classPK)
Returns the web dav props where classNameId = ? and classPK = ? or throws a
NoSuchWebDAVPropsException if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.findByPrimaryKey(long webDavPropsId)
Returns the web dav props with the primary key or throws a
NoSuchWebDAVPropsException if it could not be found. |
static WebDAVProps |
WebDAVPropsUtil.findByPrimaryKey(long webDavPropsId)
Returns the web dav props with the primary key or throws a
NoSuchWebDAVPropsException if it could not be found. |
WebDAVProps |
WebDAVPropsPersistence.remove(long webDavPropsId)
Removes the web dav props with the primary key from the database.
|
static WebDAVProps |
WebDAVPropsUtil.remove(long webDavPropsId)
Removes the web dav props with the primary key from the database.
|
WebDAVProps |
WebDAVPropsPersistence.removeByC_C(long classNameId,
long classPK)
Removes the web dav props where classNameId = ? and classPK = ? from the database.
|
static WebDAVProps |
WebDAVPropsUtil.removeByC_C(long classNameId,
long classPK)
Removes the web dav props where classNameId = ? and classPK = ? from the database.
|
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps) |
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps,
ServiceContext serviceContext) |
WebDAVProps |
WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps) |
static WebDAVProps |
WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps) |
Modifier and Type | Method and Description |
---|---|
Map<Serializable,WebDAVProps> |
WebDAVPropsPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,WebDAVProps> |
WebDAVPropsUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<WebDAVProps> |
WebDAVPropsPersistence.findAll()
Returns all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll()
Returns all the web dav propses.
|
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end)
Returns a range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end)
Returns a range of all the web dav propses.
|
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web dav propses.
|
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
WebDAVPropsPersistence.cacheResult(WebDAVProps webDAVProps)
Caches the web dav props in the entity cache if it is enabled.
|
static void |
WebDAVPropsUtil.cacheResult(WebDAVProps webDAVProps)
Caches the web dav props in the entity cache if it is enabled.
|
static void |
WebDAVPropsUtil.clearCache(WebDAVProps webDAVProps) |
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps) |
static WebDAVProps |
WebDAVPropsUtil.update(WebDAVProps webDAVProps,
ServiceContext serviceContext) |
WebDAVProps |
WebDAVPropsPersistence.updateImpl(WebDAVProps webDAVProps) |
static WebDAVProps |
WebDAVPropsUtil.updateImpl(WebDAVProps webDAVProps) |
Modifier and Type | Method and Description |
---|---|
void |
WebDAVPropsPersistence.cacheResult(List<WebDAVProps> webDAVPropses)
Caches the web dav propses in the entity cache if it is enabled.
|
static void |
WebDAVPropsUtil.cacheResult(List<WebDAVProps> webDAVPropses)
Caches the web dav propses in the entity cache if it is enabled.
|
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web dav propses.
|
List<WebDAVProps> |
WebDAVPropsPersistence.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findAll(int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the web dav propses.
|
static List<WebDAVProps> |
WebDAVPropsUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<WebDAVProps> orderByComparator) |