Liferay 6.0.3

com.liferay.portlet.softwarecatalog.service.persistence
Class SCProductVersionPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl<SCProductVersion>
      extended by com.liferay.portlet.softwarecatalog.service.persistence.SCProductVersionPersistenceImpl
All Implemented Interfaces:
SessionFactory, BasePersistence<SCProductVersion>, SCProductVersionPersistence

public class SCProductVersionPersistenceImpl
extends BasePersistenceImpl<SCProductVersion>
implements SCProductVersionPersistence

See Also:
SCProductVersionPersistence, SCProductVersionUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Nested Class Summary
protected  class SCProductVersionPersistenceImpl.AddSCFrameworkVersion
           
protected  class SCProductVersionPersistenceImpl.ClearSCFrameworkVersions
           
protected  class SCProductVersionPersistenceImpl.ContainsSCFrameworkVersion
           
protected  class SCProductVersionPersistenceImpl.RemoveSCFrameworkVersion
           
 
Field Summary
protected  SCProductVersionPersistenceImpl.AddSCFrameworkVersion addSCFrameworkVersion
           
protected  SCProductVersionPersistenceImpl.ClearSCFrameworkVersions clearSCFrameworkVersions
           
protected  SCProductVersionPersistenceImpl.ContainsSCFrameworkVersion containsSCFrameworkVersion
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_CONTAINS_SCFRAMEWORKVERSION
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_DIRECTDOWNLOADURL
           
static FinderPath FINDER_PATH_COUNT_BY_PRODUCTENTRYID
           
static FinderPath FINDER_PATH_FETCH_BY_DIRECTDOWNLOADURL
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_PRODUCTENTRYID
           
static FinderPath FINDER_PATH_GET_SCFRAMEWORKVERSIONS
           
static FinderPath FINDER_PATH_GET_SCFRAMEWORKVERSIONS_SIZE
           
protected  SCProductVersionPersistenceImpl.RemoveSCFrameworkVersion removeSCFrameworkVersion
           
protected  ResourcePersistence resourcePersistence
           
protected  SCFrameworkVersionPersistence scFrameworkVersionPersistence
           
protected  SCLicensePersistence scLicensePersistence
           
protected  SCProductEntryPersistence scProductEntryPersistence
           
protected  SCProductScreenshotPersistence scProductScreenshotPersistence
           
protected  SCProductVersionPersistence scProductVersionPersistence
           
protected  UserPersistence userPersistence
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, 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
SCProductVersionPersistenceImpl()
           
 
Method Summary
 void addSCFrameworkVersion(long pk, long scFrameworkVersionPK)
           
 void addSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
 void addSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void addSCFrameworkVersions(long pk, long[] scFrameworkVersionPKs)
           
 void afterPropertiesSet()
           
 void cacheResult(List<SCProductVersion> scProductVersions)
           
 void cacheResult(SCProductVersion scProductVersion)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(SCProductVersion scProductVersion)
          Clears the cache for one instance of this model.
 void clearSCFrameworkVersions(long pk)
           
 boolean containsSCFrameworkVersion(long pk, long scFrameworkVersionPK)
           
 boolean containsSCFrameworkVersions(long pk)
           
 int countAll()
           
 int countByDirectDownloadURL(String directDownloadURL)
           
 int countByProductEntryId(long productEntryId)
           
 SCProductVersion create(long productVersionId)
           
 SCProductVersion fetchByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion fetchByDirectDownloadURL(String directDownloadURL, boolean retrieveFromCache)
           
 SCProductVersion fetchByPrimaryKey(long productVersionId)
           
 SCProductVersion fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 List<SCProductVersion> findAll()
           
 List<SCProductVersion> findAll(int start, int end)
           
 List<SCProductVersion> findAll(int start, int end, OrderByComparator orderByComparator)
           
 SCProductVersion findByDirectDownloadURL(String directDownloadURL)
           
 SCProductVersion findByPrimaryKey(long productVersionId)
           
 SCProductVersion findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
 SCProductVersion findByProductEntryId_First(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion findByProductEntryId_Last(long productEntryId, OrderByComparator orderByComparator)
           
 SCProductVersion[] findByProductEntryId_PrevAndNext(long productVersionId, long productEntryId, OrderByComparator orderByComparator)
           
 List<SCProductVersion> findByProductEntryId(long productEntryId)
           
 List<SCProductVersion> findByProductEntryId(long productEntryId, int start, int end)
           
 List<SCProductVersion> findByProductEntryId(long productEntryId, int start, int end, OrderByComparator orderByComparator)
           
protected  SCProductVersion getByProductEntryId_PrevAndNext(Session session, SCProductVersion scProductVersion, long productEntryId, OrderByComparator orderByComparator, boolean previous)
           
 List<SCFrameworkVersion> getSCFrameworkVersions(long pk)
           
 List<SCFrameworkVersion> getSCFrameworkVersions(long pk, int start, int end)
           
 List<SCFrameworkVersion> getSCFrameworkVersions(long pk, int start, int end, OrderByComparator orderByComparator)
           
 int getSCFrameworkVersionsSize(long pk)
           
 SCProductVersion remove(long productVersionId)
           
 SCProductVersion remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByDirectDownloadURL(String directDownloadURL)
           
 void removeByProductEntryId(long productEntryId)
           
protected  SCProductVersion removeImpl(SCProductVersion scProductVersion)
          Removes the model instance from the database.
 void removeSCFrameworkVersion(long pk, long scFrameworkVersionPK)
           
 void removeSCFrameworkVersion(long pk, SCFrameworkVersion scFrameworkVersion)
           
 void removeSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void removeSCFrameworkVersions(long pk, long[] scFrameworkVersionPKs)
           
 void setSCFrameworkVersions(long pk, List<SCFrameworkVersion> scFrameworkVersions)
           
 void setSCFrameworkVersions(long pk, long[] scFrameworkVersionPKs)
           
protected  SCProductVersion toUnwrappedModel(SCProductVersion scProductVersion)
           
 SCProductVersion updateImpl(SCProductVersion scProductVersion, 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, getDataSource, 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
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST

public static final String FINDER_CLASS_NAME_LIST

FINDER_PATH_FIND_BY_PRODUCTENTRYID

public static final FinderPath FINDER_PATH_FIND_BY_PRODUCTENTRYID

FINDER_PATH_COUNT_BY_PRODUCTENTRYID

public static final FinderPath FINDER_PATH_COUNT_BY_PRODUCTENTRYID

FINDER_PATH_FETCH_BY_DIRECTDOWNLOADURL

public static final FinderPath FINDER_PATH_FETCH_BY_DIRECTDOWNLOADURL

FINDER_PATH_COUNT_BY_DIRECTDOWNLOADURL

public static final FinderPath FINDER_PATH_COUNT_BY_DIRECTDOWNLOADURL

FINDER_PATH_FIND_ALL

public static final FinderPath FINDER_PATH_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_GET_SCFRAMEWORKVERSIONS

public static final FinderPath FINDER_PATH_GET_SCFRAMEWORKVERSIONS

FINDER_PATH_GET_SCFRAMEWORKVERSIONS_SIZE

public static final FinderPath FINDER_PATH_GET_SCFRAMEWORKVERSIONS_SIZE

FINDER_PATH_CONTAINS_SCFRAMEWORKVERSION

public static final FinderPath FINDER_PATH_CONTAINS_SCFRAMEWORKVERSION

scLicensePersistence

@BeanReference(type=SCLicensePersistence.class)
protected SCLicensePersistence scLicensePersistence

scFrameworkVersionPersistence

@BeanReference(type=SCFrameworkVersionPersistence.class)
protected SCFrameworkVersionPersistence scFrameworkVersionPersistence

scProductEntryPersistence

@BeanReference(type=SCProductEntryPersistence.class)
protected SCProductEntryPersistence scProductEntryPersistence

scProductScreenshotPersistence

@BeanReference(type=SCProductScreenshotPersistence.class)
protected SCProductScreenshotPersistence scProductScreenshotPersistence

scProductVersionPersistence

@BeanReference(type=SCProductVersionPersistence.class)
protected SCProductVersionPersistence scProductVersionPersistence

resourcePersistence

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

userPersistence

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

containsSCFrameworkVersion

protected SCProductVersionPersistenceImpl.ContainsSCFrameworkVersion containsSCFrameworkVersion

addSCFrameworkVersion

protected SCProductVersionPersistenceImpl.AddSCFrameworkVersion addSCFrameworkVersion

clearSCFrameworkVersions

protected SCProductVersionPersistenceImpl.ClearSCFrameworkVersions clearSCFrameworkVersions

removeSCFrameworkVersion

protected SCProductVersionPersistenceImpl.RemoveSCFrameworkVersion removeSCFrameworkVersion
Constructor Detail

SCProductVersionPersistenceImpl

public SCProductVersionPersistenceImpl()
Method Detail

cacheResult

public void cacheResult(SCProductVersion scProductVersion)
Specified by:
cacheResult in interface SCProductVersionPersistence

cacheResult

public void cacheResult(List<SCProductVersion> scProductVersions)
Specified by:
cacheResult in interface SCProductVersionPersistence

clearCache

public void clearCache()
Description copied from interface: BasePersistence
Clears the cache for all instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Caching information and settings can be found in portal.properties

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

clearCache

public void clearCache(SCProductVersion scProductVersion)
Description copied from interface: BasePersistence
Clears the cache for one instance of this model.

The EntityCache and FinderCache are both cleared by this method.

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

create

public SCProductVersion create(long productVersionId)
Specified by:
create in interface SCProductVersionPersistence

remove

public SCProductVersion remove(Serializable primaryKey)
                        throws NoSuchModelException,
                               SystemException
Description copied from interface: BasePersistence
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.

Specified by:
remove in interface BasePersistence<SCProductVersion>
Overrides:
remove in class BasePersistenceImpl<SCProductVersion>
Parameters:
primaryKey - the primary key of the model instance to remove
Returns:
the model instance that was removed
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if a system exception occurred

remove

public SCProductVersion remove(long productVersionId)
                        throws NoSuchProductVersionException,
                               SystemException
Specified by:
remove in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

removeImpl

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

updateImpl

public SCProductVersion updateImpl(SCProductVersion scProductVersion,
                                   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 SCProductVersionPersistence
Overrides:
updateImpl in class BasePersistenceImpl<SCProductVersion>
Parameters:
scProductVersion - 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 SCProductVersion toUnwrappedModel(SCProductVersion scProductVersion)

findByPrimaryKey

public SCProductVersion findByPrimaryKey(Serializable primaryKey)
                                  throws NoSuchModelException,
                                         SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or throw an exception if it could not be found.

Specified by:
findByPrimaryKey in interface BasePersistence<SCProductVersion>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<SCProductVersion>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance
Throws:
NoSuchModelException - if an instance of this model with the primary key does not exist
SystemException - if the primary key is null, or if a system exception occurred

findByPrimaryKey

public SCProductVersion findByPrimaryKey(long productVersionId)
                                  throws NoSuchProductVersionException,
                                         SystemException
Specified by:
findByPrimaryKey in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

fetchByPrimaryKey

public SCProductVersion fetchByPrimaryKey(Serializable primaryKey)
                                   throws SystemException
Description copied from interface: BasePersistence
Finds an instance of this model by its primary key, or return null if it could not be found.

Specified by:
fetchByPrimaryKey in interface BasePersistence<SCProductVersion>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<SCProductVersion>
Parameters:
primaryKey - the primary key of the model instance to find
Returns:
the model instance, or null if an instance of this model with the primary key does not exist
Throws:
SystemException - if the primary key is null, or if a system exception occurred

fetchByPrimaryKey

public SCProductVersion fetchByPrimaryKey(long productVersionId)
                                   throws SystemException
Specified by:
fetchByPrimaryKey in interface SCProductVersionPersistence
Throws:
SystemException

findByProductEntryId

public List<SCProductVersion> findByProductEntryId(long productEntryId)
                                            throws SystemException
Specified by:
findByProductEntryId in interface SCProductVersionPersistence
Throws:
SystemException

findByProductEntryId

public List<SCProductVersion> findByProductEntryId(long productEntryId,
                                                   int start,
                                                   int end)
                                            throws SystemException
Specified by:
findByProductEntryId in interface SCProductVersionPersistence
Throws:
SystemException

findByProductEntryId

public List<SCProductVersion> findByProductEntryId(long productEntryId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
                                            throws SystemException
Specified by:
findByProductEntryId in interface SCProductVersionPersistence
Throws:
SystemException

findByProductEntryId_First

public SCProductVersion findByProductEntryId_First(long productEntryId,
                                                   OrderByComparator orderByComparator)
                                            throws NoSuchProductVersionException,
                                                   SystemException
Specified by:
findByProductEntryId_First in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

findByProductEntryId_Last

public SCProductVersion findByProductEntryId_Last(long productEntryId,
                                                  OrderByComparator orderByComparator)
                                           throws NoSuchProductVersionException,
                                                  SystemException
Specified by:
findByProductEntryId_Last in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

findByProductEntryId_PrevAndNext

public SCProductVersion[] findByProductEntryId_PrevAndNext(long productVersionId,
                                                           long productEntryId,
                                                           OrderByComparator orderByComparator)
                                                    throws NoSuchProductVersionException,
                                                           SystemException
Specified by:
findByProductEntryId_PrevAndNext in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

getByProductEntryId_PrevAndNext

protected SCProductVersion getByProductEntryId_PrevAndNext(Session session,
                                                           SCProductVersion scProductVersion,
                                                           long productEntryId,
                                                           OrderByComparator orderByComparator,
                                                           boolean previous)

findByDirectDownloadURL

public SCProductVersion findByDirectDownloadURL(String directDownloadURL)
                                         throws NoSuchProductVersionException,
                                                SystemException
Specified by:
findByDirectDownloadURL in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

fetchByDirectDownloadURL

public SCProductVersion fetchByDirectDownloadURL(String directDownloadURL)
                                          throws SystemException
Specified by:
fetchByDirectDownloadURL in interface SCProductVersionPersistence
Throws:
SystemException

fetchByDirectDownloadURL

public SCProductVersion fetchByDirectDownloadURL(String directDownloadURL,
                                                 boolean retrieveFromCache)
                                          throws SystemException
Specified by:
fetchByDirectDownloadURL in interface SCProductVersionPersistence
Throws:
SystemException

findAll

public List<SCProductVersion> findAll()
                               throws SystemException
Specified by:
findAll in interface SCProductVersionPersistence
Throws:
SystemException

findAll

public List<SCProductVersion> findAll(int start,
                                      int end)
                               throws SystemException
Specified by:
findAll in interface SCProductVersionPersistence
Throws:
SystemException

findAll

public List<SCProductVersion> findAll(int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                               throws SystemException
Specified by:
findAll in interface SCProductVersionPersistence
Throws:
SystemException

removeByProductEntryId

public void removeByProductEntryId(long productEntryId)
                            throws SystemException
Specified by:
removeByProductEntryId in interface SCProductVersionPersistence
Throws:
SystemException

removeByDirectDownloadURL

public void removeByDirectDownloadURL(String directDownloadURL)
                               throws NoSuchProductVersionException,
                                      SystemException
Specified by:
removeByDirectDownloadURL in interface SCProductVersionPersistence
Throws:
NoSuchProductVersionException
SystemException

removeAll

public void removeAll()
               throws SystemException
Specified by:
removeAll in interface SCProductVersionPersistence
Throws:
SystemException

countByProductEntryId

public int countByProductEntryId(long productEntryId)
                          throws SystemException
Specified by:
countByProductEntryId in interface SCProductVersionPersistence
Throws:
SystemException

countByDirectDownloadURL

public int countByDirectDownloadURL(String directDownloadURL)
                             throws SystemException
Specified by:
countByDirectDownloadURL in interface SCProductVersionPersistence
Throws:
SystemException

countAll

public int countAll()
             throws SystemException
Specified by:
countAll in interface SCProductVersionPersistence
Throws:
SystemException

getSCFrameworkVersions

public List<SCFrameworkVersion> getSCFrameworkVersions(long pk)
                                                throws SystemException
Specified by:
getSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

getSCFrameworkVersions

public List<SCFrameworkVersion> getSCFrameworkVersions(long pk,
                                                       int start,
                                                       int end)
                                                throws SystemException
Specified by:
getSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

getSCFrameworkVersions

public List<SCFrameworkVersion> getSCFrameworkVersions(long pk,
                                                       int start,
                                                       int end,
                                                       OrderByComparator orderByComparator)
                                                throws SystemException
Specified by:
getSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

getSCFrameworkVersionsSize

public int getSCFrameworkVersionsSize(long pk)
                               throws SystemException
Specified by:
getSCFrameworkVersionsSize in interface SCProductVersionPersistence
Throws:
SystemException

containsSCFrameworkVersion

public boolean containsSCFrameworkVersion(long pk,
                                          long scFrameworkVersionPK)
                                   throws SystemException
Specified by:
containsSCFrameworkVersion in interface SCProductVersionPersistence
Throws:
SystemException

containsSCFrameworkVersions

public boolean containsSCFrameworkVersions(long pk)
                                    throws SystemException
Specified by:
containsSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

addSCFrameworkVersion

public void addSCFrameworkVersion(long pk,
                                  long scFrameworkVersionPK)
                           throws SystemException
Specified by:
addSCFrameworkVersion in interface SCProductVersionPersistence
Throws:
SystemException

addSCFrameworkVersion

public void addSCFrameworkVersion(long pk,
                                  SCFrameworkVersion scFrameworkVersion)
                           throws SystemException
Specified by:
addSCFrameworkVersion in interface SCProductVersionPersistence
Throws:
SystemException

addSCFrameworkVersions

public void addSCFrameworkVersions(long pk,
                                   long[] scFrameworkVersionPKs)
                            throws SystemException
Specified by:
addSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

addSCFrameworkVersions

public void addSCFrameworkVersions(long pk,
                                   List<SCFrameworkVersion> scFrameworkVersions)
                            throws SystemException
Specified by:
addSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

clearSCFrameworkVersions

public void clearSCFrameworkVersions(long pk)
                              throws SystemException
Specified by:
clearSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

removeSCFrameworkVersion

public void removeSCFrameworkVersion(long pk,
                                     long scFrameworkVersionPK)
                              throws SystemException
Specified by:
removeSCFrameworkVersion in interface SCProductVersionPersistence
Throws:
SystemException

removeSCFrameworkVersion

public void removeSCFrameworkVersion(long pk,
                                     SCFrameworkVersion scFrameworkVersion)
                              throws SystemException
Specified by:
removeSCFrameworkVersion in interface SCProductVersionPersistence
Throws:
SystemException

removeSCFrameworkVersions

public void removeSCFrameworkVersions(long pk,
                                      long[] scFrameworkVersionPKs)
                               throws SystemException
Specified by:
removeSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

removeSCFrameworkVersions

public void removeSCFrameworkVersions(long pk,
                                      List<SCFrameworkVersion> scFrameworkVersions)
                               throws SystemException
Specified by:
removeSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

setSCFrameworkVersions

public void setSCFrameworkVersions(long pk,
                                   long[] scFrameworkVersionPKs)
                            throws SystemException
Specified by:
setSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

setSCFrameworkVersions

public void setSCFrameworkVersions(long pk,
                                   List<SCFrameworkVersion> scFrameworkVersions)
                            throws SystemException
Specified by:
setSCFrameworkVersions in interface SCProductVersionPersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3