Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class WebDAVPropsUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.WebDAVPropsUtil

@ProviderType
public class WebDAVPropsUtil
extends Object

The persistence utility for the web d a v props service. This utility wraps WebDAVPropsPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

See Also:
WebDAVPropsPersistence, WebDAVPropsPersistenceImpl

Constructor Summary
WebDAVPropsUtil()
           
 
Method Summary
static void cacheResult(List<WebDAVProps> webDAVPropses)
          Caches the web d a v propses in the entity cache if it is enabled.
static void cacheResult(WebDAVProps webDAVProps)
          Caches the web d a v props in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(WebDAVProps webDAVProps)
           
static int countAll()
          Returns the number of web d a v propses.
static int countByC_C(long classNameId, long classPK)
          Returns the number of web d a v propses where classNameId = ? and classPK = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static WebDAVProps create(long webDavPropsId)
          Creates a new web d a v props with the primary key.
static WebDAVProps fetchByC_C(long classNameId, long classPK)
          Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found.
static WebDAVProps fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static WebDAVProps fetchByPrimaryKey(long webDavPropsId)
          Returns the web d a v props with the primary key or returns null if it could not be found.
static Map<Serializable,WebDAVProps> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<WebDAVProps> findAll()
          Returns all the web d a v propses.
static List<WebDAVProps> findAll(int start, int end)
          Returns a range of all the web d a v propses.
static List<WebDAVProps> findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator)
          Returns an ordered range of all the web d a v propses.
static List<WebDAVProps> findAll(int start, int end, OrderByComparator<WebDAVProps> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the web d a v propses.
static WebDAVProps findByC_C(long classNameId, long classPK)
          Returns the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found.
static WebDAVProps findByPrimaryKey(long webDavPropsId)
          Returns the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.
static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<WebDAVProps> orderByComparator)
           
static WebDAVPropsPersistence getPersistence()
           
static WebDAVProps remove(long webDavPropsId)
          Removes the web d a v props with the primary key from the database.
static void removeAll()
          Removes all the web d a v propses from the database.
static WebDAVProps removeByC_C(long classNameId, long classPK)
          Removes the web d a v props where classNameId = ? and classPK = ? from the database.
static WebDAVProps update(WebDAVProps webDAVProps)
           
static WebDAVProps update(WebDAVProps webDAVProps, ServiceContext serviceContext)
           
static WebDAVProps updateImpl(WebDAVProps webDAVProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVPropsUtil

public WebDAVPropsUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(WebDAVProps webDAVProps)
See Also:
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)

countWithDynamicQuery

public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

public static List<WebDAVProps> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end,
                                                     OrderByComparator<WebDAVProps> orderByComparator)
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)

update

public static WebDAVProps update(WebDAVProps webDAVProps)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static WebDAVProps update(WebDAVProps webDAVProps,
                                 ServiceContext serviceContext)
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByC_C

public static WebDAVProps findByC_C(long classNameId,
                                    long classPK)
                             throws NoSuchWebDAVPropsException
Returns the web d a v props where classNameId = ? and classPK = ? or throws a NoSuchWebDAVPropsException if it could not be found.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching web d a v props
Throws:
NoSuchWebDAVPropsException - if a matching web d a v props could not be found

fetchByC_C

public static WebDAVProps fetchByC_C(long classNameId,
                                     long classPK)
Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching web d a v props, or null if a matching web d a v props could not be found

fetchByC_C

public static WebDAVProps fetchByC_C(long classNameId,
                                     long classPK,
                                     boolean retrieveFromCache)
Returns the web d a v props where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
classNameId - the class name ID
classPK - the class p k
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching web d a v props, or null if a matching web d a v props could not be found

removeByC_C

public static WebDAVProps removeByC_C(long classNameId,
                                      long classPK)
                               throws NoSuchWebDAVPropsException
Removes the web d a v props where classNameId = ? and classPK = ? from the database.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the web d a v props that was removed
Throws:
NoSuchWebDAVPropsException

countByC_C

public static int countByC_C(long classNameId,
                             long classPK)
Returns the number of web d a v propses where classNameId = ? and classPK = ?.

Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching web d a v propses

cacheResult

public static void cacheResult(WebDAVProps webDAVProps)
Caches the web d a v props in the entity cache if it is enabled.

Parameters:
webDAVProps - the web d a v props

cacheResult

public static void cacheResult(List<WebDAVProps> webDAVPropses)
Caches the web d a v propses in the entity cache if it is enabled.

Parameters:
webDAVPropses - the web d a v propses

create

public static WebDAVProps create(long webDavPropsId)
Creates a new web d a v props with the primary key. Does not add the web d a v props to the database.

Parameters:
webDavPropsId - the primary key for the new web d a v props
Returns:
the new web d a v props

remove

public static WebDAVProps remove(long webDavPropsId)
                          throws NoSuchWebDAVPropsException
Removes the web d a v props with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
webDavPropsId - the primary key of the web d a v props
Returns:
the web d a v props that was removed
Throws:
NoSuchWebDAVPropsException - if a web d a v props with the primary key could not be found

updateImpl

public static WebDAVProps updateImpl(WebDAVProps webDAVProps)

findByPrimaryKey

public static WebDAVProps findByPrimaryKey(long webDavPropsId)
                                    throws NoSuchWebDAVPropsException
Returns the web d a v props with the primary key or throws a NoSuchWebDAVPropsException if it could not be found.

Parameters:
webDavPropsId - the primary key of the web d a v props
Returns:
the web d a v props
Throws:
NoSuchWebDAVPropsException - if a web d a v props with the primary key could not be found

fetchByPrimaryKey

public static WebDAVProps fetchByPrimaryKey(long webDavPropsId)
Returns the web d a v props with the primary key or returns null if it could not be found.

Parameters:
webDavPropsId - the primary key of the web d a v props
Returns:
the web d a v props, or null if a web d a v props with the primary key could not be found

fetchByPrimaryKeys

public static Map<Serializable,WebDAVProps> fetchByPrimaryKeys(Set<Serializable> primaryKeys)

findAll

public static List<WebDAVProps> findAll()
Returns all the web d a v propses.

Returns:
the web d a v propses

findAll

public static List<WebDAVProps> findAll(int start,
                                        int end)
Returns a range of all the web d a v propses.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from WebDAVPropsModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of web d a v propses
end - the upper bound of the range of web d a v propses (not inclusive)
Returns:
the range of web d a v propses

findAll

public static List<WebDAVProps> findAll(int start,
                                        int end,
                                        OrderByComparator<WebDAVProps> orderByComparator)
Returns an ordered range of all the web d a v propses.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from WebDAVPropsModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of web d a v propses
end - the upper bound of the range of web d a v propses (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of web d a v propses

findAll

public static List<WebDAVProps> findAll(int start,
                                        int end,
                                        OrderByComparator<WebDAVProps> orderByComparator,
                                        boolean retrieveFromCache)
Returns an ordered range of all the web d a v propses.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil#ALL_POS), then the query will include the default ORDER BY logic from WebDAVPropsModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of web d a v propses
end - the upper bound of the range of web d a v propses (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of web d a v propses

removeAll

public static void removeAll()
Removes all the web d a v propses from the database.


countAll

public static int countAll()
Returns the number of web d a v propses.

Returns:
the number of web d a v propses

getPersistence

public static WebDAVPropsPersistence getPersistence()

Liferay 7.0-ce-b4