|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCLicensePersistence
Method Summary | |
---|---|
void |
addSCProductEntries(long pk,
java.util.List<SCProductEntry> scProductEntries)
|
void |
addSCProductEntries(long pk,
long[] scProductEntryPKs)
|
void |
addSCProductEntry(long pk,
long scProductEntryPK)
|
void |
addSCProductEntry(long pk,
SCProductEntry scProductEntry)
|
void |
clearSCProductEntries(long pk)
|
boolean |
containsSCProductEntries(long pk)
|
boolean |
containsSCProductEntry(long pk,
long scProductEntryPK)
|
int |
countAll()
|
int |
countByA_R(boolean active,
boolean recommended)
|
int |
countByActive(boolean active)
|
SCLicense |
create(long licenseId)
|
SCLicense |
fetchByPrimaryKey(long licenseId)
|
java.util.List<SCLicense> |
findAll()
|
java.util.List<SCLicense> |
findAll(int start,
int end)
|
java.util.List<SCLicense> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense |
findByA_R_First(boolean active,
boolean recommended,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense |
findByA_R_Last(boolean active,
boolean recommended,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense[] |
findByA_R_PrevAndNext(long licenseId,
boolean active,
boolean recommended,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCLicense> |
findByA_R(boolean active,
boolean recommended)
|
java.util.List<SCLicense> |
findByA_R(boolean active,
boolean recommended,
int start,
int end)
|
java.util.List<SCLicense> |
findByA_R(boolean active,
boolean recommended,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense |
findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense |
findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense[] |
findByActive_PrevAndNext(long licenseId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<SCLicense> |
findByActive(boolean active)
|
java.util.List<SCLicense> |
findByActive(boolean active,
int start,
int end)
|
java.util.List<SCLicense> |
findByActive(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
SCLicense |
findByPrimaryKey(long licenseId)
|
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<SCProductEntry> |
getSCProductEntries(long pk)
|
java.util.List<SCProductEntry> |
getSCProductEntries(long pk,
int start,
int end)
|
java.util.List<SCProductEntry> |
getSCProductEntries(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getSCProductEntriesSize(long pk)
|
void |
registerListener(ModelListener listener)
|
SCLicense |
remove(long licenseId)
|
SCLicense |
remove(SCLicense scLicense)
|
void |
removeAll()
|
void |
removeByA_R(boolean active,
boolean recommended)
|
void |
removeByActive(boolean active)
|
void |
removeSCProductEntries(long pk,
java.util.List<SCProductEntry> scProductEntries)
|
void |
removeSCProductEntries(long pk,
long[] scProductEntryPKs)
|
void |
removeSCProductEntry(long pk,
long scProductEntryPK)
|
void |
removeSCProductEntry(long pk,
SCProductEntry scProductEntry)
|
void |
setSCProductEntries(long pk,
java.util.List<SCProductEntry> scProductEntries)
|
void |
setSCProductEntries(long pk,
long[] scProductEntryPKs)
|
void |
unregisterListener(ModelListener listener)
|
SCLicense |
update(SCLicense scLicense)
Deprecated. Use update(SCLicense scLicense, boolean merge) . |
SCLicense |
update(SCLicense scLicense,
boolean merge)
Add, update, or merge, the entity. |
SCLicense |
updateImpl(SCLicense scLicense,
boolean merge)
|
Method Detail |
---|
SCLicense create(long licenseId)
SCLicense remove(long licenseId) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
SCLicense remove(SCLicense scLicense) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCLicense update(SCLicense scLicense) throws com.liferay.portal.SystemException
update(SCLicense scLicense, boolean merge)
.
com.liferay.portal.SystemException
SCLicense update(SCLicense scLicense, boolean merge) throws com.liferay.portal.SystemException
scLicense
- 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 scLicense is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
SCLicense updateImpl(SCLicense scLicense, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCLicense findByPrimaryKey(long licenseId) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
SCLicense fetchByPrimaryKey(long licenseId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findByActive(boolean active) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findByActive(boolean active, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findByActive(boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCLicense findByActive_First(boolean active, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
SCLicense findByActive_Last(boolean active, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
SCLicense[] findByActive_PrevAndNext(long licenseId, boolean active, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
java.util.List<SCLicense> findByA_R(boolean active, boolean recommended) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findByA_R(boolean active, boolean recommended, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findByA_R(boolean active, boolean recommended, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
SCLicense findByA_R_First(boolean active, boolean recommended, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
SCLicense findByA_R_Last(boolean active, boolean recommended, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
SCLicense[] findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchLicenseException
com.liferay.portal.SystemException
NoSuchLicenseException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
java.util.List<SCLicense> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCLicense> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByActive(boolean active) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByA_R(boolean active, boolean recommended) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByActive(boolean active) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByA_R(boolean active, boolean recommended) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductEntry> getSCProductEntries(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductEntry> getSCProductEntries(long pk, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<SCProductEntry> getSCProductEntries(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int getSCProductEntriesSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsSCProductEntry(long pk, long scProductEntryPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsSCProductEntries(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCProductEntry(long pk, long scProductEntryPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCProductEntry(long pk, SCProductEntry scProductEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCProductEntries(long pk, long[] scProductEntryPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addSCProductEntries(long pk, java.util.List<SCProductEntry> scProductEntries) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void clearSCProductEntries(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCProductEntry(long pk, long scProductEntryPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCProductEntry(long pk, SCProductEntry scProductEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCProductEntries(long pk, long[] scProductEntryPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeSCProductEntries(long pk, java.util.List<SCProductEntry> scProductEntries) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setSCProductEntries(long pk, long[] scProductEntryPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setSCProductEntries(long pk, java.util.List<SCProductEntry> scProductEntries) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |