|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<SCFrameworkVersion>
com.liferay.portlet.softwarecatalog.service.persistence.SCFrameworkVersionPersistenceImpl
public class SCFrameworkVersionPersistenceImpl
SCFrameworkVersionPersistence,
SCFrameworkVersionUtil| Nested Class Summary | |
|---|---|
protected class |
SCFrameworkVersionPersistenceImpl.AddSCProductVersion
|
protected class |
SCFrameworkVersionPersistenceImpl.ClearSCProductVersions
|
protected class |
SCFrameworkVersionPersistenceImpl.ContainsSCProductVersion
|
protected class |
SCFrameworkVersionPersistenceImpl.RemoveSCProductVersion
|
| 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 | |
|---|---|
SCFrameworkVersionPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addSCProductVersion(long pk,
long scProductVersionPK)
|
void |
addSCProductVersion(long pk,
SCProductVersion scProductVersion)
|
void |
addSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
|
void |
addSCProductVersions(long pk,
long[] scProductVersionPKs)
|
void |
afterPropertiesSet()
|
void |
cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
|
void |
cacheResult(SCFrameworkVersion scFrameworkVersion)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(SCFrameworkVersion scFrameworkVersion)
Clears the cache for one instance of this model. |
void |
clearSCProductVersions(long pk)
|
boolean |
containsSCProductVersion(long pk,
long scProductVersionPK)
|
boolean |
containsSCProductVersions(long pk)
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_A(long groupId,
boolean active)
|
int |
countByGroupId(long groupId)
|
SCFrameworkVersion |
create(long frameworkVersionId)
|
SCFrameworkVersion |
fetchByPrimaryKey(long frameworkVersionId)
|
SCFrameworkVersion |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
int |
filterCountByG_A(long groupId,
boolean active)
|
int |
filterCountByGroupId(long groupId)
|
List<SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active,
int start,
int end)
|
List<SCFrameworkVersion> |
filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
|
List<SCFrameworkVersion> |
filterFindByGroupId(long groupId)
|
List<SCFrameworkVersion> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<SCFrameworkVersion> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<SCFrameworkVersion> |
findAll()
|
List<SCFrameworkVersion> |
findAll(int start,
int end)
|
List<SCFrameworkVersion> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
SCFrameworkVersion[] |
findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
|
List<SCFrameworkVersion> |
findByCompanyId(long companyId)
|
List<SCFrameworkVersion> |
findByCompanyId(long companyId,
int start,
int end)
|
List<SCFrameworkVersion> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
|
SCFrameworkVersion[] |
findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
|
List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active)
|
List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int start,
int end)
|
List<SCFrameworkVersion> |
findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
SCFrameworkVersion[] |
findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
|
List<SCFrameworkVersion> |
findByGroupId(long groupId)
|
List<SCFrameworkVersion> |
findByGroupId(long groupId,
int start,
int end)
|
List<SCFrameworkVersion> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
SCFrameworkVersion |
findByPrimaryKey(long frameworkVersionId)
|
SCFrameworkVersion |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
protected SCFrameworkVersion |
getByCompanyId_PrevAndNext(Session session,
SCFrameworkVersion scFrameworkVersion,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected SCFrameworkVersion |
getByG_A_PrevAndNext(Session session,
SCFrameworkVersion scFrameworkVersion,
long groupId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
|
protected SCFrameworkVersion |
getByGroupId_PrevAndNext(Session session,
SCFrameworkVersion scFrameworkVersion,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
List<SCProductVersion> |
getSCProductVersions(long pk)
|
List<SCProductVersion> |
getSCProductVersions(long pk,
int start,
int end)
|
List<SCProductVersion> |
getSCProductVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getSCProductVersionsSize(long pk)
|
SCFrameworkVersion |
remove(long frameworkVersionId)
|
SCFrameworkVersion |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_A(long groupId,
boolean active)
|
void |
removeByGroupId(long groupId)
|
protected SCFrameworkVersion |
removeImpl(SCFrameworkVersion scFrameworkVersion)
Removes the model instance from the database. |
void |
removeSCProductVersion(long pk,
long scProductVersionPK)
|
void |
removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
|
void |
removeSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
|
void |
removeSCProductVersions(long pk,
long[] scProductVersionPKs)
|
void |
setSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
|
void |
setSCProductVersions(long pk,
long[] scProductVersionPKs)
|
protected SCFrameworkVersion |
toUnwrappedModel(SCFrameworkVersion scFrameworkVersion)
|
SCFrameworkVersion |
updateImpl(SCFrameworkVersion scFrameworkVersion,
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 |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_GROUPID
public static final FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FIND_BY_G_A
public static final FinderPath FINDER_PATH_COUNT_BY_G_A
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_GET_SCPRODUCTVERSIONS
public static final FinderPath FINDER_PATH_GET_SCPRODUCTVERSIONS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_SCPRODUCTVERSION
@BeanReference(type=SCLicensePersistence.class) protected SCLicensePersistence scLicensePersistence
@BeanReference(type=SCFrameworkVersionPersistence.class) protected SCFrameworkVersionPersistence scFrameworkVersionPersistence
@BeanReference(type=SCProductEntryPersistence.class) protected SCProductEntryPersistence scProductEntryPersistence
@BeanReference(type=SCProductScreenshotPersistence.class) protected SCProductScreenshotPersistence scProductScreenshotPersistence
@BeanReference(type=SCProductVersionPersistence.class) protected SCProductVersionPersistence scProductVersionPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
protected SCFrameworkVersionPersistenceImpl.ContainsSCProductVersion containsSCProductVersion
protected SCFrameworkVersionPersistenceImpl.AddSCProductVersion addSCProductVersion
protected SCFrameworkVersionPersistenceImpl.ClearSCProductVersions clearSCProductVersions
protected SCFrameworkVersionPersistenceImpl.RemoveSCProductVersion removeSCProductVersion
| Constructor Detail |
|---|
public SCFrameworkVersionPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(SCFrameworkVersion scFrameworkVersion)
cacheResult in interface SCFrameworkVersionPersistencepublic void cacheResult(List<SCFrameworkVersion> scFrameworkVersions)
cacheResult in interface SCFrameworkVersionPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<SCFrameworkVersion>clearCache in class BasePersistenceImpl<SCFrameworkVersion>public void clearCache(SCFrameworkVersion scFrameworkVersion)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<SCFrameworkVersion>clearCache in class BasePersistenceImpl<SCFrameworkVersion>scFrameworkVersion - the instance of this model to clear the cache forpublic SCFrameworkVersion create(long frameworkVersionId)
create in interface SCFrameworkVersionPersistence
public SCFrameworkVersion remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<SCFrameworkVersion>remove in class BasePersistenceImpl<SCFrameworkVersion>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public SCFrameworkVersion remove(long frameworkVersionId)
throws NoSuchFrameworkVersionException,
SystemException
remove in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
protected SCFrameworkVersion removeImpl(SCFrameworkVersion scFrameworkVersion)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<SCFrameworkVersion>scFrameworkVersion - the model instance to remove
SystemException - if a system exception occurred
public SCFrameworkVersion updateImpl(SCFrameworkVersion scFrameworkVersion,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface SCFrameworkVersionPersistenceupdateImpl in class BasePersistenceImpl<SCFrameworkVersion>scFrameworkVersion - the model instance to updatemerge - 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.
SystemException - if a system exception occurredprotected SCFrameworkVersion toUnwrappedModel(SCFrameworkVersion scFrameworkVersion)
public SCFrameworkVersion findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<SCFrameworkVersion>findByPrimaryKey in class BasePersistenceImpl<SCFrameworkVersion>primaryKey - the primary key of the model instance to find
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
public SCFrameworkVersion findByPrimaryKey(long frameworkVersionId)
throws NoSuchFrameworkVersionException,
SystemException
findByPrimaryKey in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<SCFrameworkVersion>fetchByPrimaryKey in class BasePersistenceImpl<SCFrameworkVersion>primaryKey - the primary key of the model instance to find
null 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
public SCFrameworkVersion fetchByPrimaryKey(long frameworkVersionId)
throws SystemException
fetchByPrimaryKey in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByGroupId(long groupId,
int start,
int end)
throws SystemException
findByGroupId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByGroupId in interface SCFrameworkVersionPersistenceSystemException
public SCFrameworkVersion findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByGroupId_First in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByGroupId_Last in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion[] findByGroupId_PrevAndNext(long frameworkVersionId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByGroupId_PrevAndNext in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
protected SCFrameworkVersion getByGroupId_PrevAndNext(Session session,
SCFrameworkVersion scFrameworkVersion,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<SCFrameworkVersion> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
filterFindByGroupId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByGroupId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
findByCompanyId in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByCompanyId in interface SCFrameworkVersionPersistenceSystemException
public SCFrameworkVersion findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByCompanyId_First in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByCompanyId_Last in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion[] findByCompanyId_PrevAndNext(long frameworkVersionId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByCompanyId_PrevAndNext in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
protected SCFrameworkVersion getByCompanyId_PrevAndNext(Session session,
SCFrameworkVersion scFrameworkVersion,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<SCFrameworkVersion> findByG_A(long groupId,
boolean active)
throws SystemException
findByG_A in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByG_A(long groupId,
boolean active,
int start,
int end)
throws SystemException
findByG_A in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_A in interface SCFrameworkVersionPersistenceSystemException
public SCFrameworkVersion findByG_A_First(long groupId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByG_A_First in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion findByG_A_Last(long groupId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByG_A_Last in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
public SCFrameworkVersion[] findByG_A_PrevAndNext(long frameworkVersionId,
long groupId,
boolean active,
OrderByComparator orderByComparator)
throws NoSuchFrameworkVersionException,
SystemException
findByG_A_PrevAndNext in interface SCFrameworkVersionPersistenceNoSuchFrameworkVersionException
SystemException
protected SCFrameworkVersion getByG_A_PrevAndNext(Session session,
SCFrameworkVersion scFrameworkVersion,
long groupId,
boolean active,
OrderByComparator orderByComparator,
boolean previous)
public List<SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active)
throws SystemException
filterFindByG_A in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active,
int start,
int end)
throws SystemException
filterFindByG_A in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> filterFindByG_A(long groupId,
boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_A in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findAll()
throws SystemException
findAll in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findAll(int start,
int end)
throws SystemException
findAll in interface SCFrameworkVersionPersistenceSystemException
public List<SCFrameworkVersion> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface SCFrameworkVersionPersistenceSystemException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface SCFrameworkVersionPersistenceSystemException
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface SCFrameworkVersionPersistenceSystemException
public void removeByG_A(long groupId,
boolean active)
throws SystemException
removeByG_A in interface SCFrameworkVersionPersistenceSystemException
public void removeAll()
throws SystemException
removeAll in interface SCFrameworkVersionPersistenceSystemException
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface SCFrameworkVersionPersistenceSystemException
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface SCFrameworkVersionPersistenceSystemException
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface SCFrameworkVersionPersistenceSystemException
public int countByG_A(long groupId,
boolean active)
throws SystemException
countByG_A in interface SCFrameworkVersionPersistenceSystemException
public int filterCountByG_A(long groupId,
boolean active)
throws SystemException
filterCountByG_A in interface SCFrameworkVersionPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface SCFrameworkVersionPersistenceSystemException
public List<SCProductVersion> getSCProductVersions(long pk)
throws SystemException
getSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public List<SCProductVersion> getSCProductVersions(long pk,
int start,
int end)
throws SystemException
getSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public List<SCProductVersion> getSCProductVersions(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public int getSCProductVersionsSize(long pk)
throws SystemException
getSCProductVersionsSize in interface SCFrameworkVersionPersistenceSystemException
public boolean containsSCProductVersion(long pk,
long scProductVersionPK)
throws SystemException
containsSCProductVersion in interface SCFrameworkVersionPersistenceSystemException
public boolean containsSCProductVersions(long pk)
throws SystemException
containsSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void addSCProductVersion(long pk,
long scProductVersionPK)
throws SystemException
addSCProductVersion in interface SCFrameworkVersionPersistenceSystemException
public void addSCProductVersion(long pk,
SCProductVersion scProductVersion)
throws SystemException
addSCProductVersion in interface SCFrameworkVersionPersistenceSystemException
public void addSCProductVersions(long pk,
long[] scProductVersionPKs)
throws SystemException
addSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void addSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
throws SystemException
addSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void clearSCProductVersions(long pk)
throws SystemException
clearSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void removeSCProductVersion(long pk,
long scProductVersionPK)
throws SystemException
removeSCProductVersion in interface SCFrameworkVersionPersistenceSystemException
public void removeSCProductVersion(long pk,
SCProductVersion scProductVersion)
throws SystemException
removeSCProductVersion in interface SCFrameworkVersionPersistenceSystemException
public void removeSCProductVersions(long pk,
long[] scProductVersionPKs)
throws SystemException
removeSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void removeSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
throws SystemException
removeSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void setSCProductVersions(long pk,
long[] scProductVersionPKs)
throws SystemException
setSCProductVersions in interface SCFrameworkVersionPersistenceSystemException
public void setSCProductVersions(long pk,
List<SCProductVersion> scProductVersions)
throws SystemException
setSCProductVersions in interface SCFrameworkVersionPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||