|
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<SCProductEntry>
com.liferay.portlet.softwarecatalog.service.persistence.SCProductEntryPersistenceImpl
public class SCProductEntryPersistenceImpl
SCProductEntryPersistence,
SCProductEntryUtil| Nested Class Summary | |
|---|---|
protected class |
SCProductEntryPersistenceImpl.AddSCLicense
|
protected class |
SCProductEntryPersistenceImpl.ClearSCLicenses
|
protected class |
SCProductEntryPersistenceImpl.ContainsSCLicense
|
protected class |
SCProductEntryPersistenceImpl.RemoveSCLicense
|
| 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 | |
|---|---|
SCProductEntryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addSCLicense(long pk,
long scLicensePK)
|
void |
addSCLicense(long pk,
SCLicense scLicense)
|
void |
addSCLicenses(long pk,
List<SCLicense> scLicenses)
|
void |
addSCLicenses(long pk,
long[] scLicensePKs)
|
void |
afterPropertiesSet()
|
void |
cacheResult(List<SCProductEntry> scProductEntries)
|
void |
cacheResult(SCProductEntry scProductEntry)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(SCProductEntry scProductEntry)
Clears the cache for one instance of this model. |
void |
clearSCLicenses(long pk)
|
boolean |
containsSCLicense(long pk,
long scLicensePK)
|
boolean |
containsSCLicenses(long pk)
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByRG_RA(String repoGroupId,
String repoArtifactId)
|
SCProductEntry |
create(long productEntryId)
|
SCProductEntry |
fetchByPrimaryKey(long productEntryId)
|
SCProductEntry |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
SCProductEntry |
fetchByRG_RA(String repoGroupId,
String repoArtifactId)
|
SCProductEntry |
fetchByRG_RA(String repoGroupId,
String repoArtifactId,
boolean retrieveFromCache)
|
int |
filterCountByG_U(long groupId,
long userId)
|
int |
filterCountByGroupId(long groupId)
|
List<SCProductEntry> |
filterFindByG_U(long groupId,
long userId)
|
List<SCProductEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end)
|
List<SCProductEntry> |
filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<SCProductEntry> |
filterFindByGroupId(long groupId)
|
List<SCProductEntry> |
filterFindByGroupId(long groupId,
int start,
int end)
|
List<SCProductEntry> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
List<SCProductEntry> |
findAll()
|
List<SCProductEntry> |
findAll(int start,
int end)
|
List<SCProductEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
SCProductEntry[] |
findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
OrderByComparator orderByComparator)
|
List<SCProductEntry> |
findByCompanyId(long companyId)
|
List<SCProductEntry> |
findByCompanyId(long companyId,
int start,
int end)
|
List<SCProductEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
|
SCProductEntry[] |
findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
|
List<SCProductEntry> |
findByG_U(long groupId,
long userId)
|
List<SCProductEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
List<SCProductEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
SCProductEntry[] |
findByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator orderByComparator)
|
List<SCProductEntry> |
findByGroupId(long groupId)
|
List<SCProductEntry> |
findByGroupId(long groupId,
int start,
int end)
|
List<SCProductEntry> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
SCProductEntry |
findByPrimaryKey(long productEntryId)
|
SCProductEntry |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
SCProductEntry |
findByRG_RA(String repoGroupId,
String repoArtifactId)
|
protected SCProductEntry |
getByCompanyId_PrevAndNext(Session session,
SCProductEntry scProductEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected SCProductEntry |
getByG_U_PrevAndNext(Session session,
SCProductEntry scProductEntry,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected SCProductEntry |
getByGroupId_PrevAndNext(Session session,
SCProductEntry scProductEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
List<SCLicense> |
getSCLicenses(long pk)
|
List<SCLicense> |
getSCLicenses(long pk,
int start,
int end)
|
List<SCLicense> |
getSCLicenses(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getSCLicensesSize(long pk)
|
SCProductEntry |
remove(long productEntryId)
|
SCProductEntry |
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_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByRG_RA(String repoGroupId,
String repoArtifactId)
|
protected SCProductEntry |
removeImpl(SCProductEntry scProductEntry)
Removes the model instance from the database. |
void |
removeSCLicense(long pk,
long scLicensePK)
|
void |
removeSCLicense(long pk,
SCLicense scLicense)
|
void |
removeSCLicenses(long pk,
List<SCLicense> scLicenses)
|
void |
removeSCLicenses(long pk,
long[] scLicensePKs)
|
void |
setSCLicenses(long pk,
List<SCLicense> scLicenses)
|
void |
setSCLicenses(long pk,
long[] scLicensePKs)
|
protected SCProductEntry |
toUnwrappedModel(SCProductEntry scProductEntry)
|
SCProductEntry |
updateImpl(SCProductEntry scProductEntry,
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_U
public static final FinderPath FINDER_PATH_COUNT_BY_G_U
public static final FinderPath FINDER_PATH_FETCH_BY_RG_RA
public static final FinderPath FINDER_PATH_COUNT_BY_RG_RA
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_GET_SCLICENSES
public static final FinderPath FINDER_PATH_GET_SCLICENSES_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_SCLICENSE
@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=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ImagePersistence.class) protected ImagePersistence imagePersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=RatingsStatsPersistence.class) protected RatingsStatsPersistence ratingsStatsPersistence
protected SCProductEntryPersistenceImpl.ContainsSCLicense containsSCLicense
protected SCProductEntryPersistenceImpl.AddSCLicense addSCLicense
protected SCProductEntryPersistenceImpl.ClearSCLicenses clearSCLicenses
protected SCProductEntryPersistenceImpl.RemoveSCLicense removeSCLicense
| Constructor Detail |
|---|
public SCProductEntryPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(SCProductEntry scProductEntry)
cacheResult in interface SCProductEntryPersistencepublic void cacheResult(List<SCProductEntry> scProductEntries)
cacheResult in interface SCProductEntryPersistencepublic 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<SCProductEntry>clearCache in class BasePersistenceImpl<SCProductEntry>public void clearCache(SCProductEntry scProductEntry)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<SCProductEntry>clearCache in class BasePersistenceImpl<SCProductEntry>scProductEntry - the instance of this model to clear the cache forpublic SCProductEntry create(long productEntryId)
create in interface SCProductEntryPersistence
public SCProductEntry remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<SCProductEntry>remove in class BasePersistenceImpl<SCProductEntry>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 SCProductEntry remove(long productEntryId)
throws NoSuchProductEntryException,
SystemException
remove in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
protected SCProductEntry removeImpl(SCProductEntry scProductEntry)
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<SCProductEntry>scProductEntry - the model instance to remove
SystemException - if a system exception occurred
public SCProductEntry updateImpl(SCProductEntry scProductEntry,
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 SCProductEntryPersistenceupdateImpl in class BasePersistenceImpl<SCProductEntry>scProductEntry - 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 SCProductEntry toUnwrappedModel(SCProductEntry scProductEntry)
public SCProductEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<SCProductEntry>findByPrimaryKey in class BasePersistenceImpl<SCProductEntry>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 SCProductEntry findByPrimaryKey(long productEntryId)
throws NoSuchProductEntryException,
SystemException
findByPrimaryKey in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<SCProductEntry>fetchByPrimaryKey in class BasePersistenceImpl<SCProductEntry>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 SCProductEntry fetchByPrimaryKey(long productEntryId)
throws SystemException
fetchByPrimaryKey in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByGroupId(long groupId)
throws SystemException
findByGroupId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByGroupId(long groupId,
int start,
int end)
throws SystemException
findByGroupId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByGroupId in interface SCProductEntryPersistenceSystemException
public SCProductEntry findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByGroupId_First in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByGroupId_Last in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry[] findByGroupId_PrevAndNext(long productEntryId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByGroupId_PrevAndNext in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
protected SCProductEntry getByGroupId_PrevAndNext(Session session,
SCProductEntry scProductEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
public List<SCProductEntry> filterFindByGroupId(long groupId)
throws SystemException
filterFindByGroupId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
filterFindByGroupId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByGroupId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
findByCompanyId in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByCompanyId in interface SCProductEntryPersistenceSystemException
public SCProductEntry findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByCompanyId_First in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByCompanyId_Last in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry[] findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByCompanyId_PrevAndNext in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
protected SCProductEntry getByCompanyId_PrevAndNext(Session session,
SCProductEntry scProductEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public List<SCProductEntry> findByG_U(long groupId,
long userId)
throws SystemException
findByG_U in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
findByG_U in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByG_U in interface SCProductEntryPersistenceSystemException
public SCProductEntry findByG_U_First(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByG_U_First in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry findByG_U_Last(long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByG_U_Last in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry[] findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchProductEntryException,
SystemException
findByG_U_PrevAndNext in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
protected SCProductEntry getByG_U_PrevAndNext(Session session,
SCProductEntry scProductEntry,
long groupId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
public List<SCProductEntry> filterFindByG_U(long groupId,
long userId)
throws SystemException
filterFindByG_U in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end)
throws SystemException
filterFindByG_U in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> filterFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
filterFindByG_U in interface SCProductEntryPersistenceSystemException
public SCProductEntry findByRG_RA(String repoGroupId,
String repoArtifactId)
throws NoSuchProductEntryException,
SystemException
findByRG_RA in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public SCProductEntry fetchByRG_RA(String repoGroupId,
String repoArtifactId)
throws SystemException
fetchByRG_RA in interface SCProductEntryPersistenceSystemException
public SCProductEntry fetchByRG_RA(String repoGroupId,
String repoArtifactId,
boolean retrieveFromCache)
throws SystemException
fetchByRG_RA in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findAll()
throws SystemException
findAll in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findAll(int start,
int end)
throws SystemException
findAll in interface SCProductEntryPersistenceSystemException
public List<SCProductEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface SCProductEntryPersistenceSystemException
public void removeByGroupId(long groupId)
throws SystemException
removeByGroupId in interface SCProductEntryPersistenceSystemException
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface SCProductEntryPersistenceSystemException
public void removeByG_U(long groupId,
long userId)
throws SystemException
removeByG_U in interface SCProductEntryPersistenceSystemException
public void removeByRG_RA(String repoGroupId,
String repoArtifactId)
throws NoSuchProductEntryException,
SystemException
removeByRG_RA in interface SCProductEntryPersistenceNoSuchProductEntryException
SystemException
public void removeAll()
throws SystemException
removeAll in interface SCProductEntryPersistenceSystemException
public int countByGroupId(long groupId)
throws SystemException
countByGroupId in interface SCProductEntryPersistenceSystemException
public int filterCountByGroupId(long groupId)
throws SystemException
filterCountByGroupId in interface SCProductEntryPersistenceSystemException
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface SCProductEntryPersistenceSystemException
public int countByG_U(long groupId,
long userId)
throws SystemException
countByG_U in interface SCProductEntryPersistenceSystemException
public int filterCountByG_U(long groupId,
long userId)
throws SystemException
filterCountByG_U in interface SCProductEntryPersistenceSystemException
public int countByRG_RA(String repoGroupId,
String repoArtifactId)
throws SystemException
countByRG_RA in interface SCProductEntryPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface SCProductEntryPersistenceSystemException
public List<SCLicense> getSCLicenses(long pk)
throws SystemException
getSCLicenses in interface SCProductEntryPersistenceSystemException
public List<SCLicense> getSCLicenses(long pk,
int start,
int end)
throws SystemException
getSCLicenses in interface SCProductEntryPersistenceSystemException
public List<SCLicense> getSCLicenses(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getSCLicenses in interface SCProductEntryPersistenceSystemException
public int getSCLicensesSize(long pk)
throws SystemException
getSCLicensesSize in interface SCProductEntryPersistenceSystemException
public boolean containsSCLicense(long pk,
long scLicensePK)
throws SystemException
containsSCLicense in interface SCProductEntryPersistenceSystemException
public boolean containsSCLicenses(long pk)
throws SystemException
containsSCLicenses in interface SCProductEntryPersistenceSystemException
public void addSCLicense(long pk,
long scLicensePK)
throws SystemException
addSCLicense in interface SCProductEntryPersistenceSystemException
public void addSCLicense(long pk,
SCLicense scLicense)
throws SystemException
addSCLicense in interface SCProductEntryPersistenceSystemException
public void addSCLicenses(long pk,
long[] scLicensePKs)
throws SystemException
addSCLicenses in interface SCProductEntryPersistenceSystemException
public void addSCLicenses(long pk,
List<SCLicense> scLicenses)
throws SystemException
addSCLicenses in interface SCProductEntryPersistenceSystemException
public void clearSCLicenses(long pk)
throws SystemException
clearSCLicenses in interface SCProductEntryPersistenceSystemException
public void removeSCLicense(long pk,
long scLicensePK)
throws SystemException
removeSCLicense in interface SCProductEntryPersistenceSystemException
public void removeSCLicense(long pk,
SCLicense scLicense)
throws SystemException
removeSCLicense in interface SCProductEntryPersistenceSystemException
public void removeSCLicenses(long pk,
long[] scLicensePKs)
throws SystemException
removeSCLicenses in interface SCProductEntryPersistenceSystemException
public void removeSCLicenses(long pk,
List<SCLicense> scLicenses)
throws SystemException
removeSCLicenses in interface SCProductEntryPersistenceSystemException
public void setSCLicenses(long pk,
long[] scLicensePKs)
throws SystemException
setSCLicenses in interface SCProductEntryPersistenceSystemException
public void setSCLicenses(long pk,
List<SCLicense> scLicenses)
throws SystemException
setSCLicenses in interface SCProductEntryPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||