public class LayoutSetPrototypePersistenceImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>
implements com.liferay.portal.service.persistence.LayoutSetPrototypePersistence
Caching information and settings can be found in portal.properties
LayoutSetPrototypePersistence,
LayoutSetPrototypeUtil| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY |
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION |
static java.lang.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_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_UUID_C |
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_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C |
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_C_A |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID |
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C |
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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 |
|---|
LayoutSetPrototypePersistenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Initializes the layout set prototype persistence.
|
void |
cacheResult(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
Caches the layout set prototype in the entity cache if it is enabled.
|
void |
cacheResult(java.util.List<com.liferay.portal.model.LayoutSetPrototype> layoutSetPrototypes)
Caches the layout set prototypes in the entity cache if it is enabled.
|
void |
clearCache()
Clears the cache for all layout set prototypes.
|
void |
clearCache(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
Clears the cache for the layout set prototype.
|
void |
clearCache(java.util.List<com.liferay.portal.model.LayoutSetPrototype> layoutSetPrototypes) |
int |
countAll()
Returns the number of layout set prototypes.
|
int |
countByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes where companyId = ? and active = ?.
|
int |
countByCompanyId(long companyId)
Returns the number of layout set prototypes where companyId = ?.
|
int |
countByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout set prototypes where uuid = ? and companyId = ?.
|
int |
countByUuid(java.lang.String uuid)
Returns the number of layout set prototypes where uuid = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
create(long layoutSetPrototypeId)
Creates a new layout set prototype with the primary key.
|
void |
destroy() |
com.liferay.portal.model.LayoutSetPrototype |
fetchByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.LayoutSetPrototype |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the layout set prototype with the primary key or returns
null if it could not be found. |
com.liferay.portal.model.LayoutSetPrototype |
fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?.
|
int |
filterCountByC_A(long companyId,
boolean active)
Returns the number of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
int |
filterCountByCompanyId(long companyId)
Returns the number of layout set prototypes that the user has permission to view where companyId = ?.
|
int |
filterCountByUuid_C(java.lang.String uuid,
long companyId)
Returns the number of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
int |
filterCountByUuid(java.lang.String uuid)
Returns the number of layout set prototypes that the user has permission to view where uuid = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByC_A(long companyId,
boolean active)
Returns all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ? and active = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByCompanyId(long companyId)
Returns all the layout set prototypes that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ? and companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set of layout set prototypes that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByUuid(java.lang.String uuid)
Returns all the layout set prototypes that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout set prototypes that the user has permission to view where uuid = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes that the user has permissions to view where uuid = ?.
|
protected com.liferay.portal.model.LayoutSetPrototype |
filterGetByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.LayoutSetPrototype |
filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.LayoutSetPrototype |
filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.LayoutSetPrototype |
filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findAll()
Returns all the layout set prototypes.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findAll(int start,
int end)
Returns a range of all the layout set prototypes.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes.
|
com.liferay.portal.model.LayoutSetPrototype |
findByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ? and active = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByC_A(long companyId,
boolean active)
Returns all the layout set prototypes where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ? and active = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ? and active = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByCompanyId(long companyId)
Returns all the layout set prototypes where companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByPrimaryKey(long layoutSetPrototypeId)
Returns the layout set prototype with the primary key or throws a
NoSuchLayoutSetPrototypeException if it could not be found. |
com.liferay.portal.model.LayoutSetPrototype |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the layout set prototype with the primary key or throws a
NoSuchModelException if it could not be found. |
com.liferay.portal.model.LayoutSetPrototype |
findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByUuid_C(java.lang.String uuid,
long companyId)
Returns all the layout set prototypes where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ? and companyId = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ? and companyId = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first layout set prototype in the ordered set where uuid = ?.
|
com.liferay.portal.model.LayoutSetPrototype |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last layout set prototype in the ordered set where uuid = ?.
|
com.liferay.portal.model.LayoutSetPrototype[] |
findByUuid_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the layout set prototypes before and after the current layout set prototype in the ordered set where uuid = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByUuid(java.lang.String uuid)
Returns all the layout set prototypes where uuid = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByUuid(java.lang.String uuid,
int start,
int end)
Returns a range of all the layout set prototypes where uuid = ?.
|
java.util.List<com.liferay.portal.model.LayoutSetPrototype> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the layout set prototypes where uuid = ?.
|
protected java.util.Set<java.lang.String> |
getBadColumnNames() |
protected com.liferay.portal.model.LayoutSetPrototype |
getByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.LayoutSetPrototype |
getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.LayoutSetPrototype |
getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
protected com.liferay.portal.model.LayoutSetPrototype |
getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous) |
com.liferay.portal.model.LayoutSetPrototype |
remove(long layoutSetPrototypeId)
Removes the layout set prototype with the primary key from the database.
|
com.liferay.portal.model.LayoutSetPrototype |
remove(java.io.Serializable primaryKey)
Removes the layout set prototype with the primary key from the database.
|
void |
removeAll()
Removes all the layout set prototypes from the database.
|
void |
removeByC_A(long companyId,
boolean active)
Removes all the layout set prototypes where companyId = ? and active = ? from the database.
|
void |
removeByCompanyId(long companyId)
Removes all the layout set prototypes where companyId = ? from the database.
|
void |
removeByUuid_C(java.lang.String uuid,
long companyId)
Removes all the layout set prototypes where uuid = ? and companyId = ? from the database.
|
void |
removeByUuid(java.lang.String uuid)
Removes all the layout set prototypes where uuid = ? from the database.
|
protected com.liferay.portal.model.LayoutSetPrototype |
removeImpl(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype) |
protected com.liferay.portal.model.LayoutSetPrototype |
toUnwrappedModel(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype) |
com.liferay.portal.model.LayoutSetPrototype |
updateImpl(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype) |
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImplclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, updatepublic static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.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_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_A
public java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] findByUuid_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] filterFindByUuid_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype filterGetByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByUuid_C_First(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByUuid_C_Last(java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByUuid_C_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] findByUuid_C_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByUuid_C(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] filterFindByUuid_C_PrevAndNext(long layoutSetPrototypeId,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
filterFindByUuid_C_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypeuuid - the uuidcompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype filterGetByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
java.lang.String uuid,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByUuid_C(java.lang.String uuid,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByUuid_C in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceuuid - the uuidcompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
findByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByCompanyId_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] findByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype getByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDstart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] filterFindByCompanyId_PrevAndNext(long layoutSetPrototypeId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
filterFindByCompanyId_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype filterGetByCompanyId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
removeByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
countByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByCompanyId in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByC_A(long companyId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
findByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByC_A(long companyId,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
findByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByC_A_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByC_A_First(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_A_First in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByC_A_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByC_A_Last(long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
fetchByC_A_Last in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)null if a matching layout set prototype could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] findByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
findByC_A_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype getByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByC_A(long companyId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByC_A(long companyId,
boolean active,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> filterFindByC_A(long companyId,
boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.
filterFindByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype[] filterFindByC_A_PrevAndNext(long layoutSetPrototypeId,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
filterFindByC_A_PrevAndNext in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the current layout set prototypecompanyId - the company IDactive - the activeorderByComparator - the comparator to order the set by (optionally null)com.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype filterGetByC_A_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype,
long companyId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public void removeByC_A(long companyId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
removeByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countByC_A(long companyId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
countByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int filterCountByC_A(long companyId,
boolean active)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByC_A in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecompanyId - the company IDactive - the activecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void cacheResult(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
cacheResult in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototype - the layout set prototypepublic void cacheResult(java.util.List<com.liferay.portal.model.LayoutSetPrototype> layoutSetPrototypes)
cacheResult in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypes - the layout set prototypespublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.LayoutSetPrototype>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>public void clearCache(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.LayoutSetPrototype>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>public void clearCache(java.util.List<com.liferay.portal.model.LayoutSetPrototype> layoutSetPrototypes)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.LayoutSetPrototype>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>public com.liferay.portal.model.LayoutSetPrototype create(long layoutSetPrototypeId)
create in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key for the new layout set prototypepublic com.liferay.portal.model.LayoutSetPrototype remove(long layoutSetPrototypeId)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the layout set prototypecom.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.LayoutSetPrototype>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>primaryKey - the primary key of the layout set prototypecom.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected com.liferay.portal.model.LayoutSetPrototype removeImpl(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>com.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portal.model.LayoutSetPrototype updateImpl(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portal.model.LayoutSetPrototype toUnwrappedModel(com.liferay.portal.model.LayoutSetPrototype layoutSetPrototype)
public com.liferay.portal.model.LayoutSetPrototype findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.LayoutSetPrototype>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>primaryKey - the primary key of the layout set prototypecom.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype findByPrimaryKey(long layoutSetPrototypeId)
throws com.liferay.portal.NoSuchLayoutSetPrototypeException,
com.liferay.portal.kernel.exception.SystemException
NoSuchLayoutSetPrototypeException if it could not be found.findByPrimaryKey in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the layout set prototypecom.liferay.portal.NoSuchLayoutSetPrototypeException - if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portal.model.LayoutSetPrototype>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>primaryKey - the primary key of the layout set prototypenull if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic com.liferay.portal.model.LayoutSetPrototype fetchByPrimaryKey(long layoutSetPrototypeId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.fetchByPrimaryKey in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencelayoutSetPrototypeId - the primary key of the layout set prototypenull if a layout set prototype with the primary key could not be foundcom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.service.persistence.LayoutSetPrototypePersistencestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic java.util.List<com.liferay.portal.model.LayoutSetPrototype> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
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 LayoutSetPrototypeModelImpl. 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.service.persistence.LayoutSetPrototypePersistencestart - the lower bound of the range of layout set prototypesend - the upper bound of the range of layout set prototypes (not inclusive)orderByComparator - the comparator to order the results by (optionally null)com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portal.service.persistence.LayoutSetPrototypePersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurredprotected java.util.Set<java.lang.String> getBadColumnNames()
getBadColumnNames in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.model.LayoutSetPrototype>public void afterPropertiesSet()
public void destroy()