|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
public interface SCProductEntryPersistence
| Method Summary | |
|---|---|
void |
addSCLicense(long pk,
long scLicensePK)
|
void |
addSCLicense(long pk,
SCLicense scLicense)
|
void |
addSCLicenses(long pk,
java.util.List<SCLicense> scLicenses)
|
void |
addSCLicenses(long pk,
long[] scLicensePKs)
|
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(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
|
SCProductEntry |
create(long productEntryId)
|
SCProductEntry |
fetchByPrimaryKey(long productEntryId)
|
SCProductEntry |
fetchByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
|
java.util.List<SCProductEntry> |
findAll()
|
java.util.List<SCProductEntry> |
findAll(int start,
int end)
|
java.util.List<SCProductEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry[] |
findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCProductEntry> |
findByCompanyId(long companyId)
|
java.util.List<SCProductEntry> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<SCProductEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry[] |
findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCProductEntry> |
findByG_U(long groupId,
long userId)
|
java.util.List<SCProductEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<SCProductEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry[] |
findByGroupId_PrevAndNext(long productEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCProductEntry> |
findByGroupId(long groupId)
|
java.util.List<SCProductEntry> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<SCProductEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCProductEntry |
findByPrimaryKey(long productEntryId)
|
SCProductEntry |
findByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<SCLicense> |
getSCLicenses(long pk)
|
java.util.List<SCLicense> |
getSCLicenses(long pk,
int start,
int end)
|
java.util.List<SCLicense> |
getSCLicenses(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getSCLicensesSize(long pk)
|
void |
registerListener(ModelListener listener)
|
SCProductEntry |
remove(long productEntryId)
|
SCProductEntry |
remove(SCProductEntry scProductEntry)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
|
void |
removeSCLicense(long pk,
long scLicensePK)
|
void |
removeSCLicense(long pk,
SCLicense scLicense)
|
void |
removeSCLicenses(long pk,
java.util.List<SCLicense> scLicenses)
|
void |
removeSCLicenses(long pk,
long[] scLicensePKs)
|
void |
setSCLicenses(long pk,
java.util.List<SCLicense> scLicenses)
|
void |
setSCLicenses(long pk,
long[] scLicensePKs)
|
void |
unregisterListener(ModelListener listener)
|
SCProductEntry |
update(SCProductEntry scProductEntry)
Deprecated. Use update(SCProductEntry scProductEntry, boolean merge). |
SCProductEntry |
update(SCProductEntry scProductEntry,
boolean merge)
Add, update, or merge, the entity. |
SCProductEntry |
updateImpl(SCProductEntry scProductEntry,
boolean merge)
|
| Method Detail |
|---|
SCProductEntry create(long productEntryId)
SCProductEntry remove(long productEntryId)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
SCProductEntry remove(SCProductEntry scProductEntry)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCProductEntry update(SCProductEntry scProductEntry)
throws com.liferay.portal.SystemException
update(SCProductEntry scProductEntry, boolean merge).
com.liferay.portal.SystemException
SCProductEntry update(SCProductEntry scProductEntry,
boolean merge)
throws com.liferay.portal.SystemException
scProductEntry - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when scProductEntry is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
SCProductEntry updateImpl(SCProductEntry scProductEntry,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByPrimaryKey(long productEntryId)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
SCProductEntry fetchByPrimaryKey(long productEntryId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry[] findByGroupId_PrevAndNext(long productEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry[] findByCompanyId_PrevAndNext(long productEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry[] findByG_U_PrevAndNext(long productEntryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
@Transactional(propagation=SUPPORTS,
readOnly=true)
SCProductEntry findByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
SCProductEntry fetchByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCProductEntry> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
throws com.liferay.portal.SystemException,
NoSuchProductEntryException
com.liferay.portal.SystemException
NoSuchProductEntryException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByGroupId(long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countByRG_RA(java.lang.String repoGroupId,
java.lang.String repoArtifactId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCLicense> getSCLicenses(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCLicense> getSCLicenses(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<SCLicense> getSCLicenses(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getSCLicensesSize(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean containsSCLicense(long pk,
long scLicensePK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
boolean containsSCLicenses(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCLicense(long pk,
long scLicensePK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCLicense(long pk,
SCLicense scLicense)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCLicenses(long pk,
long[] scLicensePKs)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCLicenses(long pk,
java.util.List<SCLicense> scLicenses)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void clearSCLicenses(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCLicense(long pk,
long scLicensePK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCLicense(long pk,
SCLicense scLicense)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCLicenses(long pk,
long[] scLicensePKs)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCLicenses(long pk,
java.util.List<SCLicense> scLicenses)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setSCLicenses(long pk,
long[] scLicensePKs)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setSCLicenses(long pk,
java.util.List<SCLicense> scLicenses)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemExceptionvoid registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||