|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<PortletItem>
com.liferay.portal.service.persistence.impl.PortletItemPersistenceImpl
@ProviderType public class PortletItemPersistenceImpl
The persistence implementation for the portlet item service.
Caching information and settings can be found in portal.properties
PortletItemPersistence,
PortletItemUtil| Field Summary | |
|---|---|
protected CompanyProvider |
companyProvider
|
protected EntityCache |
entityCache
|
static String |
FINDER_CLASS_NAME_ENTITY
|
static String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
|
static String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
|
static FinderPath |
FINDER_PATH_COUNT_ALL
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_C
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_N_P_C
|
static FinderPath |
FINDER_PATH_COUNT_BY_G_P_C
|
static FinderPath |
FINDER_PATH_FETCH_BY_G_N_P_C
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C
|
static FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_C
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C
|
static FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_C
|
protected FinderCache |
finderCache
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 Summary | |
|---|---|
PortletItemPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
Initializes the portlet item persistence. |
void |
cacheResult(List<PortletItem> portletItems)
Caches the portlet items in the entity cache if it is enabled. |
void |
cacheResult(PortletItem portletItem)
Caches the portlet item in the entity cache if it is enabled. |
protected void |
cacheUniqueFindersCache(PortletItemModelImpl portletItemModelImpl,
boolean isNew)
|
void |
clearCache()
Clears the cache for all portlet items. |
void |
clearCache(List<PortletItem> portletItems)
Clears the cache for a List instances of this model. |
void |
clearCache(PortletItem portletItem)
Clears the cache for the portlet item. |
protected void |
clearUniqueFindersCache(PortletItemModelImpl portletItemModelImpl)
|
int |
countAll()
Returns the number of portlet items. |
int |
countByG_C(long groupId,
long classNameId)
Returns the number of portlet items where groupId = ? and classNameId = ?. |
int |
countByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the number of portlet items where groupId = ? and name = ? and portletId = ? and classNameId = ?. |
int |
countByG_P_C(long groupId,
String portletId,
long classNameId)
Returns the number of portlet items where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
create(long portletItemId)
Creates a new portlet item with the primary key. |
void |
destroy()
|
PortletItem |
fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found. |
PortletItem |
fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId,
boolean retrieveFromCache)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache. |
PortletItem |
fetchByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
fetchByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
fetchByPrimaryKey(long portletItemId)
Returns the portlet item with the primary key or returns null if it could not be found. |
PortletItem |
fetchByPrimaryKey(Serializable primaryKey)
Returns the portlet item with the primary key or returns null if it could not be found. |
Map<Serializable,PortletItem> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<PortletItem> |
findAll()
Returns all the portlet items. |
List<PortletItem> |
findAll(int start,
int end)
Returns a range of all the portlet items. |
List<PortletItem> |
findAll(int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items. |
List<PortletItem> |
findAll(int start,
int end,
OrderByComparator<PortletItem> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet items. |
PortletItem |
findByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem |
findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and classNameId = ?. |
PortletItem[] |
findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and classNameId = ?. |
List<PortletItem> |
findByG_C(long groupId,
long classNameId)
Returns all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
findByG_C(long groupId,
long classNameId,
int start,
int end)
Returns a range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
List<PortletItem> |
findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet items where groupId = ? and classNameId = ?. |
PortletItem |
findByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Returns the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the first portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the last portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem[] |
findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
Returns the portlet items before and after the current portlet item in the ordered set where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
findByG_P_C(long groupId,
String portletId,
long classNameId)
Returns all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end)
Returns a range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator)
Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
List<PortletItem> |
findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the portlet items where groupId = ? and portletId = ? and classNameId = ?. |
PortletItem |
findByPrimaryKey(long portletItemId)
Returns the portlet item with the primary key or throws a NoSuchPortletItemException if it could not be found. |
PortletItem |
findByPrimaryKey(Serializable primaryKey)
Returns the portlet item with the primary key or throws a NoSuchModelException if it could not be found. |
protected PortletItem |
getByG_C_PrevAndNext(Session session,
PortletItem portletItem,
long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator,
boolean previous)
|
protected PortletItem |
getByG_P_C_PrevAndNext(Session session,
PortletItem portletItem,
long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator,
boolean previous)
|
protected Map<String,Integer> |
getTableColumnsMap()
|
PortletItem |
remove(long portletItemId)
Removes the portlet item with the primary key from the database. |
PortletItem |
remove(Serializable primaryKey)
Removes the portlet item with the primary key from the database. |
void |
removeAll()
Removes all the portlet items from the database. |
void |
removeByG_C(long groupId,
long classNameId)
Removes all the portlet items where groupId = ? and classNameId = ? from the database. |
PortletItem |
removeByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
Removes the portlet item where groupId = ? and name = ? and portletId = ? and classNameId = ? from the database. |
void |
removeByG_P_C(long groupId,
String portletId,
long classNameId)
Removes all the portlet items where groupId = ? and portletId = ? and classNameId = ? from the database. |
protected PortletItem |
removeImpl(PortletItem portletItem)
Removes the model instance from the database. |
protected PortletItem |
toUnwrappedModel(PortletItem portletItem)
|
PortletItem |
updateImpl(PortletItem portletItem)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update |
| Field Detail |
|---|
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 FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_C
public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_G_P_C
public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_G_P_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_P_C
public static final FinderPath FINDER_PATH_FETCH_BY_G_N_P_C
public static final FinderPath FINDER_PATH_COUNT_BY_G_N_P_C
@BeanReference(type=CompanyProviderWrapper.class) protected CompanyProvider companyProvider
protected EntityCache entityCache
protected FinderCache finderCache
| Constructor Detail |
|---|
public PortletItemPersistenceImpl()
| Method Detail |
|---|
public List<PortletItem> findByG_C(long groupId,
long classNameId)
findByG_C in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name ID
public List<PortletItem> findByG_C(long groupId,
long classNameId,
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 PortletItemModelImpl. 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.
findByG_C in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)
public List<PortletItem> findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> 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 PortletItemModelImpl. 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.
findByG_C in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletItem> findByG_C(long groupId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> 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 PortletItemModelImpl. 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.
findByG_C in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDstart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletItem findByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
throws NoSuchPortletItemException
findByG_C_First in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletItemException - if a matching portlet item could not be found
public PortletItem fetchByG_C_First(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
fetchByG_C_First in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet item could not be found
public PortletItem findByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
throws NoSuchPortletItemException
findByG_C_Last in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletItemException - if a matching portlet item could not be found
public PortletItem fetchByG_C_Last(long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
fetchByG_C_Last in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet item could not be found
public PortletItem[] findByG_C_PrevAndNext(long portletItemId,
long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
throws NoSuchPortletItemException
findByG_C_PrevAndNext in interface PortletItemPersistenceportletItemId - the primary key of the current portlet itemgroupId - the group IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletItemException - if a portlet item with the primary key could not be found
protected PortletItem getByG_C_PrevAndNext(Session session,
PortletItem portletItem,
long groupId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator,
boolean previous)
public void removeByG_C(long groupId,
long classNameId)
removeByG_C in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name ID
public int countByG_C(long groupId,
long classNameId)
countByG_C in interface PortletItemPersistencegroupId - the group IDclassNameId - the class name ID
public List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId)
findByG_P_C in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name ID
public List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId,
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 PortletItemModelImpl. 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.
findByG_P_C in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDstart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)
public List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> 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 PortletItemModelImpl. 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.
findByG_P_C in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDstart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletItem> findByG_P_C(long groupId,
String portletId,
long classNameId,
int start,
int end,
OrderByComparator<PortletItem> 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 PortletItemModelImpl. 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.
findByG_P_C in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDstart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public PortletItem findByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
throws NoSuchPortletItemException
findByG_P_C_First in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletItemException - if a matching portlet item could not be found
public PortletItem fetchByG_P_C_First(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
fetchByG_P_C_First in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet item could not be found
public PortletItem findByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
throws NoSuchPortletItemException
findByG_P_C_Last in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletItemException - if a matching portlet item could not be found
public PortletItem fetchByG_P_C_Last(long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
fetchByG_P_C_Last in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching portlet item could not be found
public PortletItem[] findByG_P_C_PrevAndNext(long portletItemId,
long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator)
throws NoSuchPortletItemException
findByG_P_C_PrevAndNext in interface PortletItemPersistenceportletItemId - the primary key of the current portlet itemgroupId - the group IDportletId - the portlet IDclassNameId - the class name IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchPortletItemException - if a portlet item with the primary key could not be found
protected PortletItem getByG_P_C_PrevAndNext(Session session,
PortletItem portletItem,
long groupId,
String portletId,
long classNameId,
OrderByComparator<PortletItem> orderByComparator,
boolean previous)
public void removeByG_P_C(long groupId,
String portletId,
long classNameId)
removeByG_P_C in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name ID
public int countByG_P_C(long groupId,
String portletId,
long classNameId)
countByG_P_C in interface PortletItemPersistencegroupId - the group IDportletId - the portlet IDclassNameId - the class name ID
public PortletItem findByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
throws NoSuchPortletItemException
NoSuchPortletItemException if it could not be found.
findByG_N_P_C in interface PortletItemPersistencegroupId - the group IDname - the nameportletId - the portlet IDclassNameId - the class name ID
NoSuchPortletItemException - if a matching portlet item could not be found
public PortletItem fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
null if it could not be found. Uses the finder cache.
fetchByG_N_P_C in interface PortletItemPersistencegroupId - the group IDname - the nameportletId - the portlet IDclassNameId - the class name ID
null if a matching portlet item could not be found
public PortletItem fetchByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId,
boolean retrieveFromCache)
null if it could not be found, optionally using the finder cache.
fetchByG_N_P_C in interface PortletItemPersistencegroupId - the group IDname - the nameportletId - the portlet IDclassNameId - the class name IDretrieveFromCache - whether to retrieve from the finder cache
null if a matching portlet item could not be found
public PortletItem removeByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
throws NoSuchPortletItemException
removeByG_N_P_C in interface PortletItemPersistencegroupId - the group IDname - the nameportletId - the portlet IDclassNameId - the class name ID
NoSuchPortletItemException
public int countByG_N_P_C(long groupId,
String name,
String portletId,
long classNameId)
countByG_N_P_C in interface PortletItemPersistencegroupId - the group IDname - the nameportletId - the portlet IDclassNameId - the class name ID
public void cacheResult(PortletItem portletItem)
cacheResult in interface PortletItemPersistenceportletItem - the portlet itempublic void cacheResult(List<PortletItem> portletItems)
cacheResult in interface PortletItemPersistenceportletItems - the portlet itemspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<PortletItem>clearCache in class BasePersistenceImpl<PortletItem>public void clearCache(PortletItem portletItem)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface BasePersistence<PortletItem>clearCache in class BasePersistenceImpl<PortletItem>portletItem - the instance of this model to clear the cache forpublic void clearCache(List<PortletItem> portletItems)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<PortletItem>clearCache in class BasePersistenceImpl<PortletItem>portletItems - the List instances of this model to clear the cache for
protected void cacheUniqueFindersCache(PortletItemModelImpl portletItemModelImpl,
boolean isNew)
protected void clearUniqueFindersCache(PortletItemModelImpl portletItemModelImpl)
public PortletItem create(long portletItemId)
create in interface PortletItemPersistenceportletItemId - the primary key for the new portlet item
public PortletItem remove(long portletItemId)
throws NoSuchPortletItemException
remove in interface PortletItemPersistenceportletItemId - the primary key of the portlet item
NoSuchPortletItemException - if a portlet item with the primary key could not be found
public PortletItem remove(Serializable primaryKey)
throws NoSuchPortletItemException
remove in interface BasePersistence<PortletItem>remove in class BasePersistenceImpl<PortletItem>primaryKey - the primary key of the portlet item
NoSuchPortletItemException - if a portlet item with the primary key could not be foundprotected PortletItem removeImpl(PortletItem portletItem)
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<PortletItem>portletItem - the model instance to remove
public PortletItem updateImpl(PortletItem portletItem)
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface PortletItemPersistenceupdateImpl in class BasePersistenceImpl<PortletItem>portletItem - the model instance to update
protected PortletItem toUnwrappedModel(PortletItem portletItem)
public PortletItem findByPrimaryKey(Serializable primaryKey)
throws NoSuchPortletItemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface BasePersistence<PortletItem>findByPrimaryKey in class BasePersistenceImpl<PortletItem>primaryKey - the primary key of the portlet item
NoSuchPortletItemException - if a portlet item with the primary key could not be found
public PortletItem findByPrimaryKey(long portletItemId)
throws NoSuchPortletItemException
NoSuchPortletItemException if it could not be found.
findByPrimaryKey in interface PortletItemPersistenceportletItemId - the primary key of the portlet item
NoSuchPortletItemException - if a portlet item with the primary key could not be foundpublic PortletItem fetchByPrimaryKey(Serializable primaryKey)
null if it could not be found.
fetchByPrimaryKey in interface BasePersistence<PortletItem>fetchByPrimaryKey in class BasePersistenceImpl<PortletItem>primaryKey - the primary key of the portlet item
null if a portlet item with the primary key could not be foundpublic PortletItem fetchByPrimaryKey(long portletItemId)
null if it could not be found.
fetchByPrimaryKey in interface PortletItemPersistenceportletItemId - the primary key of the portlet item
null if a portlet item with the primary key could not be foundpublic Map<Serializable,PortletItem> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys in interface BasePersistence<PortletItem>fetchByPrimaryKeys in interface PortletItemPersistencefetchByPrimaryKeys in class BasePersistenceImpl<PortletItem>public List<PortletItem> findAll()
findAll in interface PortletItemPersistence
public List<PortletItem> 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 PortletItemModelImpl. 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 PortletItemPersistencestart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)
public List<PortletItem> findAll(int start,
int end,
OrderByComparator<PortletItem> 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 PortletItemModelImpl. 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 PortletItemPersistencestart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public List<PortletItem> findAll(int start,
int end,
OrderByComparator<PortletItem> 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 PortletItemModelImpl. 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 PortletItemPersistencestart - the lower bound of the range of portlet itemsend - the upper bound of the range of portlet items (not inclusive)orderByComparator - the comparator to order the results by (optionally null)retrieveFromCache - whether to retrieve from the finder cache
public void removeAll()
removeAll in interface PortletItemPersistencepublic int countAll()
countAll in interface PortletItemPersistenceprotected Map<String,Integer> getTableColumnsMap()
getTableColumnsMap in class BasePersistenceImpl<PortletItem>public void afterPropertiesSet()
public void destroy()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||