Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.service.persistence
Class JournalArticleResourcePersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<JournalArticleResource>
      extended by com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<JournalArticleResource>, JournalArticleResourcePersistence

public class JournalArticleResourcePersistenceImpl
extends BasePersistenceImpl<JournalArticleResource>
implements JournalArticleResourcePersistence

The persistence implementation for the journal article resource service.

Caching information and settings can be found in portal.properties

See Also:
JournalArticleResourcePersistence, JournalArticleResourceUtil
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_G_A
           
static FinderPath FINDER_PATH_COUNT_BY_GROUPID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_G_A
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
protected  JournalArticleImagePersistence journalArticleImagePersistence
           
protected  JournalArticlePersistence journalArticlePersistence
           
protected  JournalArticleResourcePersistence journalArticleResourcePersistence
           
protected  JournalContentSearchPersistence journalContentSearchPersistence
           
protected  JournalFeedPersistence journalFeedPersistence
           
protected  JournalStructurePersistence journalStructurePersistence
           
protected  JournalTemplatePersistence journalTemplatePersistence
           
protected  ResourcePersistence resourcePersistence
           
protected  UserPersistence userPersistence
           
 
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
JournalArticleResourcePersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the journal article resource persistence.
 void cacheResult(JournalArticleResource journalArticleResource)
          Caches the journal article resource in the entity cache if it is enabled.
 void cacheResult(List<JournalArticleResource> journalArticleResources)
          Caches the journal article resources in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(JournalArticleResource journalArticleResource)
           
 void clearCache()
          Clears the cache for all journal article resources.
 void clearCache(JournalArticleResource journalArticleResource)
          Clears the cache for the journal article resource.
 void clearCache(List<JournalArticleResource> journalArticleResources)
          Clears the cache for a List instances of this model.
protected  void clearUniqueFindersCache(JournalArticleResource journalArticleResource)
           
 int countAll()
          Returns the number of journal article resources.
 int countByG_A(long groupId, String articleId)
          Returns the number of journal article resources where groupId = ? and articleId = ?.
 int countByGroupId(long groupId)
          Returns the number of journal article resources where groupId = ?.
 int countByUUID_G(String uuid, long groupId)
          Returns the number of journal article resources where uuid = ? and groupId = ?.
 int countByUuid(String uuid)
          Returns the number of journal article resources where uuid = ?.
 JournalArticleResource create(long resourcePrimKey)
          Creates a new journal article resource with the primary key.
 void destroy()
           
 JournalArticleResource fetchByG_A(long groupId, String articleId)
          Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found.
 JournalArticleResource fetchByG_A(long groupId, String articleId, boolean retrieveFromCache)
          Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticleResource fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
 JournalArticleResource fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalArticleResource fetchByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or returns null if it could not be found.
 JournalArticleResource fetchByPrimaryKey(Serializable primaryKey)
          Returns the journal article resource with the primary key or returns null if it could not be found.
 JournalArticleResource fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 JournalArticleResource fetchByUUID_G(String uuid, long groupId)
          Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalArticleResource fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalArticleResource fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 List<JournalArticleResource> findAll()
          Returns all the journal article resources.
 List<JournalArticleResource> findAll(int start, int end)
          Returns a range of all the journal article resources.
 List<JournalArticleResource> findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources.
 JournalArticleResource findByG_A(long groupId, String articleId)
          Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
 JournalArticleResource findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 JournalArticleResource[] findByGroupId_PrevAndNext(long resourcePrimKey, long groupId, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.
 List<JournalArticleResource> findByGroupId(long groupId)
          Returns all the journal article resources where groupId = ?.
 List<JournalArticleResource> findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal article resources where groupId = ?.
 List<JournalArticleResource> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
 JournalArticleResource findByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource findByPrimaryKey(Serializable primaryKey)
          Returns the journal article resource with the primary key or throws a NoSuchModelException if it could not be found.
 JournalArticleResource findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 JournalArticleResource findByUUID_G(String uuid, long groupId)
          Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 JournalArticleResource[] findByUuid_PrevAndNext(long resourcePrimKey, String uuid, OrderByComparator orderByComparator)
          Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.
 List<JournalArticleResource> findByUuid(String uuid)
          Returns all the journal article resources where uuid = ?.
 List<JournalArticleResource> findByUuid(String uuid, int start, int end)
          Returns a range of all the journal article resources where uuid = ?.
 List<JournalArticleResource> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where uuid = ?.
protected  JournalArticleResource getByGroupId_PrevAndNext(Session session, JournalArticleResource journalArticleResource, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleResource getByUuid_PrevAndNext(Session session, JournalArticleResource journalArticleResource, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 JournalArticleResource remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
 JournalArticleResource remove(Serializable primaryKey)
          Removes the journal article resource with the primary key from the database.
 void removeAll()
          Removes all the journal article resources from the database.
 JournalArticleResource removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? from the database.
 void removeByGroupId(long groupId)
          Removes all the journal article resources where groupId = ? from the database.
 JournalArticleResource removeByUUID_G(String uuid, long groupId)
          Removes the journal article resource where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the journal article resources where uuid = ? from the database.
protected  JournalArticleResource removeImpl(JournalArticleResource journalArticleResource)
          Removes the model instance from the database.
protected  JournalArticleResource toUnwrappedModel(JournalArticleResource journalArticleResource)
           
 JournalArticleResource updateImpl(JournalArticleResource journalArticleResource, boolean merge)
          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, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getClassLoader, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update
 
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, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, 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_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_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID

FINDER_PATH_COUNT_BY_GROUPID

public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID

FINDER_PATH_FETCH_BY_G_A

public static final FinderPath FINDER_PATH_FETCH_BY_G_A

FINDER_PATH_COUNT_BY_G_A

public static final FinderPath FINDER_PATH_COUNT_BY_G_A

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

journalArticlePersistence

@BeanReference(type=JournalArticlePersistence.class)
protected JournalArticlePersistence journalArticlePersistence

journalArticleImagePersistence

@BeanReference(type=JournalArticleImagePersistence.class)
protected JournalArticleImagePersistence journalArticleImagePersistence

journalArticleResourcePersistence

@BeanReference(type=JournalArticleResourcePersistence.class)
protected JournalArticleResourcePersistence journalArticleResourcePersistence

journalContentSearchPersistence

@BeanReference(type=JournalContentSearchPersistence.class)
protected JournalContentSearchPersistence journalContentSearchPersistence

journalFeedPersistence

@BeanReference(type=JournalFeedPersistence.class)
protected JournalFeedPersistence journalFeedPersistence

journalStructurePersistence

@BeanReference(type=JournalStructurePersistence.class)
protected JournalStructurePersistence journalStructurePersistence

journalTemplatePersistence

@BeanReference(type=JournalTemplatePersistence.class)
protected JournalTemplatePersistence journalTemplatePersistence

resourcePersistence

@BeanReference(type=ResourcePersistence.class)
protected ResourcePersistence resourcePersistence

userPersistence

@BeanReference(type=UserPersistence.class)
protected UserPersistence userPersistence
Constructor Detail

JournalArticleResourcePersistenceImpl

public JournalArticleResourcePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(JournalArticleResource journalArticleResource)
Caches the journal article resource in the entity cache if it is enabled.

Specified by:
cacheResult in interface JournalArticleResourcePersistence
Parameters:
journalArticleResource - the journal article resource

cacheResult

public void cacheResult(List<JournalArticleResource> journalArticleResources)
Caches the journal article resources in the entity cache if it is enabled.

Specified by:
cacheResult in interface JournalArticleResourcePersistence
Parameters:
journalArticleResources - the journal article resources

clearCache

public void clearCache()
Clears the cache for all journal article resources.

The EntityCache and FinderCache are both cleared by this method.

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

clearCache

public void clearCache(JournalArticleResource journalArticleResource)
Clears the cache for the journal article resource.

The EntityCache and FinderCache are both cleared by this method.

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

clearCache

public void clearCache(List<JournalArticleResource> journalArticleResources)
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<JournalArticleResource>
Overrides:
clearCache in class BasePersistenceImpl<JournalArticleResource>
Parameters:
journalArticleResources - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(JournalArticleResource journalArticleResource)

clearUniqueFindersCache

protected void clearUniqueFindersCache(JournalArticleResource journalArticleResource)

create

public JournalArticleResource create(long resourcePrimKey)
Creates a new journal article resource with the primary key. Does not add the journal article resource to the database.

Specified by:
create in interface JournalArticleResourcePersistence
Parameters:
resourcePrimKey - the primary key for the new journal article resource
Returns:
the new journal article resource

remove

public JournalArticleResource remove(long resourcePrimKey)
                              throws NoSuchArticleResourceException,
                                     SystemException
Removes the journal article resource with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface JournalArticleResourcePersistence
Parameters:
resourcePrimKey - the primary key of the journal article resource
Returns:
the journal article resource that was removed
Throws:
NoSuchArticleResourceException - if a journal article resource with the primary key could not be found
SystemException - if a system exception occurred

remove

public JournalArticleResource remove(Serializable primaryKey)
                              throws NoSuchArticleResourceException,
                                     SystemException
Removes the journal article resource with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<JournalArticleResource>
Overrides:
remove in class BasePersistenceImpl<JournalArticleResource>
Parameters:
primaryKey - the primary key of the journal article resource
Returns:
the journal article resource that was removed
Throws:
NoSuchArticleResourceException - if a journal article resource with the primary key could not be found
SystemException - if a system exception occurred

removeImpl

protected JournalArticleResource removeImpl(JournalArticleResource journalArticleResource)
                                     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<JournalArticleResource>
Parameters:
journalArticleResource - the model instance to remove
Returns:
the model instance that was removed
Throws:
SystemException - if a system exception occurred

updateImpl

public JournalArticleResource updateImpl(JournalArticleResource journalArticleResource,
                                         boolean merge)
                                  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 JournalArticleResourcePersistence
Overrides:
updateImpl in class BasePersistenceImpl<JournalArticleResource>
Parameters:
journalArticleResource - the model instance to update
merge - whether to merge the model instance with the current session. See BatchSession.update( com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean) for an explanation.
Returns:
the model instance that was updated
Throws:
SystemException - if a system exception occurred

toUnwrappedModel

protected JournalArticleResource toUnwrappedModel(JournalArticleResource journalArticleResource)

findByPrimaryKey

public JournalArticleResource findByPrimaryKey(Serializable primaryKey)
                                        throws NoSuchModelException,
                                               SystemException
Returns the journal article resource with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<JournalArticleResource>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<JournalArticleResource>
Parameters:
primaryKey - the primary key of the journal article resource
Returns:
the journal article resource
Throws:
NoSuchModelException - if a journal article resource with the primary key could not be found
SystemException - if a system exception occurred

findByPrimaryKey

public JournalArticleResource findByPrimaryKey(long resourcePrimKey)
                                        throws NoSuchArticleResourceException,
                                               SystemException
Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.

Specified by:
findByPrimaryKey in interface JournalArticleResourcePersistence
Parameters:
resourcePrimKey - the primary key of the journal article resource
Returns:
the journal article resource
Throws:
NoSuchArticleResourceException - if a journal article resource with the primary key could not be found
SystemException - if a system exception occurred

fetchByPrimaryKey

public JournalArticleResource fetchByPrimaryKey(Serializable primaryKey)
                                         throws SystemException
Returns the journal article resource with the primary key or returns null if it could not be found.

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

fetchByPrimaryKey

public JournalArticleResource fetchByPrimaryKey(long resourcePrimKey)
                                         throws SystemException
Returns the journal article resource with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface JournalArticleResourcePersistence
Parameters:
resourcePrimKey - the primary key of the journal article resource
Returns:
the journal article resource, or null if a journal article resource with the primary key could not be found
Throws:
SystemException - if a system exception occurred

findByUuid

public List<JournalArticleResource> findByUuid(String uuid)
                                        throws SystemException
Returns all the journal article resources where uuid = ?.

Specified by:
findByUuid in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
Returns:
the matching journal article resources
Throws:
SystemException - if a system exception occurred

findByUuid

public List<JournalArticleResource> findByUuid(String uuid,
                                               int start,
                                               int end)
                                        throws SystemException
Returns a range of all the journal article resources 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.

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

findByUuid

public List<JournalArticleResource> findByUuid(String uuid,
                                               int start,
                                               int end,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Returns an ordered range of all the journal article resources 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.

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

findByUuid_First

public JournalArticleResource findByUuid_First(String uuid,
                                               OrderByComparator orderByComparator)
                                        throws NoSuchArticleResourceException,
                                               SystemException
Returns the first journal article resource in the ordered set where uuid = ?.

Specified by:
findByUuid_First in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal article resource
Throws:
NoSuchArticleResourceException - if a matching journal article resource could not be found
SystemException - if a system exception occurred

fetchByUuid_First

public JournalArticleResource fetchByUuid_First(String uuid,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Returns the first journal article resource in the ordered set where uuid = ?.

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

findByUuid_Last

public JournalArticleResource findByUuid_Last(String uuid,
                                              OrderByComparator orderByComparator)
                                       throws NoSuchArticleResourceException,
                                              SystemException
Returns the last journal article resource in the ordered set where uuid = ?.

Specified by:
findByUuid_Last in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal article resource
Throws:
NoSuchArticleResourceException - if a matching journal article resource could not be found
SystemException - if a system exception occurred

fetchByUuid_Last

public JournalArticleResource fetchByUuid_Last(String uuid,
                                               OrderByComparator orderByComparator)
                                        throws SystemException
Returns the last journal article resource in the ordered set where uuid = ?.

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

findByUuid_PrevAndNext

public JournalArticleResource[] findByUuid_PrevAndNext(long resourcePrimKey,
                                                       String uuid,
                                                       OrderByComparator orderByComparator)
                                                throws NoSuchArticleResourceException,
                                                       SystemException
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?.

Specified by:
findByUuid_PrevAndNext in interface JournalArticleResourcePersistence
Parameters:
resourcePrimKey - the primary key of the current journal article resource
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal article resource
Throws:
NoSuchArticleResourceException - if a journal article resource with the primary key could not be found
SystemException - if a system exception occurred

getByUuid_PrevAndNext

protected JournalArticleResource getByUuid_PrevAndNext(Session session,
                                                       JournalArticleResource journalArticleResource,
                                                       String uuid,
                                                       OrderByComparator orderByComparator,
                                                       boolean previous)

findByUUID_G

public JournalArticleResource findByUUID_G(String uuid,
                                           long groupId)
                                    throws NoSuchArticleResourceException,
                                           SystemException
Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found.

Specified by:
findByUUID_G in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching journal article resource
Throws:
NoSuchArticleResourceException - if a matching journal article resource could not be found
SystemException - if a system exception occurred

fetchByUUID_G

public JournalArticleResource fetchByUUID_G(String uuid,
                                            long groupId)
                                     throws SystemException
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByUUID_G in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching journal article resource, or null if a matching journal article resource could not be found
Throws:
SystemException - if a system exception occurred

fetchByUUID_G

public JournalArticleResource fetchByUUID_G(String uuid,
                                            long groupId,
                                            boolean retrieveFromCache)
                                     throws SystemException
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByUUID_G in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching journal article resource, or null if a matching journal article resource could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<JournalArticleResource> findByGroupId(long groupId)
                                           throws SystemException
Returns all the journal article resources where groupId = ?.

Specified by:
findByGroupId in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
Returns:
the matching journal article resources
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<JournalArticleResource> findByGroupId(long groupId,
                                                  int start,
                                                  int end)
                                           throws SystemException
Returns a range of all the journal article resources where groupId = ?.

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.

Specified by:
findByGroupId in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of journal article resources
end - the upper bound of the range of journal article resources (not inclusive)
Returns:
the range of matching journal article resources
Throws:
SystemException - if a system exception occurred

findByGroupId

public List<JournalArticleResource> findByGroupId(long groupId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns an ordered range of all the journal article resources where groupId = ?.

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.

Specified by:
findByGroupId in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
start - the lower bound of the range of journal article resources
end - the upper bound of the range of journal article resources (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching journal article resources
Throws:
SystemException - if a system exception occurred

findByGroupId_First

public JournalArticleResource findByGroupId_First(long groupId,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchArticleResourceException,
                                                  SystemException
Returns the first journal article resource in the ordered set where groupId = ?.

Specified by:
findByGroupId_First in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal article resource
Throws:
NoSuchArticleResourceException - if a matching journal article resource could not be found
SystemException - if a system exception occurred

fetchByGroupId_First

public JournalArticleResource fetchByGroupId_First(long groupId,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Returns the first journal article resource in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_First in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching journal article resource, or null if a matching journal article resource could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_Last

public JournalArticleResource findByGroupId_Last(long groupId,
                                                 OrderByComparator orderByComparator)
                                          throws NoSuchArticleResourceException,
                                                 SystemException
Returns the last journal article resource in the ordered set where groupId = ?.

Specified by:
findByGroupId_Last in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal article resource
Throws:
NoSuchArticleResourceException - if a matching journal article resource could not be found
SystemException - if a system exception occurred

fetchByGroupId_Last

public JournalArticleResource fetchByGroupId_Last(long groupId,
                                                  OrderByComparator orderByComparator)
                                           throws SystemException
Returns the last journal article resource in the ordered set where groupId = ?.

Specified by:
fetchByGroupId_Last in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching journal article resource, or null if a matching journal article resource could not be found
Throws:
SystemException - if a system exception occurred

findByGroupId_PrevAndNext

public JournalArticleResource[] findByGroupId_PrevAndNext(long resourcePrimKey,
                                                          long groupId,
                                                          OrderByComparator orderByComparator)
                                                   throws NoSuchArticleResourceException,
                                                          SystemException
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?.

Specified by:
findByGroupId_PrevAndNext in interface JournalArticleResourcePersistence
Parameters:
resourcePrimKey - the primary key of the current journal article resource
groupId - the group ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next journal article resource
Throws:
NoSuchArticleResourceException - if a journal article resource with the primary key could not be found
SystemException - if a system exception occurred

getByGroupId_PrevAndNext

protected JournalArticleResource getByGroupId_PrevAndNext(Session session,
                                                          JournalArticleResource journalArticleResource,
                                                          long groupId,
                                                          OrderByComparator orderByComparator,
                                                          boolean previous)

findByG_A

public JournalArticleResource findByG_A(long groupId,
                                        String articleId)
                                 throws NoSuchArticleResourceException,
                                        SystemException
Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found.

Specified by:
findByG_A in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
articleId - the article ID
Returns:
the matching journal article resource
Throws:
NoSuchArticleResourceException - if a matching journal article resource could not be found
SystemException - if a system exception occurred

fetchByG_A

public JournalArticleResource fetchByG_A(long groupId,
                                         String articleId)
                                  throws SystemException
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByG_A in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
articleId - the article ID
Returns:
the matching journal article resource, or null if a matching journal article resource could not be found
Throws:
SystemException - if a system exception occurred

fetchByG_A

public JournalArticleResource fetchByG_A(long groupId,
                                         String articleId,
                                         boolean retrieveFromCache)
                                  throws SystemException
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByG_A in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
articleId - the article ID
retrieveFromCache - whether to use the finder cache
Returns:
the matching journal article resource, or null if a matching journal article resource could not be found
Throws:
SystemException - if a system exception occurred

findAll

public List<JournalArticleResource> findAll()
                                     throws SystemException
Returns all the journal article resources.

Specified by:
findAll in interface JournalArticleResourcePersistence
Returns:
the journal article resources
Throws:
SystemException - if a system exception occurred

findAll

public List<JournalArticleResource> findAll(int start,
                                            int end)
                                     throws SystemException
Returns a range of all the journal article resources.

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.

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

findAll

public List<JournalArticleResource> findAll(int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                     throws SystemException
Returns an ordered range of all the journal article resources.

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.

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

removeByUuid

public void removeByUuid(String uuid)
                  throws SystemException
Removes all the journal article resources where uuid = ? from the database.

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

removeByUUID_G

public JournalArticleResource removeByUUID_G(String uuid,
                                             long groupId)
                                      throws NoSuchArticleResourceException,
                                             SystemException
Removes the journal article resource where uuid = ? and groupId = ? from the database.

Specified by:
removeByUUID_G in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the journal article resource that was removed
Throws:
SystemException - if a system exception occurred
NoSuchArticleResourceException

removeByGroupId

public void removeByGroupId(long groupId)
                     throws SystemException
Removes all the journal article resources where groupId = ? from the database.

Specified by:
removeByGroupId in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
Throws:
SystemException - if a system exception occurred

removeByG_A

public JournalArticleResource removeByG_A(long groupId,
                                          String articleId)
                                   throws NoSuchArticleResourceException,
                                          SystemException
Removes the journal article resource where groupId = ? and articleId = ? from the database.

Specified by:
removeByG_A in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
articleId - the article ID
Returns:
the journal article resource that was removed
Throws:
SystemException - if a system exception occurred
NoSuchArticleResourceException

removeAll

public void removeAll()
               throws SystemException
Removes all the journal article resources from the database.

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

countByUuid

public int countByUuid(String uuid)
                throws SystemException
Returns the number of journal article resources where uuid = ?.

Specified by:
countByUuid in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
Returns:
the number of matching journal article resources
Throws:
SystemException - if a system exception occurred

countByUUID_G

public int countByUUID_G(String uuid,
                         long groupId)
                  throws SystemException
Returns the number of journal article resources where uuid = ? and groupId = ?.

Specified by:
countByUUID_G in interface JournalArticleResourcePersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching journal article resources
Throws:
SystemException - if a system exception occurred

countByGroupId

public int countByGroupId(long groupId)
                   throws SystemException
Returns the number of journal article resources where groupId = ?.

Specified by:
countByGroupId in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
Returns:
the number of matching journal article resources
Throws:
SystemException - if a system exception occurred

countByG_A

public int countByG_A(long groupId,
                      String articleId)
               throws SystemException
Returns the number of journal article resources where groupId = ? and articleId = ?.

Specified by:
countByG_A in interface JournalArticleResourcePersistence
Parameters:
groupId - the group ID
articleId - the article ID
Returns:
the number of matching journal article resources
Throws:
SystemException - if a system exception occurred

countAll

public int countAll()
             throws SystemException
Returns the number of journal article resources.

Specified by:
countAll in interface JournalArticleResourcePersistence
Returns:
the number of journal article resources
Throws:
SystemException - if a system exception occurred

afterPropertiesSet

public void afterPropertiesSet()
Initializes the journal article resource persistence.


destroy

public void destroy()

Liferay 6.1.2-ce-ga3