Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class LayoutBranchUtil

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

@ProviderType
public class LayoutBranchUtil
extends Object

The persistence utility for the layout branch service. This utility wraps LayoutBranchPersistenceImpl 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:
LayoutBranchPersistence, LayoutBranchPersistenceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
LayoutBranchUtil()
           
 
Method Summary
static void cacheResult(LayoutBranch layoutBranch)
          Caches the layout branch in the entity cache if it is enabled.
static void cacheResult(List<LayoutBranch> layoutBranchs)
          Caches the layout branchs in the entity cache if it is enabled.
static void clearCache()
           
static void clearCache(LayoutBranch layoutBranch)
           
static int countAll()
          Returns the number of layout branchs.
static int countByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static int countByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?.
static int countByL_P(long layoutSetBranchId, long plid)
          Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?.
static int countByLayoutSetBranchId(long layoutSetBranchId)
          Returns the number of layout branchs where layoutSetBranchId = ?.
static long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static LayoutBranch create(long LayoutBranchId)
          Creates a new layout branch with the primary key.
static LayoutBranch fetchByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch fetchByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found.
static LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean retrieveFromCache)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch fetchByPrimaryKey(long LayoutBranchId)
          Returns the layout branch with the primary key or returns null if it could not be found.
static List<LayoutBranch> findAll()
          Returns all the layout branchs.
static List<LayoutBranch> findAll(int start, int end)
          Returns a range of all the layout branchs.
static List<LayoutBranch> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs.
static LayoutBranch findByL_P_First(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch findByL_P_Last(long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static LayoutBranch findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch[] findByL_P_M_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, boolean master, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static List<LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
static LayoutBranch findByL_P_N(long layoutSetBranchId, long plid, String name)
          Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found.
static LayoutBranch[] findByL_P_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, long plid, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid)
          Returns all the layout branchs where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
static List<LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
static LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
static LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId, long layoutSetBranchId, OrderByComparator orderByComparator)
          Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId)
          Returns all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
          Returns a range of all the layout branchs where layoutSetBranchId = ?.
static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
static LayoutBranch findByPrimaryKey(long LayoutBranchId)
          Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.
static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static LayoutBranchPersistence getPersistence()
           
static LayoutBranch remove(long LayoutBranchId)
          Removes the layout branch with the primary key from the database.
static void removeAll()
          Removes all the layout branchs from the database.
static void removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
          Removes all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ? from the database.
static LayoutBranch removeByL_P_N(long layoutSetBranchId, long plid, String name)
          Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
static void removeByL_P(long layoutSetBranchId, long plid)
          Removes all the layout branchs where layoutSetBranchId = ? and plid = ? from the database.
static void removeByLayoutSetBranchId(long layoutSetBranchId)
          Removes all the layout branchs where layoutSetBranchId = ? from the database.
 void setPersistence(LayoutBranchPersistence persistence)
          Deprecated. As of 6.2.0
static LayoutBranch update(LayoutBranch layoutBranch)
           
static LayoutBranch update(LayoutBranch layoutBranch, ServiceContext serviceContext)
           
static LayoutBranch updateImpl(LayoutBranch layoutBranch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutBranchUtil

public LayoutBranchUtil()
Method Detail

clearCache

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

clearCache

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

countWithDynamicQuery

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

findWithDynamicQuery

public static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                               throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static List<LayoutBranch> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

findWithDynamicQuery

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

update

public static LayoutBranch update(LayoutBranch layoutBranch)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel)

update

public static LayoutBranch update(LayoutBranch layoutBranch,
                                  ServiceContext serviceContext)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)

findByLayoutSetBranchId

public static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId)
                                                  throws SystemException
Returns all the layout branchs where layoutSetBranchId = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
Returns:
the matching layout branchs
Throws:
SystemException - if a system exception occurred

findByLayoutSetBranchId

public static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId,
                                                         int start,
                                                         int end)
                                                  throws SystemException
Returns a range of all the layout branchs where layoutSetBranchId = ?.

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 LayoutBranchModelImpl. 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:
layoutSetBranchId - the layout set branch ID
start - the lower bound of the range of layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
Returns:
the range of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByLayoutSetBranchId

public static List<LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId,
                                                         int start,
                                                         int end,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.

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 LayoutBranchModelImpl. 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:
layoutSetBranchId - the layout set branch ID
start - the lower bound of the range of layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByLayoutSetBranchId_First

public static LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId,
                                                         OrderByComparator orderByComparator)
                                                  throws NoSuchLayoutBranchException,
                                                         SystemException
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByLayoutSetBranchId_First

public static LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId,
                                                          OrderByComparator orderByComparator)
                                                   throws SystemException
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

findByLayoutSetBranchId_Last

public static LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId,
                                                        OrderByComparator orderByComparator)
                                                 throws NoSuchLayoutBranchException,
                                                        SystemException
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByLayoutSetBranchId_Last

public static LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
                                                         OrderByComparator orderByComparator)
                                                  throws SystemException
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

findByLayoutSetBranchId_PrevAndNext

public static LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long LayoutBranchId,
                                                                 long layoutSetBranchId,
                                                                 OrderByComparator orderByComparator)
                                                          throws NoSuchLayoutBranchException,
                                                                 SystemException
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.

Parameters:
LayoutBranchId - the primary key of the current layout branch
layoutSetBranchId - the layout set branch ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout branch
Throws:
NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred

removeByLayoutSetBranchId

public static void removeByLayoutSetBranchId(long layoutSetBranchId)
                                      throws SystemException
Removes all the layout branchs where layoutSetBranchId = ? from the database.

Parameters:
layoutSetBranchId - the layout set branch ID
Throws:
SystemException - if a system exception occurred

countByLayoutSetBranchId

public static int countByLayoutSetBranchId(long layoutSetBranchId)
                                    throws SystemException
Returns the number of layout branchs where layoutSetBranchId = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
Returns:
the number of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P

public static List<LayoutBranch> findByL_P(long layoutSetBranchId,
                                           long plid)
                                    throws SystemException
Returns all the layout branchs where layoutSetBranchId = ? and plid = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
Returns:
the matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P

public static List<LayoutBranch> findByL_P(long layoutSetBranchId,
                                           long plid,
                                           int start,
                                           int end)
                                    throws SystemException
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?.

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 LayoutBranchModelImpl. 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:
layoutSetBranchId - the layout set branch ID
plid - the plid
start - the lower bound of the range of layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
Returns:
the range of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P

public static List<LayoutBranch> findByL_P(long layoutSetBranchId,
                                           long plid,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.

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 LayoutBranchModelImpl. 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:
layoutSetBranchId - the layout set branch ID
plid - the plid
start - the lower bound of the range of layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P_First

public static LayoutBranch findByL_P_First(long layoutSetBranchId,
                                           long plid,
                                           OrderByComparator orderByComparator)
                                    throws NoSuchLayoutBranchException,
                                           SystemException
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByL_P_First

public static LayoutBranch fetchByL_P_First(long layoutSetBranchId,
                                            long plid,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

findByL_P_Last

public static LayoutBranch findByL_P_Last(long layoutSetBranchId,
                                          long plid,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchLayoutBranchException,
                                          SystemException
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByL_P_Last

public static LayoutBranch fetchByL_P_Last(long layoutSetBranchId,
                                           long plid,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

findByL_P_PrevAndNext

public static LayoutBranch[] findByL_P_PrevAndNext(long LayoutBranchId,
                                                   long layoutSetBranchId,
                                                   long plid,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchLayoutBranchException,
                                                   SystemException
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.

Parameters:
LayoutBranchId - the primary key of the current layout branch
layoutSetBranchId - the layout set branch ID
plid - the plid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout branch
Throws:
NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred

removeByL_P

public static void removeByL_P(long layoutSetBranchId,
                               long plid)
                        throws SystemException
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? from the database.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
Throws:
SystemException - if a system exception occurred

countByL_P

public static int countByL_P(long layoutSetBranchId,
                             long plid)
                      throws SystemException
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
Returns:
the number of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P_N

public static LayoutBranch findByL_P_N(long layoutSetBranchId,
                                       long plid,
                                       String name)
                                throws NoSuchLayoutBranchException,
                                       SystemException
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or throws a NoSuchLayoutBranchException if it could not be found.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
name - the name
Returns:
the matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByL_P_N

public static LayoutBranch fetchByL_P_N(long layoutSetBranchId,
                                        long plid,
                                        String name)
                                 throws SystemException
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found. Uses the finder cache.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
name - the name
Returns:
the matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

fetchByL_P_N

public static LayoutBranch fetchByL_P_N(long layoutSetBranchId,
                                        long plid,
                                        String name,
                                        boolean retrieveFromCache)
                                 throws SystemException
Returns the layout branch where layoutSetBranchId = ? and plid = ? and name = ? or returns null if it could not be found, optionally using the finder cache.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
name - the name
retrieveFromCache - whether to use the finder cache
Returns:
the matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

removeByL_P_N

public static LayoutBranch removeByL_P_N(long layoutSetBranchId,
                                         long plid,
                                         String name)
                                  throws NoSuchLayoutBranchException,
                                         SystemException
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
name - the name
Returns:
the layout branch that was removed
Throws:
SystemException - if a system exception occurred
NoSuchLayoutBranchException

countByL_P_N

public static int countByL_P_N(long layoutSetBranchId,
                               long plid,
                               String name)
                        throws SystemException
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
name - the name
Returns:
the number of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P_M

public static List<LayoutBranch> findByL_P_M(long layoutSetBranchId,
                                             long plid,
                                             boolean master)
                                      throws SystemException
Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
Returns:
the matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P_M

public static List<LayoutBranch> findByL_P_M(long layoutSetBranchId,
                                             long plid,
                                             boolean master,
                                             int start,
                                             int end)
                                      throws SystemException
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.

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 LayoutBranchModelImpl. 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:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
start - the lower bound of the range of layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
Returns:
the range of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P_M

public static List<LayoutBranch> findByL_P_M(long layoutSetBranchId,
                                             long plid,
                                             boolean master,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.

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 LayoutBranchModelImpl. 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:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
start - the lower bound of the range of layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout branchs
Throws:
SystemException - if a system exception occurred

findByL_P_M_First

public static LayoutBranch findByL_P_M_First(long layoutSetBranchId,
                                             long plid,
                                             boolean master,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchLayoutBranchException,
                                             SystemException
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByL_P_M_First

public static LayoutBranch fetchByL_P_M_First(long layoutSetBranchId,
                                              long plid,
                                              boolean master,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

findByL_P_M_Last

public static LayoutBranch findByL_P_M_Last(long layoutSetBranchId,
                                            long plid,
                                            boolean master,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchLayoutBranchException,
                                            SystemException
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout branch
Throws:
NoSuchLayoutBranchException - if a matching layout branch could not be found
SystemException - if a system exception occurred

fetchByL_P_M_Last

public static LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId,
                                             long plid,
                                             boolean master,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout branch, or null if a matching layout branch could not be found
Throws:
SystemException - if a system exception occurred

findByL_P_M_PrevAndNext

public static LayoutBranch[] findByL_P_M_PrevAndNext(long LayoutBranchId,
                                                     long layoutSetBranchId,
                                                     long plid,
                                                     boolean master,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchLayoutBranchException,
                                                     SystemException
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
LayoutBranchId - the primary key of the current layout branch
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout branch
Throws:
NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred

removeByL_P_M

public static void removeByL_P_M(long layoutSetBranchId,
                                 long plid,
                                 boolean master)
                          throws SystemException
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ? from the database.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
Throws:
SystemException - if a system exception occurred

countByL_P_M

public static int countByL_P_M(long layoutSetBranchId,
                               long plid,
                               boolean master)
                        throws SystemException
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.

Parameters:
layoutSetBranchId - the layout set branch ID
plid - the plid
master - the master
Returns:
the number of matching layout branchs
Throws:
SystemException - if a system exception occurred

cacheResult

public static void cacheResult(LayoutBranch layoutBranch)
Caches the layout branch in the entity cache if it is enabled.

Parameters:
layoutBranch - the layout branch

cacheResult

public static void cacheResult(List<LayoutBranch> layoutBranchs)
Caches the layout branchs in the entity cache if it is enabled.

Parameters:
layoutBranchs - the layout branchs

create

public static LayoutBranch create(long LayoutBranchId)
Creates a new layout branch with the primary key. Does not add the layout branch to the database.

Parameters:
LayoutBranchId - the primary key for the new layout branch
Returns:
the new layout branch

remove

public static LayoutBranch remove(long LayoutBranchId)
                           throws NoSuchLayoutBranchException,
                                  SystemException
Removes the layout branch with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
LayoutBranchId - the primary key of the layout branch
Returns:
the layout branch that was removed
Throws:
NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred

updateImpl

public static LayoutBranch updateImpl(LayoutBranch layoutBranch)
                               throws SystemException
Throws:
SystemException

findByPrimaryKey

public static LayoutBranch findByPrimaryKey(long LayoutBranchId)
                                     throws NoSuchLayoutBranchException,
                                            SystemException
Returns the layout branch with the primary key or throws a NoSuchLayoutBranchException if it could not be found.

Parameters:
LayoutBranchId - the primary key of the layout branch
Returns:
the layout branch
Throws:
NoSuchLayoutBranchException - if a layout branch with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public static LayoutBranch fetchByPrimaryKey(long LayoutBranchId)
                                      throws SystemException
Returns the layout branch with the primary key or returns null if it could not be found.

Parameters:
LayoutBranchId - the primary key of the layout branch
Returns:
the layout branch, or null if a layout branch with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public static List<LayoutBranch> findAll()
                                  throws SystemException
Returns all the layout branchs.

Returns:
the layout branchs
Throws:
SystemException - if a system exception occurred

findAll

public static List<LayoutBranch> findAll(int start,
                                         int end)
                                  throws SystemException
Returns a range of all the layout branchs.

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 LayoutBranchModelImpl. 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 layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
Returns:
the range of layout branchs
Throws:
SystemException - if a system exception occurred

findAll

public static List<LayoutBranch> findAll(int start,
                                         int end,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns an ordered range of all the layout branchs.

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 LayoutBranchModelImpl. 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 layout branchs
end - the upper bound of the range of layout branchs (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of layout branchs
Throws:
SystemException - if a system exception occurred

removeAll

public static void removeAll()
                      throws SystemException
Removes all the layout branchs from the database.

Throws:
SystemException - if a system exception occurred

countAll

public static int countAll()
                    throws SystemException
Returns the number of layout branchs.

Returns:
the number of layout branchs
Throws:
SystemException - if a system exception occurred

getPersistence

public static LayoutBranchPersistence getPersistence()

setPersistence

public void setPersistence(LayoutBranchPersistence persistence)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5