@ProviderType
public class LayoutBranchPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
implements com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
Caching information and settings can be found in portal.properties
LayoutBranchPersistence
,
LayoutBranchUtil
Modifier and Type | Field and Description |
---|---|
protected com.liferay.portal.kernel.service.persistence.CompanyProvider |
companyProvider |
static String |
FINDER_CLASS_NAME_ENTITY |
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_L_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_L_P_M |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_L_P_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_LAYOUTSETBRANCHID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_L_P_N |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P_M |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTSETBRANCHID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P_M |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTSETBRANCHID |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
Constructor and Description |
---|
LayoutBranchPersistenceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
Initializes the layout branch persistence.
|
void |
cacheResult(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
Caches the layout branch in the entity cache if it is enabled.
|
void |
cacheResult(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
Caches the layout branchs in the entity cache if it is enabled.
|
protected void |
cacheUniqueFindersCache(LayoutBranchModelImpl layoutBranchModelImpl) |
void |
clearCache()
Clears the cache for all layout branchs.
|
void |
clearCache(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
Clears the cache for the layout branch.
|
void |
clearCache(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs) |
protected void |
clearUniqueFindersCache(LayoutBranchModelImpl layoutBranchModelImpl,
boolean clearCurrent) |
int |
countAll()
Returns the number of layout branchs.
|
int |
countByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
|
int |
countByL_P_N(long layoutSetBranchId,
long plid,
String name)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ? and name = ?.
|
int |
countByL_P(long layoutSetBranchId,
long plid)
Returns the number of layout branchs where layoutSetBranchId = ? and plid = ?.
|
int |
countByLayoutSetBranchId(long layoutSetBranchId)
Returns the number of layout branchs where layoutSetBranchId = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
create(long layoutBranchId)
Creates a new layout branch with the primary key.
|
void |
destroy() |
com.liferay.portal.kernel.model.LayoutBranch |
fetchByL_P_First(long layoutSetBranchId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
fetchByL_P_Last(long layoutSetBranchId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
fetchByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
fetchByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutBranch |
fetchByLayoutSetBranchId_First(long layoutSetBranchId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
fetchByLayoutSetBranchId_Last(long layoutSetBranchId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
fetchByPrimaryKey(long layoutBranchId)
Returns the layout branch with the primary key or returns
null if it could not be found. |
com.liferay.portal.kernel.model.LayoutBranch |
fetchByPrimaryKey(Serializable primaryKey)
Returns the layout branch with the primary key or returns
null if it could not be found. |
Map<Serializable,com.liferay.portal.kernel.model.LayoutBranch> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<com.liferay.portal.kernel.model.LayoutBranch> |
findAll()
Returns all the layout branchs.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findAll(int start,
int end)
Returns a range of all the layout branchs.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout branchs.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByL_P_First(long layoutSetBranchId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByL_P_Last(long layoutSetBranchId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByL_P_M_First(long layoutSetBranchId,
long plid,
boolean master,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByL_P_M_Last(long layoutSetBranchId,
long plid,
boolean master,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
com.liferay.portal.kernel.model.LayoutBranch[] |
findByL_P_M_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
boolean master,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ? and master = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
|
List<com.liferay.portal.kernel.model.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 = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P_M(long layoutSetBranchId,
long plid,
boolean master,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ?.
|
com.liferay.portal.kernel.model.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. |
com.liferay.portal.kernel.model.LayoutBranch[] |
findByL_P_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ? and plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid)
Returns all the layout branchs where layoutSetBranchId = ? and plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByL_P(long layoutSetBranchId,
long plid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ? and plid = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByLayoutSetBranchId_First(long layoutSetBranchId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the first layout branch in the ordered set where layoutSetBranchId = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByLayoutSetBranchId_Last(long layoutSetBranchId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the last layout branch in the ordered set where layoutSetBranchId = ?.
|
com.liferay.portal.kernel.model.LayoutBranch[] |
findByLayoutSetBranchId_PrevAndNext(long layoutBranchId,
long layoutSetBranchId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns the layout branchs before and after the current layout branch in the ordered set where layoutSetBranchId = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId)
Returns all the layout branchs where layoutSetBranchId = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end)
Returns a range of all the layout branchs where layoutSetBranchId = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
|
List<com.liferay.portal.kernel.model.LayoutBranch> |
findByLayoutSetBranchId(long layoutSetBranchId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the layout branchs where layoutSetBranchId = ?.
|
com.liferay.portal.kernel.model.LayoutBranch |
findByPrimaryKey(long layoutBranchId)
Returns the layout branch with the primary key or throws a
NoSuchLayoutBranchException if it could not be found. |
com.liferay.portal.kernel.model.LayoutBranch |
findByPrimaryKey(Serializable primaryKey)
Returns the layout branch with the primary key or throws a
NoSuchModelException if it could not be found. |
protected com.liferay.portal.kernel.model.LayoutBranch |
getByL_P_M_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutBranch layoutBranch,
long layoutSetBranchId,
long plid,
boolean master,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutBranch |
getByL_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutBranch layoutBranch,
long layoutSetBranchId,
long plid,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean previous) |
protected com.liferay.portal.kernel.model.LayoutBranch |
getByLayoutSetBranchId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.kernel.model.LayoutBranch layoutBranch,
long layoutSetBranchId,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator,
boolean previous) |
protected Map<String,Integer> |
getTableColumnsMap() |
com.liferay.portal.kernel.model.LayoutBranch |
remove(long layoutBranchId)
Removes the layout branch with the primary key from the database.
|
com.liferay.portal.kernel.model.LayoutBranch |
remove(Serializable primaryKey)
Removes the layout branch with the primary key from the database.
|
void |
removeAll()
Removes all the layout branchs from the database.
|
void |
removeByL_P_M(long layoutSetBranchId,
long plid,
boolean master)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? and master = ? from the database.
|
com.liferay.portal.kernel.model.LayoutBranch |
removeByL_P_N(long layoutSetBranchId,
long plid,
String name)
Removes the layout branch where layoutSetBranchId = ? and plid = ? and name = ? from the database.
|
void |
removeByL_P(long layoutSetBranchId,
long plid)
Removes all the layout branchs where layoutSetBranchId = ? and plid = ? from the database.
|
void |
removeByLayoutSetBranchId(long layoutSetBranchId)
Removes all the layout branchs where layoutSetBranchId = ? from the database.
|
protected com.liferay.portal.kernel.model.LayoutBranch |
removeImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) |
com.liferay.portal.kernel.model.LayoutBranch |
updateImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_LAYOUTSETBRANCHID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_LAYOUTSETBRANCHID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_LAYOUTSETBRANCHID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_L_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_L_P_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_L_P_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_L_P_M
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_L_P_M
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_L_P_M
@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class) protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId)
findByLayoutSetBranchId
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDpublic List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end)
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.
findByLayoutSetBranchId
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
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.
findByLayoutSetBranchId
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.LayoutBranch> findByLayoutSetBranchId(long layoutSetBranchId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean retrieveFromCache)
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.
findByLayoutSetBranchId
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.LayoutBranch findByLayoutSetBranchId_First(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByLayoutSetBranchId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByLayoutSetBranchId_First(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
fetchByLayoutSetBranchId_First
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch findByLayoutSetBranchId_Last(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByLayoutSetBranchId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByLayoutSetBranchId_Last(long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
fetchByLayoutSetBranchId_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch[] findByLayoutSetBranchId_PrevAndNext(long layoutBranchId, long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByLayoutSetBranchId_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key of the current layout branchlayoutSetBranchId
- the layout set branch IDorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutBranch getByLayoutSetBranchId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
public void removeByLayoutSetBranchId(long layoutSetBranchId)
removeByLayoutSetBranchId
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDpublic int countByLayoutSetBranchId(long layoutSetBranchId)
countByLayoutSetBranchId
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDpublic List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid)
findByL_P
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidpublic List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end)
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.
findByL_P
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
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.
findByL_P
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P(long layoutSetBranchId, long plid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean retrieveFromCache)
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.
findByL_P
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.LayoutBranch findByL_P_First(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByL_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_First(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
fetchByL_P_First
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch findByL_P_Last(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByL_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_Last(long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
fetchByL_P_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch[] findByL_P_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByL_P_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key of the current layout branchlayoutSetBranchId
- the layout set branch IDplid
- the plidorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutBranch getByL_P_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, long plid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
public void removeByL_P(long layoutSetBranchId, long plid)
removeByL_P
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidpublic int countByL_P(long layoutSetBranchId, long plid)
countByL_P
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidpublic com.liferay.portal.kernel.model.LayoutBranch findByL_P_N(long layoutSetBranchId, long plid, String name) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
NoSuchLayoutBranchException
if it could not be found.findByL_P_N
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the namecom.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name)
null
if it could not be found. Uses the finder cache.fetchByL_P_N
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the namenull
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_N(long layoutSetBranchId, long plid, String name, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.fetchByL_P_N
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the nameretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch removeByL_P_N(long layoutSetBranchId, long plid, String name) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
removeByL_P_N
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the namecom.liferay.portal.kernel.exception.NoSuchLayoutBranchException
public int countByL_P_N(long layoutSetBranchId, long plid, String name)
countByL_P_N
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidname
- the namepublic List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master)
findByL_P_M
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterpublic List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end)
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.
findByL_P_M
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
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.
findByL_P_M
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.LayoutBranch> findByL_P_M(long layoutSetBranchId, long plid, boolean master, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean retrieveFromCache)
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.
findByL_P_M
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterstart
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic com.liferay.portal.kernel.model.LayoutBranch findByL_P_M_First(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByL_P_M_First
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_M_First(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
fetchByL_P_M_First
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch findByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByL_P_M_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByL_P_M_Last(long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
fetchByL_P_M_Last
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching layout branch could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch[] findByL_P_M_PrevAndNext(long layoutBranchId, long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
findByL_P_M_PrevAndNext
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key of the current layout branchlayoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterorderByComparator
- the comparator to order the set by (optionally null
)com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutBranch getByL_P_M_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.portal.kernel.model.LayoutBranch layoutBranch, long layoutSetBranchId, long plid, boolean master, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean previous)
public void removeByL_P_M(long layoutSetBranchId, long plid, boolean master)
removeByL_P_M
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterpublic int countByL_P_M(long layoutSetBranchId, long plid, boolean master)
countByL_P_M
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutSetBranchId
- the layout set branch IDplid
- the plidmaster
- the masterpublic void cacheResult(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranch
- the layout branchpublic void cacheResult(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
cacheResult
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchs
- the layout branchspublic void clearCache()
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
public void clearCache(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
The EntityCache
and FinderCache
are both cleared by this method.
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
public void clearCache(List<com.liferay.portal.kernel.model.LayoutBranch> layoutBranchs)
clearCache
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
clearCache
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
protected void cacheUniqueFindersCache(LayoutBranchModelImpl layoutBranchModelImpl)
protected void clearUniqueFindersCache(LayoutBranchModelImpl layoutBranchModelImpl, boolean clearCurrent)
public com.liferay.portal.kernel.model.LayoutBranch create(long layoutBranchId)
create
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key for the new layout branchpublic com.liferay.portal.kernel.model.LayoutBranch remove(long layoutBranchId) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
remove
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key of the layout branchcom.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch remove(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
remove
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
remove
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
primaryKey
- the primary key of the layout branchcom.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundprotected com.liferay.portal.kernel.model.LayoutBranch removeImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
removeImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
public com.liferay.portal.kernel.model.LayoutBranch updateImpl(com.liferay.portal.kernel.model.LayoutBranch layoutBranch)
updateImpl
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
updateImpl
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
public com.liferay.portal.kernel.model.LayoutBranch findByPrimaryKey(Serializable primaryKey) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
NoSuchModelException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
findByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
primaryKey
- the primary key of the layout branchcom.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch findByPrimaryKey(long layoutBranchId) throws com.liferay.portal.kernel.exception.NoSuchLayoutBranchException
NoSuchLayoutBranchException
if it could not be found.findByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key of the layout branchcom.liferay.portal.kernel.exception.NoSuchLayoutBranchException
- if a layout branch with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByPrimaryKey(Serializable primaryKey)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
fetchByPrimaryKey
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
primaryKey
- the primary key of the layout branchnull
if a layout branch with the primary key could not be foundpublic com.liferay.portal.kernel.model.LayoutBranch fetchByPrimaryKey(long layoutBranchId)
null
if it could not be found.fetchByPrimaryKey
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
layoutBranchId
- the primary key of the layout branchnull
if a layout branch with the primary key could not be foundpublic Map<Serializable,com.liferay.portal.kernel.model.LayoutBranch> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.LayoutBranch>
fetchByPrimaryKeys
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
fetchByPrimaryKeys
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
public List<com.liferay.portal.kernel.model.LayoutBranch> findAll()
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
public List<com.liferay.portal.kernel.model.LayoutBranch> findAll(int start, int end)
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.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
start
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)public List<com.liferay.portal.kernel.model.LayoutBranch> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator)
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.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
start
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)public List<com.liferay.portal.kernel.model.LayoutBranch> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.LayoutBranch> orderByComparator, boolean retrieveFromCache)
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.
findAll
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
start
- the lower bound of the range of layout branchsend
- the upper bound of the range of layout branchs (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)retrieveFromCache
- whether to retrieve from the finder cachepublic void removeAll()
removeAll
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
public int countAll()
countAll
in interface com.liferay.portal.kernel.service.persistence.LayoutBranchPersistence
protected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap
in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.LayoutBranch>
public void afterPropertiesSet()
public void destroy()