Liferay 6.0.3

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

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

public class SCLicensePersistenceImpl
extends BasePersistenceImpl<SCLicense>
implements SCLicensePersistence

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

Nested Class Summary
protected  class SCLicensePersistenceImpl.AddSCProductEntry
           
protected  class SCLicensePersistenceImpl.ClearSCProductEntries
           
protected  class SCLicensePersistenceImpl.ContainsSCProductEntry
           
protected  class SCLicensePersistenceImpl.RemoveSCProductEntry
           
 
Field Summary
protected  SCLicensePersistenceImpl.AddSCProductEntry addSCProductEntry
           
protected  SCLicensePersistenceImpl.ClearSCProductEntries clearSCProductEntries
           
protected  SCLicensePersistenceImpl.ContainsSCProductEntry containsSCProductEntry
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST
           
static FinderPath FINDER_PATH_CONTAINS_SCPRODUCTENTRY
           
static FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_A_R
           
static FinderPath FINDER_PATH_COUNT_BY_ACTIVE
           
static FinderPath FINDER_PATH_FIND_ALL
           
static FinderPath FINDER_PATH_FIND_BY_A_R
           
static FinderPath FINDER_PATH_FIND_BY_ACTIVE
           
static FinderPath FINDER_PATH_GET_SCPRODUCTENTRIES
           
static FinderPath FINDER_PATH_GET_SCPRODUCTENTRIES_SIZE
           
protected  SCLicensePersistenceImpl.RemoveSCProductEntry removeSCProductEntry
           
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
SCLicensePersistenceImpl()
           
 
Method Summary
 void addSCProductEntries(long pk, List<SCProductEntry> scProductEntries)
           
 void addSCProductEntries(long pk, long[] scProductEntryPKs)
           
 void addSCProductEntry(long pk, long scProductEntryPK)
           
 void addSCProductEntry(long pk, SCProductEntry scProductEntry)
           
 void afterPropertiesSet()
           
 void cacheResult(List<SCLicense> scLicenses)
           
 void cacheResult(SCLicense scLicense)
           
 void clearCache()
          Clears the cache for all instances of this model.
 void clearCache(SCLicense scLicense)
          Clears the cache for one instance of this model.
 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)
           
 SCLicense fetchByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or return null if it could not be found.
 List<SCLicense> findAll()
           
 List<SCLicense> findAll(int start, int end)
           
 List<SCLicense> findAll(int start, int end, OrderByComparator orderByComparator)
           
 SCLicense findByA_R_First(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense findByA_R_Last(boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 SCLicense[] findByA_R_PrevAndNext(long licenseId, boolean active, boolean recommended, OrderByComparator orderByComparator)
           
 List<SCLicense> findByA_R(boolean active, boolean recommended)
           
 List<SCLicense> findByA_R(boolean active, boolean recommended, int start, int end)
           
 List<SCLicense> findByA_R(boolean active, boolean recommended, int start, int end, OrderByComparator orderByComparator)
           
 SCLicense findByActive_First(boolean active, OrderByComparator orderByComparator)
           
 SCLicense findByActive_Last(boolean active, OrderByComparator orderByComparator)
           
 SCLicense[] findByActive_PrevAndNext(long licenseId, boolean active, OrderByComparator orderByComparator)
           
 List<SCLicense> findByActive(boolean active)
           
 List<SCLicense> findByActive(boolean active, int start, int end)
           
 List<SCLicense> findByActive(boolean active, int start, int end, OrderByComparator orderByComparator)
           
 SCLicense findByPrimaryKey(long licenseId)
           
 SCLicense findByPrimaryKey(Serializable primaryKey)
          Finds an instance of this model by its primary key, or throw an exception if it could not be found.
protected  SCLicense getByA_R_PrevAndNext(Session session, SCLicense scLicense, boolean active, boolean recommended, OrderByComparator orderByComparator, boolean previous)
           
protected  SCLicense getByActive_PrevAndNext(Session session, SCLicense scLicense, boolean active, OrderByComparator orderByComparator, boolean previous)
           
 List<SCProductEntry> getSCProductEntries(long pk)
           
 List<SCProductEntry> getSCProductEntries(long pk, int start, int end)
           
 List<SCProductEntry> getSCProductEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 int getSCProductEntriesSize(long pk)
           
 SCLicense remove(long licenseId)
           
 SCLicense remove(Serializable primaryKey)
          Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners.
 void removeAll()
           
 void removeByA_R(boolean active, boolean recommended)
           
 void removeByActive(boolean active)
           
protected  SCLicense removeImpl(SCLicense scLicense)
          Removes the model instance from the database.
 void removeSCProductEntries(long pk, 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, List<SCProductEntry> scProductEntries)
           
 void setSCProductEntries(long pk, long[] scProductEntryPKs)
           
protected  SCLicense toUnwrappedModel(SCLicense scLicense)
           
 SCLicense updateImpl(SCLicense scLicense, 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_ACTIVE

public static final FinderPath FINDER_PATH_FIND_BY_ACTIVE

FINDER_PATH_COUNT_BY_ACTIVE

public static final FinderPath FINDER_PATH_COUNT_BY_ACTIVE

FINDER_PATH_FIND_BY_A_R

public static final FinderPath FINDER_PATH_FIND_BY_A_R

FINDER_PATH_COUNT_BY_A_R

public static final FinderPath FINDER_PATH_COUNT_BY_A_R

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_SCPRODUCTENTRIES

public static final FinderPath FINDER_PATH_GET_SCPRODUCTENTRIES

FINDER_PATH_GET_SCPRODUCTENTRIES_SIZE

public static final FinderPath FINDER_PATH_GET_SCPRODUCTENTRIES_SIZE

FINDER_PATH_CONTAINS_SCPRODUCTENTRY

public static final FinderPath FINDER_PATH_CONTAINS_SCPRODUCTENTRY

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

containsSCProductEntry

protected SCLicensePersistenceImpl.ContainsSCProductEntry containsSCProductEntry

addSCProductEntry

protected SCLicensePersistenceImpl.AddSCProductEntry addSCProductEntry

clearSCProductEntries

protected SCLicensePersistenceImpl.ClearSCProductEntries clearSCProductEntries

removeSCProductEntry

protected SCLicensePersistenceImpl.RemoveSCProductEntry removeSCProductEntry
Constructor Detail

SCLicensePersistenceImpl

public SCLicensePersistenceImpl()
Method Detail

cacheResult

public void cacheResult(SCLicense scLicense)
Specified by:
cacheResult in interface SCLicensePersistence

cacheResult

public void cacheResult(List<SCLicense> scLicenses)
Specified by:
cacheResult in interface SCLicensePersistence

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<SCLicense>
Overrides:
clearCache in class BasePersistenceImpl<SCLicense>

clearCache

public void clearCache(SCLicense scLicense)
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<SCLicense>
Overrides:
clearCache in class BasePersistenceImpl<SCLicense>
Parameters:
scLicense - the instance of this model to clear the cache for

create

public SCLicense create(long licenseId)
Specified by:
create in interface SCLicensePersistence

remove

public SCLicense 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<SCLicense>
Overrides:
remove in class BasePersistenceImpl<SCLicense>
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 SCLicense remove(long licenseId)
                 throws NoSuchLicenseException,
                        SystemException
Specified by:
remove in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

removeImpl

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

updateImpl

public SCLicense updateImpl(SCLicense scLicense,
                            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 SCLicensePersistence
Overrides:
updateImpl in class BasePersistenceImpl<SCLicense>
Parameters:
scLicense - 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 SCLicense toUnwrappedModel(SCLicense scLicense)

findByPrimaryKey

public SCLicense 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<SCLicense>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<SCLicense>
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 SCLicense findByPrimaryKey(long licenseId)
                           throws NoSuchLicenseException,
                                  SystemException
Specified by:
findByPrimaryKey in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

fetchByPrimaryKey

public SCLicense 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<SCLicense>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<SCLicense>
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 SCLicense fetchByPrimaryKey(long licenseId)
                            throws SystemException
Specified by:
fetchByPrimaryKey in interface SCLicensePersistence
Throws:
SystemException

findByActive

public List<SCLicense> findByActive(boolean active)
                             throws SystemException
Specified by:
findByActive in interface SCLicensePersistence
Throws:
SystemException

findByActive

public List<SCLicense> findByActive(boolean active,
                                    int start,
                                    int end)
                             throws SystemException
Specified by:
findByActive in interface SCLicensePersistence
Throws:
SystemException

findByActive

public List<SCLicense> findByActive(boolean active,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                             throws SystemException
Specified by:
findByActive in interface SCLicensePersistence
Throws:
SystemException

findByActive_First

public SCLicense findByActive_First(boolean active,
                                    OrderByComparator orderByComparator)
                             throws NoSuchLicenseException,
                                    SystemException
Specified by:
findByActive_First in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

findByActive_Last

public SCLicense findByActive_Last(boolean active,
                                   OrderByComparator orderByComparator)
                            throws NoSuchLicenseException,
                                   SystemException
Specified by:
findByActive_Last in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

findByActive_PrevAndNext

public SCLicense[] findByActive_PrevAndNext(long licenseId,
                                            boolean active,
                                            OrderByComparator orderByComparator)
                                     throws NoSuchLicenseException,
                                            SystemException
Specified by:
findByActive_PrevAndNext in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

getByActive_PrevAndNext

protected SCLicense getByActive_PrevAndNext(Session session,
                                            SCLicense scLicense,
                                            boolean active,
                                            OrderByComparator orderByComparator,
                                            boolean previous)

findByA_R

public List<SCLicense> findByA_R(boolean active,
                                 boolean recommended)
                          throws SystemException
Specified by:
findByA_R in interface SCLicensePersistence
Throws:
SystemException

findByA_R

public List<SCLicense> findByA_R(boolean active,
                                 boolean recommended,
                                 int start,
                                 int end)
                          throws SystemException
Specified by:
findByA_R in interface SCLicensePersistence
Throws:
SystemException

findByA_R

public List<SCLicense> findByA_R(boolean active,
                                 boolean recommended,
                                 int start,
                                 int end,
                                 OrderByComparator orderByComparator)
                          throws SystemException
Specified by:
findByA_R in interface SCLicensePersistence
Throws:
SystemException

findByA_R_First

public SCLicense findByA_R_First(boolean active,
                                 boolean recommended,
                                 OrderByComparator orderByComparator)
                          throws NoSuchLicenseException,
                                 SystemException
Specified by:
findByA_R_First in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

findByA_R_Last

public SCLicense findByA_R_Last(boolean active,
                                boolean recommended,
                                OrderByComparator orderByComparator)
                         throws NoSuchLicenseException,
                                SystemException
Specified by:
findByA_R_Last in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

findByA_R_PrevAndNext

public SCLicense[] findByA_R_PrevAndNext(long licenseId,
                                         boolean active,
                                         boolean recommended,
                                         OrderByComparator orderByComparator)
                                  throws NoSuchLicenseException,
                                         SystemException
Specified by:
findByA_R_PrevAndNext in interface SCLicensePersistence
Throws:
NoSuchLicenseException
SystemException

getByA_R_PrevAndNext

protected SCLicense getByA_R_PrevAndNext(Session session,
                                         SCLicense scLicense,
                                         boolean active,
                                         boolean recommended,
                                         OrderByComparator orderByComparator,
                                         boolean previous)

findAll

public List<SCLicense> findAll()
                        throws SystemException
Specified by:
findAll in interface SCLicensePersistence
Throws:
SystemException

findAll

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

findAll

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

removeByActive

public void removeByActive(boolean active)
                    throws SystemException
Specified by:
removeByActive in interface SCLicensePersistence
Throws:
SystemException

removeByA_R

public void removeByA_R(boolean active,
                        boolean recommended)
                 throws SystemException
Specified by:
removeByA_R in interface SCLicensePersistence
Throws:
SystemException

removeAll

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

countByActive

public int countByActive(boolean active)
                  throws SystemException
Specified by:
countByActive in interface SCLicensePersistence
Throws:
SystemException

countByA_R

public int countByA_R(boolean active,
                      boolean recommended)
               throws SystemException
Specified by:
countByA_R in interface SCLicensePersistence
Throws:
SystemException

countAll

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

getSCProductEntries

public List<SCProductEntry> getSCProductEntries(long pk)
                                         throws SystemException
Specified by:
getSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

getSCProductEntries

public List<SCProductEntry> getSCProductEntries(long pk,
                                                int start,
                                                int end)
                                         throws SystemException
Specified by:
getSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

getSCProductEntries

public List<SCProductEntry> getSCProductEntries(long pk,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                         throws SystemException
Specified by:
getSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

getSCProductEntriesSize

public int getSCProductEntriesSize(long pk)
                            throws SystemException
Specified by:
getSCProductEntriesSize in interface SCLicensePersistence
Throws:
SystemException

containsSCProductEntry

public boolean containsSCProductEntry(long pk,
                                      long scProductEntryPK)
                               throws SystemException
Specified by:
containsSCProductEntry in interface SCLicensePersistence
Throws:
SystemException

containsSCProductEntries

public boolean containsSCProductEntries(long pk)
                                 throws SystemException
Specified by:
containsSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

addSCProductEntry

public void addSCProductEntry(long pk,
                              long scProductEntryPK)
                       throws SystemException
Specified by:
addSCProductEntry in interface SCLicensePersistence
Throws:
SystemException

addSCProductEntry

public void addSCProductEntry(long pk,
                              SCProductEntry scProductEntry)
                       throws SystemException
Specified by:
addSCProductEntry in interface SCLicensePersistence
Throws:
SystemException

addSCProductEntries

public void addSCProductEntries(long pk,
                                long[] scProductEntryPKs)
                         throws SystemException
Specified by:
addSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

addSCProductEntries

public void addSCProductEntries(long pk,
                                List<SCProductEntry> scProductEntries)
                         throws SystemException
Specified by:
addSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

clearSCProductEntries

public void clearSCProductEntries(long pk)
                           throws SystemException
Specified by:
clearSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

removeSCProductEntry

public void removeSCProductEntry(long pk,
                                 long scProductEntryPK)
                          throws SystemException
Specified by:
removeSCProductEntry in interface SCLicensePersistence
Throws:
SystemException

removeSCProductEntry

public void removeSCProductEntry(long pk,
                                 SCProductEntry scProductEntry)
                          throws SystemException
Specified by:
removeSCProductEntry in interface SCLicensePersistence
Throws:
SystemException

removeSCProductEntries

public void removeSCProductEntries(long pk,
                                   long[] scProductEntryPKs)
                            throws SystemException
Specified by:
removeSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

removeSCProductEntries

public void removeSCProductEntries(long pk,
                                   List<SCProductEntry> scProductEntries)
                            throws SystemException
Specified by:
removeSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

setSCProductEntries

public void setSCProductEntries(long pk,
                                long[] scProductEntryPKs)
                         throws SystemException
Specified by:
setSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

setSCProductEntries

public void setSCProductEntries(long pk,
                                List<SCProductEntry> scProductEntries)
                         throws SystemException
Specified by:
setSCProductEntries in interface SCLicensePersistence
Throws:
SystemException

afterPropertiesSet

public void afterPropertiesSet()

Liferay 6.0.3