Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Class LayoutPrototypePersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<LayoutPrototype>
      extended by com.liferay.portal.service.persistence.LayoutPrototypePersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<LayoutPrototype>, LayoutPrototypePersistence

public class LayoutPrototypePersistenceImpl
extends BasePersistenceImpl<LayoutPrototype>
implements LayoutPrototypePersistence

The persistence implementation for the layout prototype service.

Caching information and settings can be found in portal.properties

See Also:
LayoutPrototypePersistence, LayoutPrototypeUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
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_C_A
           
static FinderPath FINDER_PATH_COUNT_BY_COMPANYID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_C
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
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 Summary
LayoutPrototypePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the layout prototype persistence.
 void cacheResult(LayoutPrototype layoutPrototype)
          Caches the layout prototype in the entity cache if it is enabled.
 void cacheResult(List<LayoutPrototype> layoutPrototypes)
          Caches the layout prototypes in the entity cache if it is enabled.
 void clearCache()
          Clears the cache for all layout prototypes.
 void clearCache(LayoutPrototype layoutPrototype)
          Clears the cache for the layout prototype.
 void clearCache(List<LayoutPrototype> layoutPrototypes)
          Clears the cache for a List instances of this model.
 int countAll()
          Returns the number of layout prototypes.
 int countByC_A(long companyId, boolean active)
          Returns the number of layout prototypes where companyId = ? and active = ?.
 int countByCompanyId(long companyId)
          Returns the number of layout prototypes where companyId = ?.
 int countByUuid_C(String uuid, long companyId)
          Returns the number of layout prototypes where uuid = ? and companyId = ?.
 int countByUuid(String uuid)
          Returns the number of layout prototypes where uuid = ?.
 LayoutPrototype create(long layoutPrototypeId)
          Creates a new layout prototype with the primary key.
 void destroy()
           
 LayoutPrototype fetchByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype fetchByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 LayoutPrototype fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 LayoutPrototype fetchByPrimaryKey(long layoutPrototypeId)
          Returns the layout prototype with the primary key or returns null if it could not be found.
 LayoutPrototype fetchByPrimaryKey(Serializable primaryKey)
          Returns the layout prototype with the primary key or returns null if it could not be found.
 LayoutPrototype fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 LayoutPrototype fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 int filterCountByC_A(long companyId, boolean active)
          Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?.
 int filterCountByCompanyId(long companyId)
          Returns the number of layout prototypes that the user has permission to view where companyId = ?.
 int filterCountByUuid_C(String uuid, long companyId)
          Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
 int filterCountByUuid(String uuid)
          Returns the number of layout prototypes that the user has permission to view where uuid = ?.
 LayoutPrototype[] filterFindByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutPrototype> filterFindByC_A(long companyId, boolean active)
          Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutPrototype> filterFindByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?.
 List<LayoutPrototype> filterFindByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.
 LayoutPrototype[] filterFindByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.
 List<LayoutPrototype> filterFindByCompanyId(long companyId)
          Returns all the layout prototypes that the user has permission to view where companyId = ?.
 List<LayoutPrototype> filterFindByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout prototypes that the user has permission to view where companyId = ?.
 List<LayoutPrototype> filterFindByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.
 LayoutPrototype[] filterFindByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutPrototype> filterFindByUuid_C(String uuid, long companyId)
          Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutPrototype> filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.
 List<LayoutPrototype> filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.
 LayoutPrototype[] filterFindByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.
 List<LayoutPrototype> filterFindByUuid(String uuid)
          Returns all the layout prototypes that the user has permission to view where uuid = ?.
 List<LayoutPrototype> filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the layout prototypes that the user has permission to view where uuid = ?.
 List<LayoutPrototype> filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.
protected  LayoutPrototype filterGetByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype filterGetByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype filterGetByUuid_C_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype filterGetByUuid_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 List<LayoutPrototype> findAll()
          Returns all the layout prototypes.
 List<LayoutPrototype> findAll(int start, int end)
          Returns a range of all the layout prototypes.
 List<LayoutPrototype> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes.
 LayoutPrototype findByC_A_First(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype findByC_A_Last(long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ? and active = ?.
 LayoutPrototype[] findByC_A_PrevAndNext(long layoutPrototypeId, long companyId, boolean active, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.
 List<LayoutPrototype> findByC_A(long companyId, boolean active)
          Returns all the layout prototypes where companyId = ? and active = ?.
 List<LayoutPrototype> findByC_A(long companyId, boolean active, int start, int end)
          Returns a range of all the layout prototypes where companyId = ? and active = ?.
 List<LayoutPrototype> findByC_A(long companyId, boolean active, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.
 LayoutPrototype findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where companyId = ?.
 LayoutPrototype findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where companyId = ?.
 LayoutPrototype[] findByCompanyId_PrevAndNext(long layoutPrototypeId, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.
 List<LayoutPrototype> findByCompanyId(long companyId)
          Returns all the layout prototypes where companyId = ?.
 List<LayoutPrototype> findByCompanyId(long companyId, int start, int end)
          Returns a range of all the layout prototypes where companyId = ?.
 List<LayoutPrototype> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where companyId = ?.
 LayoutPrototype findByPrimaryKey(long layoutPrototypeId)
          Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found.
 LayoutPrototype findByPrimaryKey(Serializable primaryKey)
          Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found.
 LayoutPrototype findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.
 LayoutPrototype[] findByUuid_C_PrevAndNext(long layoutPrototypeId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.
 List<LayoutPrototype> findByUuid_C(String uuid, long companyId)
          Returns all the layout prototypes where uuid = ? and companyId = ?.
 List<LayoutPrototype> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the layout prototypes where uuid = ? and companyId = ?.
 List<LayoutPrototype> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.
 LayoutPrototype findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first layout prototype in the ordered set where uuid = ?.
 LayoutPrototype findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last layout prototype in the ordered set where uuid = ?.
 LayoutPrototype[] findByUuid_PrevAndNext(long layoutPrototypeId, String uuid, OrderByComparator orderByComparator)
          Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.
 List<LayoutPrototype> findByUuid(String uuid)
          Returns all the layout prototypes where uuid = ?.
 List<LayoutPrototype> findByUuid(String uuid, int start, int end)
          Returns a range of all the layout prototypes where uuid = ?.
 List<LayoutPrototype> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the layout prototypes where uuid = ?.
protected  Set<String> getBadColumnNames()
           
protected  LayoutPrototype getByC_A_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, boolean active, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype getByCompanyId_PrevAndNext(Session session, LayoutPrototype layoutPrototype, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype getByUuid_C_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  LayoutPrototype getByUuid_PrevAndNext(Session session, LayoutPrototype layoutPrototype, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 LayoutPrototype remove(long layoutPrototypeId)
          Removes the layout prototype with the primary key from the database.
 LayoutPrototype remove(Serializable primaryKey)
          Removes the layout prototype with the primary key from the database.
 void removeAll()
          Removes all the layout prototypes from the database.
 void removeByC_A(long companyId, boolean active)
          Removes all the layout prototypes where companyId = ? and active = ? from the database.
 void removeByCompanyId(long companyId)
          Removes all the layout prototypes where companyId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the layout prototypes where uuid = ? and companyId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the layout prototypes where uuid = ? from the database.
protected  LayoutPrototype removeImpl(LayoutPrototype layoutPrototype)
          Removes the model instance from the database.
protected  LayoutPrototype toUnwrappedModel(LayoutPrototype layoutPrototype)
           
 LayoutPrototype updateImpl(LayoutPrototype layoutPrototype)
          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, getClassLoader, 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, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_COUNT_BY_UUID_C

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C

FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_COMPANYID

FINDER_PATH_COUNT_BY_COMPANYID

public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID

FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_C_A

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_C_A

FINDER_PATH_COUNT_BY_C_A

public static final FinderPath FINDER_PATH_COUNT_BY_C_A
Constructor Detail

LayoutPrototypePersistenceImpl

public LayoutPrototypePersistenceImpl()
Method Detail

findByUuid

public List<LayoutPrototype> findByUuid(String uuid)
                                 throws SystemException
Returns all the layout prototypes where uuid = ?.

Specified by:
findByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
Returns:
the matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByUuid

public List<LayoutPrototype> findByUuid(String uuid,
                                        int start,
                                        int end)
                                 throws SystemException
Returns a range of all the layout prototypes where uuid = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByUuid

public List<LayoutPrototype> findByUuid(String uuid,
                                        int start,
                                        int end,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns an ordered range of all the layout prototypes where uuid = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByUuid_First

public LayoutPrototype findByUuid_First(String uuid,
                                        OrderByComparator orderByComparator)
                                 throws NoSuchLayoutPrototypeException,
                                        SystemException
Returns the first layout prototype in the ordered set where uuid = ?.

Specified by:
findByUuid_First in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByUuid_First

public LayoutPrototype fetchByUuid_First(String uuid,
                                         OrderByComparator orderByComparator)
                                  throws SystemException
Returns the first layout prototype in the ordered set where uuid = ?.

Specified by:
fetchByUuid_First in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_Last

public LayoutPrototype findByUuid_Last(String uuid,
                                       OrderByComparator orderByComparator)
                                throws NoSuchLayoutPrototypeException,
                                       SystemException
Returns the last layout prototype in the ordered set where uuid = ?.

Specified by:
findByUuid_Last in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

public LayoutPrototype fetchByUuid_Last(String uuid,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the last layout prototype in the ordered set where uuid = ?.

Specified by:
fetchByUuid_Last in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_PrevAndNext

public LayoutPrototype[] findByUuid_PrevAndNext(long layoutPrototypeId,
                                                String uuid,
                                                OrderByComparator orderByComparator)
                                         throws NoSuchLayoutPrototypeException,
                                                SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ?.

Specified by:
findByUuid_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

getByUuid_PrevAndNext

protected LayoutPrototype getByUuid_PrevAndNext(Session session,
                                                LayoutPrototype layoutPrototype,
                                                String uuid,
                                                OrderByComparator orderByComparator,
                                                boolean previous)

filterFindByUuid

public List<LayoutPrototype> filterFindByUuid(String uuid)
                                       throws SystemException
Returns all the layout prototypes that the user has permission to view where uuid = ?.

Specified by:
filterFindByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
Returns:
the matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid

public List<LayoutPrototype> filterFindByUuid(String uuid,
                                              int start,
                                              int end)
                                       throws SystemException
Returns a range of all the layout prototypes that the user has permission to view where uuid = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid

public List<LayoutPrototype> filterFindByUuid(String uuid,
                                              int start,
                                              int end,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_PrevAndNext

public LayoutPrototype[] filterFindByUuid_PrevAndNext(long layoutPrototypeId,
                                                      String uuid,
                                                      OrderByComparator orderByComparator)
                                               throws NoSuchLayoutPrototypeException,
                                                      SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ?.

Specified by:
filterFindByUuid_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

filterGetByUuid_PrevAndNext

protected LayoutPrototype filterGetByUuid_PrevAndNext(Session session,
                                                      LayoutPrototype layoutPrototype,
                                                      String uuid,
                                                      OrderByComparator orderByComparator,
                                                      boolean previous)

removeByUuid

public void removeByUuid(String uuid)
                  throws SystemException
Removes all the layout prototypes where uuid = ? from the database.

Specified by:
removeByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
Throws:
SystemException - if a system exception occurred

countByUuid

public int countByUuid(String uuid)
                throws SystemException
Returns the number of layout prototypes where uuid = ?.

Specified by:
countByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching layout prototypes
Throws:
SystemException - if a system exception occurred

filterCountByUuid

public int filterCountByUuid(String uuid)
                      throws SystemException
Returns the number of layout prototypes that the user has permission to view where uuid = ?.

Specified by:
filterCountByUuid in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByUuid_C

public List<LayoutPrototype> findByUuid_C(String uuid,
                                          long companyId)
                                   throws SystemException
Returns all the layout prototypes where uuid = ? and companyId = ?.

Specified by:
findByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByUuid_C

public List<LayoutPrototype> findByUuid_C(String uuid,
                                          long companyId,
                                          int start,
                                          int end)
                                   throws SystemException
Returns a range of all the layout prototypes where uuid = ? and companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByUuid_C

public List<LayoutPrototype> findByUuid_C(String uuid,
                                          long companyId,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns an ordered range of all the layout prototypes where uuid = ? and companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByUuid_C_First

public LayoutPrototype findByUuid_C_First(String uuid,
                                          long companyId,
                                          OrderByComparator orderByComparator)
                                   throws NoSuchLayoutPrototypeException,
                                          SystemException
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_First in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByUuid_C_First

public LayoutPrototype fetchByUuid_C_First(String uuid,
                                           long companyId,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Returns the first layout prototype in the ordered set where uuid = ? and companyId = ?.

Specified by:
fetchByUuid_C_First in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_Last

public LayoutPrototype findByUuid_C_Last(String uuid,
                                         long companyId,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchLayoutPrototypeException,
                                         SystemException
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_Last in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByUuid_C_Last

public LayoutPrototype fetchByUuid_C_Last(String uuid,
                                          long companyId,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Returns the last layout prototype in the ordered set where uuid = ? and companyId = ?.

Specified by:
fetchByUuid_C_Last in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByUuid_C_PrevAndNext

public LayoutPrototype[] findByUuid_C_PrevAndNext(long layoutPrototypeId,
                                                  String uuid,
                                                  long companyId,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchLayoutPrototypeException,
                                                  SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

getByUuid_C_PrevAndNext

protected LayoutPrototype getByUuid_C_PrevAndNext(Session session,
                                                  LayoutPrototype layoutPrototype,
                                                  String uuid,
                                                  long companyId,
                                                  OrderByComparator orderByComparator,
                                                  boolean previous)

filterFindByUuid_C

public List<LayoutPrototype> filterFindByUuid_C(String uuid,
                                                long companyId)
                                         throws SystemException
Returns all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.

Specified by:
filterFindByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C

public List<LayoutPrototype> filterFindByUuid_C(String uuid,
                                                long companyId,
                                                int start,
                                                int end)
                                         throws SystemException
Returns a range of all the layout prototypes that the user has permission to view where uuid = ? and companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C

public List<LayoutPrototype> filterFindByUuid_C(String uuid,
                                                long companyId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns an ordered range of all the layout prototypes that the user has permissions to view where uuid = ? and companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByUuid_C_PrevAndNext

public LayoutPrototype[] filterFindByUuid_C_PrevAndNext(long layoutPrototypeId,
                                                        String uuid,
                                                        long companyId,
                                                        OrderByComparator orderByComparator)
                                                 throws NoSuchLayoutPrototypeException,
                                                        SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.

Specified by:
filterFindByUuid_C_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

filterGetByUuid_C_PrevAndNext

protected LayoutPrototype filterGetByUuid_C_PrevAndNext(Session session,
                                                        LayoutPrototype layoutPrototype,
                                                        String uuid,
                                                        long companyId,
                                                        OrderByComparator orderByComparator,
                                                        boolean previous)

removeByUuid_C

public void removeByUuid_C(String uuid,
                           long companyId)
                    throws SystemException
Removes all the layout prototypes where uuid = ? and companyId = ? from the database.

Specified by:
removeByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByUuid_C

public int countByUuid_C(String uuid,
                         long companyId)
                  throws SystemException
Returns the number of layout prototypes where uuid = ? and companyId = ?.

Specified by:
countByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching layout prototypes
Throws:
SystemException - if a system exception occurred

filterCountByUuid_C

public int filterCountByUuid_C(String uuid,
                               long companyId)
                        throws SystemException
Returns the number of layout prototypes that the user has permission to view where uuid = ? and companyId = ?.

Specified by:
filterCountByUuid_C in interface LayoutPrototypePersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<LayoutPrototype> findByCompanyId(long companyId)
                                      throws SystemException
Returns all the layout prototypes where companyId = ?.

Specified by:
findByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
Returns:
the matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<LayoutPrototype> findByCompanyId(long companyId,
                                             int start,
                                             int end)
                                      throws SystemException
Returns a range of all the layout prototypes where companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByCompanyId

public List<LayoutPrototype> findByCompanyId(long companyId,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the layout prototypes where companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByCompanyId_First

public LayoutPrototype findByCompanyId_First(long companyId,
                                             OrderByComparator orderByComparator)
                                      throws NoSuchLayoutPrototypeException,
                                             SystemException
Returns the first layout prototype in the ordered set where companyId = ?.

Specified by:
findByCompanyId_First in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByCompanyId_First

public LayoutPrototype fetchByCompanyId_First(long companyId,
                                              OrderByComparator orderByComparator)
                                       throws SystemException
Returns the first layout prototype in the ordered set where companyId = ?.

Specified by:
fetchByCompanyId_First in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_Last

public LayoutPrototype findByCompanyId_Last(long companyId,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchLayoutPrototypeException,
                                            SystemException
Returns the last layout prototype in the ordered set where companyId = ?.

Specified by:
findByCompanyId_Last in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByCompanyId_Last

public LayoutPrototype fetchByCompanyId_Last(long companyId,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns the last layout prototype in the ordered set where companyId = ?.

Specified by:
fetchByCompanyId_Last in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByCompanyId_PrevAndNext

public LayoutPrototype[] findByCompanyId_PrevAndNext(long layoutPrototypeId,
                                                     long companyId,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchLayoutPrototypeException,
                                                     SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ?.

Specified by:
findByCompanyId_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

getByCompanyId_PrevAndNext

protected LayoutPrototype getByCompanyId_PrevAndNext(Session session,
                                                     LayoutPrototype layoutPrototype,
                                                     long companyId,
                                                     OrderByComparator orderByComparator,
                                                     boolean previous)

filterFindByCompanyId

public List<LayoutPrototype> filterFindByCompanyId(long companyId)
                                            throws SystemException
Returns all the layout prototypes that the user has permission to view where companyId = ?.

Specified by:
filterFindByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
Returns:
the matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId

public List<LayoutPrototype> filterFindByCompanyId(long companyId,
                                                   int start,
                                                   int end)
                                            throws SystemException
Returns a range of all the layout prototypes that the user has permission to view where companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId

public List<LayoutPrototype> filterFindByCompanyId(long companyId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByCompanyId_PrevAndNext

public LayoutPrototype[] filterFindByCompanyId_PrevAndNext(long layoutPrototypeId,
                                                           long companyId,
                                                           OrderByComparator orderByComparator)
                                                    throws NoSuchLayoutPrototypeException,
                                                           SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ?.

Specified by:
filterFindByCompanyId_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

filterGetByCompanyId_PrevAndNext

protected LayoutPrototype filterGetByCompanyId_PrevAndNext(Session session,
                                                           LayoutPrototype layoutPrototype,
                                                           long companyId,
                                                           OrderByComparator orderByComparator,
                                                           boolean previous)

removeByCompanyId

public void removeByCompanyId(long companyId)
                       throws SystemException
Removes all the layout prototypes where companyId = ? from the database.

Specified by:
removeByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
Throws:
SystemException - if a system exception occurred

countByCompanyId

public int countByCompanyId(long companyId)
                     throws SystemException
Returns the number of layout prototypes where companyId = ?.

Specified by:
countByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
Returns:
the number of matching layout prototypes
Throws:
SystemException - if a system exception occurred

filterCountByCompanyId

public int filterCountByCompanyId(long companyId)
                           throws SystemException
Returns the number of layout prototypes that the user has permission to view where companyId = ?.

Specified by:
filterCountByCompanyId in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
Returns:
the number of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

findByC_A

public List<LayoutPrototype> findByC_A(long companyId,
                                       boolean active)
                                throws SystemException
Returns all the layout prototypes where companyId = ? and active = ?.

Specified by:
findByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
Returns:
the matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByC_A

public List<LayoutPrototype> findByC_A(long companyId,
                                       boolean active,
                                       int start,
                                       int end)
                                throws SystemException
Returns a range of all the layout prototypes where companyId = ? and active = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByC_A

public List<LayoutPrototype> findByC_A(long companyId,
                                       boolean active,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns an ordered range of all the layout prototypes where companyId = ? and active = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
findByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes
Throws:
SystemException - if a system exception occurred

findByC_A_First

public LayoutPrototype findByC_A_First(long companyId,
                                       boolean active,
                                       OrderByComparator orderByComparator)
                                throws NoSuchLayoutPrototypeException,
                                       SystemException
Returns the first layout prototype in the ordered set where companyId = ? and active = ?.

Specified by:
findByC_A_First in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByC_A_First

public LayoutPrototype fetchByC_A_First(long companyId,
                                        boolean active,
                                        OrderByComparator orderByComparator)
                                 throws SystemException
Returns the first layout prototype in the ordered set where companyId = ? and active = ?.

Specified by:
fetchByC_A_First in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByC_A_Last

public LayoutPrototype findByC_A_Last(long companyId,
                                      boolean active,
                                      OrderByComparator orderByComparator)
                               throws NoSuchLayoutPrototypeException,
                                      SystemException
Returns the last layout prototype in the ordered set where companyId = ? and active = ?.

Specified by:
findByC_A_Last in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype
Throws:
NoSuchLayoutPrototypeException - if a matching layout prototype could not be found
SystemException - if a system exception occurred

fetchByC_A_Last

public LayoutPrototype fetchByC_A_Last(long companyId,
                                       boolean active,
                                       OrderByComparator orderByComparator)
                                throws SystemException
Returns the last layout prototype in the ordered set where companyId = ? and active = ?.

Specified by:
fetchByC_A_Last in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching layout prototype, or null if a matching layout prototype could not be found
Throws:
SystemException - if a system exception occurred

findByC_A_PrevAndNext

public LayoutPrototype[] findByC_A_PrevAndNext(long layoutPrototypeId,
                                               long companyId,
                                               boolean active,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchLayoutPrototypeException,
                                               SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set where companyId = ? and active = ?.

Specified by:
findByC_A_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
companyId - the company ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

getByC_A_PrevAndNext

protected LayoutPrototype getByC_A_PrevAndNext(Session session,
                                               LayoutPrototype layoutPrototype,
                                               long companyId,
                                               boolean active,
                                               OrderByComparator orderByComparator,
                                               boolean previous)

filterFindByC_A

public List<LayoutPrototype> filterFindByC_A(long companyId,
                                             boolean active)
                                      throws SystemException
Returns all the layout prototypes that the user has permission to view where companyId = ? and active = ?.

Specified by:
filterFindByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
Returns:
the matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_A

public List<LayoutPrototype> filterFindByC_A(long companyId,
                                             boolean active,
                                             int start,
                                             int end)
                                      throws SystemException
Returns a range of all the layout prototypes that the user has permission to view where companyId = ? and active = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_A

public List<LayoutPrototype> filterFindByC_A(long companyId,
                                             boolean active,
                                             int start,
                                             int end,
                                             OrderByComparator orderByComparator)
                                      throws SystemException
Returns an ordered range of all the layout prototypes that the user has permissions to view where companyId = ? and active = ?.

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 LayoutPrototypeModelImpl. 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.

Specified by:
filterFindByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

filterFindByC_A_PrevAndNext

public LayoutPrototype[] filterFindByC_A_PrevAndNext(long layoutPrototypeId,
                                                     long companyId,
                                                     boolean active,
                                                     OrderByComparator orderByComparator)
                                              throws NoSuchLayoutPrototypeException,
                                                     SystemException
Returns the layout prototypes before and after the current layout prototype in the ordered set of layout prototypes that the user has permission to view where companyId = ? and active = ?.

Specified by:
filterFindByC_A_PrevAndNext in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the current layout prototype
companyId - the company ID
active - the active
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

filterGetByC_A_PrevAndNext

protected LayoutPrototype filterGetByC_A_PrevAndNext(Session session,
                                                     LayoutPrototype layoutPrototype,
                                                     long companyId,
                                                     boolean active,
                                                     OrderByComparator orderByComparator,
                                                     boolean previous)

removeByC_A

public void removeByC_A(long companyId,
                        boolean active)
                 throws SystemException
Removes all the layout prototypes where companyId = ? and active = ? from the database.

Specified by:
removeByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
Throws:
SystemException - if a system exception occurred

countByC_A

public int countByC_A(long companyId,
                      boolean active)
               throws SystemException
Returns the number of layout prototypes where companyId = ? and active = ?.

Specified by:
countByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
Returns:
the number of matching layout prototypes
Throws:
SystemException - if a system exception occurred

filterCountByC_A

public int filterCountByC_A(long companyId,
                            boolean active)
                     throws SystemException
Returns the number of layout prototypes that the user has permission to view where companyId = ? and active = ?.

Specified by:
filterCountByC_A in interface LayoutPrototypePersistence
Parameters:
companyId - the company ID
active - the active
Returns:
the number of matching layout prototypes that the user has permission to view
Throws:
SystemException - if a system exception occurred

cacheResult

public void cacheResult(LayoutPrototype layoutPrototype)
Caches the layout prototype in the entity cache if it is enabled.

Specified by:
cacheResult in interface LayoutPrototypePersistence
Parameters:
layoutPrototype - the layout prototype

cacheResult

public void cacheResult(List<LayoutPrototype> layoutPrototypes)
Caches the layout prototypes in the entity cache if it is enabled.

Specified by:
cacheResult in interface LayoutPrototypePersistence
Parameters:
layoutPrototypes - the layout prototypes

clearCache

public void clearCache()
Clears the cache for all layout prototypes.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<LayoutPrototype>
Overrides:
clearCache in class BasePersistenceImpl<LayoutPrototype>

clearCache

public void clearCache(LayoutPrototype layoutPrototype)
Clears the cache for the layout prototype.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<LayoutPrototype>
Overrides:
clearCache in class BasePersistenceImpl<LayoutPrototype>
Parameters:
layoutPrototype - the instance of this model to clear the cache for

clearCache

public void clearCache(List<LayoutPrototype> layoutPrototypes)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<LayoutPrototype>
Overrides:
clearCache in class BasePersistenceImpl<LayoutPrototype>
Parameters:
layoutPrototypes - the List instances of this model to clear the cache for

create

public LayoutPrototype create(long layoutPrototypeId)
Creates a new layout prototype with the primary key. Does not add the layout prototype to the database.

Specified by:
create in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key for the new layout prototype
Returns:
the new layout prototype

remove

public LayoutPrototype remove(long layoutPrototypeId)
                       throws NoSuchLayoutPrototypeException,
                              SystemException
Removes the layout prototype with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the layout prototype
Returns:
the layout prototype that was removed
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

remove

public LayoutPrototype remove(Serializable primaryKey)
                       throws NoSuchLayoutPrototypeException,
                              SystemException
Removes the layout prototype with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<LayoutPrototype>
Overrides:
remove in class BasePersistenceImpl<LayoutPrototype>
Parameters:
primaryKey - the primary key of the layout prototype
Returns:
the layout prototype that was removed
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected LayoutPrototype removeImpl(LayoutPrototype layoutPrototype)
                              throws SystemException
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<LayoutPrototype>
Parameters:
layoutPrototype - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public LayoutPrototype updateImpl(LayoutPrototype layoutPrototype)
                           throws SystemException
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface LayoutPrototypePersistence
Overrides:
updateImpl in class BasePersistenceImpl<LayoutPrototype>
Parameters:
layoutPrototype - the model instance to update
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected LayoutPrototype toUnwrappedModel(LayoutPrototype layoutPrototype)

findByPrimaryKey

public LayoutPrototype findByPrimaryKey(Serializable primaryKey)
                                 throws NoSuchLayoutPrototypeException,
                                        SystemException
Returns the layout prototype with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<LayoutPrototype>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<LayoutPrototype>
Parameters:
primaryKey - the primary key of the layout prototype
Returns:
the layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public LayoutPrototype findByPrimaryKey(long layoutPrototypeId)
                                 throws NoSuchLayoutPrototypeException,
                                        SystemException
Returns the layout prototype with the primary key or throws a NoSuchLayoutPrototypeException if it could not be found.

Specified by:
findByPrimaryKey in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the layout prototype
Returns:
the layout prototype
Throws:
NoSuchLayoutPrototypeException - if a layout prototype with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public LayoutPrototype fetchByPrimaryKey(Serializable primaryKey)
                                  throws SystemException
Returns the layout prototype with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<LayoutPrototype>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<LayoutPrototype>
Parameters:
primaryKey - the primary key of the layout prototype
Returns:
the layout prototype, or null if a layout prototype with the primary key could not be found
Throws:
SystemException - if a system exception occurred

fetchByPrimaryKey

public LayoutPrototype fetchByPrimaryKey(long layoutPrototypeId)
                                  throws SystemException
Returns the layout prototype with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface LayoutPrototypePersistence
Parameters:
layoutPrototypeId - the primary key of the layout prototype
Returns:
the layout prototype, or null if a layout prototype with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findAll

public List<LayoutPrototype> findAll()
                              throws SystemException
Returns all the layout prototypes.

Specified by:
findAll in interface LayoutPrototypePersistence
Returns:
the layout prototypes
Throws:
SystemException - if a system exception occurred

findAll

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

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 LayoutPrototypeModelImpl. 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.

Specified by:
findAll in interface LayoutPrototypePersistence
Parameters:
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
Returns:
the range of layout prototypes
Throws:
SystemException - if a system exception occurred

findAll

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

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 LayoutPrototypeModelImpl. 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.

Specified by:
findAll in interface LayoutPrototypePersistence
Parameters:
start - the lower bound of the range of layout prototypes
end - the upper bound of the range of layout prototypes (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of layout prototypes
Throws:
SystemException - if a system exception occurred

removeAll

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

Specified by:
removeAll in interface LayoutPrototypePersistence
Throws:
SystemException - if a system exception occurred

countAll

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

Specified by:
countAll in interface LayoutPrototypePersistence
Returns:
the number of layout prototypes
Throws:
SystemException - if a system exception occurred

getBadColumnNames

protected Set<String> getBadColumnNames()
Overrides:
getBadColumnNames in class BasePersistenceImpl<LayoutPrototype>

afterPropertiesSet

public void afterPropertiesSet()
Initializes the layout prototype persistence.


destroy

public void destroy()

Liferay 6.2-ce-ga5