|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.softwarecatalog.service.base.SCProductVersionLocalServiceBaseImpl
@ProviderType public abstract class SCProductVersionLocalServiceBaseImpl
Provides the base implementation for the s c product version local service.
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in SCProductVersionLocalServiceImpl.
SCProductVersionLocalServiceImpl,
SCProductVersionLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
|
protected SCFrameworkVersionLocalService |
scFrameworkVersionLocalService
|
protected SCFrameworkVersionPersistence |
scFrameworkVersionPersistence
|
protected SCFrameworkVersionService |
scFrameworkVersionService
|
protected SCProductEntryLocalService |
scProductEntryLocalService
|
protected SCProductEntryPersistence |
scProductEntryPersistence
|
protected SCProductEntryService |
scProductEntryService
|
protected SCProductVersionLocalService |
scProductVersionLocalService
|
protected SCProductVersionPersistence |
scProductVersionPersistence
|
protected SCProductVersionService |
scProductVersionService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Constructor Summary | |
|---|---|
SCProductVersionLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
|
|
void |
addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
|
|
void |
addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
|
|
void |
addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
|
|
SCProductVersion |
addSCProductVersion(SCProductVersion scProductVersion)
Adds the s c product version to the database. |
|
void |
afterPropertiesSet()
|
|
void |
clearSCFrameworkVersionSCProductVersions(long frameworkVersionId)
|
|
SCProductVersion |
createSCProductVersion(long productVersionId)
Creates a new s c product version with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
|
|
void |
deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
|
|
void |
deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
|
|
void |
deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
|
|
SCProductVersion |
deleteSCProductVersion(long productVersionId)
Deletes the s c product version with the primary key from the database. |
|
SCProductVersion |
deleteSCProductVersion(SCProductVersion scProductVersion)
Deletes the s c product version from the database. |
|
void |
destroy()
|
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
SCProductVersion |
fetchSCProductVersion(long productVersionId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
SCFrameworkVersionLocalService |
getSCFrameworkVersionLocalService()
Returns the s c framework version local service. |
|
SCFrameworkVersionPersistence |
getSCFrameworkVersionPersistence()
Returns the s c framework version persistence. |
|
long[] |
getSCFrameworkVersionPrimaryKeys(long productVersionId)
Returns the frameworkVersionIds of the s c framework versions associated with the s c product version. |
|
List<SCProductVersion> |
getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
|
|
List<SCProductVersion> |
getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end)
|
|
List<SCProductVersion> |
getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
|
|
int |
getSCFrameworkVersionSCProductVersionsCount(long frameworkVersionId)
|
|
SCFrameworkVersionService |
getSCFrameworkVersionService()
Returns the s c framework version remote service. |
|
SCProductEntryLocalService |
getSCProductEntryLocalService()
Returns the s c product entry local service. |
|
SCProductEntryPersistence |
getSCProductEntryPersistence()
Returns the s c product entry persistence. |
|
SCProductEntryService |
getSCProductEntryService()
Returns the s c product entry remote service. |
|
SCProductVersion |
getSCProductVersion(long productVersionId)
Returns the s c product version with the primary key. |
|
SCProductVersionLocalService |
getSCProductVersionLocalService()
Returns the s c product version local service. |
|
SCProductVersionPersistence |
getSCProductVersionPersistence()
Returns the s c product version persistence. |
|
List<SCProductVersion> |
getSCProductVersions(int start,
int end)
Returns a range of all the s c product versions. |
|
int |
getSCProductVersionsCount()
Returns the number of s c product versions. |
|
SCProductVersionService |
getSCProductVersionService()
Returns the s c product version remote service. |
|
UserFinder |
getUserFinder()
Returns the user finder. |
|
UserLocalService |
getUserLocalService()
Returns the user local service. |
|
UserPersistence |
getUserPersistence()
Returns the user persistence. |
|
UserService |
getUserService()
Returns the user remote service. |
|
boolean |
hasSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
|
|
boolean |
hasSCFrameworkVersionSCProductVersions(long frameworkVersionId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setSCFrameworkVersionLocalService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
Sets the s c framework version local service. |
|
void |
setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
Sets the s c framework version persistence. |
|
void |
setSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
|
|
void |
setSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
Sets the s c framework version remote service. |
|
void |
setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
Sets the s c product entry local service. |
|
void |
setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
Sets the s c product entry persistence. |
|
void |
setSCProductEntryService(SCProductEntryService scProductEntryService)
Sets the s c product entry remote service. |
|
void |
setSCProductVersionLocalService(SCProductVersionLocalService scProductVersionLocalService)
Sets the s c product version local service. |
|
void |
setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
Sets the s c product version persistence. |
|
void |
setSCProductVersionService(SCProductVersionService scProductVersionService)
Sets the s c product version remote service. |
|
void |
setUserFinder(UserFinder userFinder)
Sets the user finder. |
|
void |
setUserLocalService(UserLocalService userLocalService)
Sets the user local service. |
|
void |
setUserPersistence(UserPersistence userPersistence)
Sets the user persistence. |
|
void |
setUserService(UserService userService)
Sets the user remote service. |
|
SCProductVersion |
updateSCProductVersion(SCProductVersion scProductVersion)
Updates the s c product version in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.softwarecatalog.service.SCProductVersionLocalService |
|---|
addProductVersion, deleteProductVersion, deleteProductVersion, deleteProductVersions, getProductVersion, getProductVersionByDirectDownloadURL, getProductVersions, getProductVersionsCount, updateProductVersion |
| Field Detail |
|---|
@BeanReference(type=SCProductVersionLocalService.class) protected SCProductVersionLocalService scProductVersionLocalService
@BeanReference(type=SCProductVersionService.class) protected SCProductVersionService scProductVersionService
@BeanReference(type=SCProductVersionPersistence.class) protected SCProductVersionPersistence scProductVersionPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=UserLocalService.class) protected UserLocalService userLocalService
@BeanReference(type=UserService.class) protected UserService userService
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=UserFinder.class) protected UserFinder userFinder
@BeanReference(type=SCFrameworkVersionLocalService.class) protected SCFrameworkVersionLocalService scFrameworkVersionLocalService
@BeanReference(type=SCFrameworkVersionService.class) protected SCFrameworkVersionService scFrameworkVersionService
@BeanReference(type=SCFrameworkVersionPersistence.class) protected SCFrameworkVersionPersistence scFrameworkVersionPersistence
@BeanReference(type=SCProductEntryLocalService.class) protected SCProductEntryLocalService scProductEntryLocalService
@BeanReference(type=SCProductEntryService.class) protected SCProductEntryService scProductEntryService
@BeanReference(type=SCProductEntryPersistence.class) protected SCProductEntryPersistence scProductEntryPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public SCProductVersionLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public SCProductVersion addSCProductVersion(SCProductVersion scProductVersion)
addSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version
public SCProductVersion createSCProductVersion(long productVersionId)
createSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key for the new s c product version
@Indexable(type=DELETE)
public SCProductVersion deleteSCProductVersion(long productVersionId)
throws PortalException
deleteSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key of the s c product version
PortalException - if a s c product version with the primary key could not be found@Indexable(type=DELETE) public SCProductVersion deleteSCProductVersion(SCProductVersion scProductVersion)
deleteSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version
public DynamicQuery dynamicQuery()
dynamicQuery in interface SCProductVersionLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface SCProductVersionLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface SCProductVersionLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface SCProductVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public SCProductVersion fetchSCProductVersion(long productVersionId)
fetchSCProductVersion in interface SCProductVersionLocalService
public SCProductVersion getSCProductVersion(long productVersionId)
throws PortalException
getSCProductVersion in interface SCProductVersionLocalServiceproductVersionId - the primary key of the s c product version
PortalException - if a s c product version with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SCProductVersionLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface SCProductVersionLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface SCProductVersionLocalServicePortalException
public List<SCProductVersion> getSCProductVersions(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from SCProductVersionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getSCProductVersions in interface SCProductVersionLocalServicestart - the lower bound of the range of s c product versionsend - the upper bound of the range of s c product versions (not inclusive)
public int getSCProductVersionsCount()
getSCProductVersionsCount in interface SCProductVersionLocalService@Indexable(type=REINDEX) public SCProductVersion updateSCProductVersion(SCProductVersion scProductVersion)
updateSCProductVersion in interface SCProductVersionLocalServicescProductVersion - the s c product version
public void addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
addSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void addSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
addSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
addSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public void addSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
addSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic void clearSCFrameworkVersionSCProductVersions(long frameworkVersionId)
clearSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
deleteSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersion(long frameworkVersionId,
SCProductVersion scProductVersion)
deleteSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
deleteSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public void deleteSCFrameworkVersionSCProductVersions(long frameworkVersionId,
List<SCProductVersion> SCProductVersions)
deleteSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic long[] getSCFrameworkVersionPrimaryKeys(long productVersionId)
getSCFrameworkVersionPrimaryKeys in interface SCProductVersionLocalServiceproductVersionId - the productVersionId of the s c product version
public List<SCProductVersion> getSCFrameworkVersionSCProductVersions(long frameworkVersionId)
getSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public List<SCProductVersion> getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end)
getSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public List<SCProductVersion> getSCFrameworkVersionSCProductVersions(long frameworkVersionId,
int start,
int end,
OrderByComparator<SCProductVersion> orderByComparator)
getSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic int getSCFrameworkVersionSCProductVersionsCount(long frameworkVersionId)
getSCFrameworkVersionSCProductVersionsCount in interface SCProductVersionLocalService
public boolean hasSCFrameworkVersionSCProductVersion(long frameworkVersionId,
long productVersionId)
hasSCFrameworkVersionSCProductVersion in interface SCProductVersionLocalServicepublic boolean hasSCFrameworkVersionSCProductVersions(long frameworkVersionId)
hasSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalService
public void setSCFrameworkVersionSCProductVersions(long frameworkVersionId,
long[] productVersionIds)
setSCFrameworkVersionSCProductVersions in interface SCProductVersionLocalServicepublic SCProductVersionLocalService getSCProductVersionLocalService()
public void setSCProductVersionLocalService(SCProductVersionLocalService scProductVersionLocalService)
scProductVersionLocalService - the s c product version local servicepublic SCProductVersionService getSCProductVersionService()
public void setSCProductVersionService(SCProductVersionService scProductVersionService)
scProductVersionService - the s c product version remote servicepublic SCProductVersionPersistence getSCProductVersionPersistence()
public void setSCProductVersionPersistence(SCProductVersionPersistence scProductVersionPersistence)
scProductVersionPersistence - the s c product version persistencepublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic UserLocalService getUserLocalService()
public void setUserLocalService(UserLocalService userLocalService)
userLocalService - the user local servicepublic UserService getUserService()
public void setUserService(UserService userService)
userService - the user remote servicepublic UserPersistence getUserPersistence()
public void setUserPersistence(UserPersistence userPersistence)
userPersistence - the user persistencepublic UserFinder getUserFinder()
public void setUserFinder(UserFinder userFinder)
userFinder - the user finderpublic SCFrameworkVersionLocalService getSCFrameworkVersionLocalService()
public void setSCFrameworkVersionLocalService(SCFrameworkVersionLocalService scFrameworkVersionLocalService)
scFrameworkVersionLocalService - the s c framework version local servicepublic SCFrameworkVersionService getSCFrameworkVersionService()
public void setSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
scFrameworkVersionService - the s c framework version remote servicepublic SCFrameworkVersionPersistence getSCFrameworkVersionPersistence()
public void setSCFrameworkVersionPersistence(SCFrameworkVersionPersistence scFrameworkVersionPersistence)
scFrameworkVersionPersistence - the s c framework version persistencepublic SCProductEntryLocalService getSCProductEntryLocalService()
public void setSCProductEntryLocalService(SCProductEntryLocalService scProductEntryLocalService)
scProductEntryLocalService - the s c product entry local servicepublic SCProductEntryService getSCProductEntryService()
public void setSCProductEntryService(SCProductEntryService scProductEntryService)
scProductEntryService - the s c product entry remote servicepublic SCProductEntryPersistence getSCProductEntryPersistence()
public void setSCProductEntryPersistence(SCProductEntryPersistence scProductEntryPersistence)
scProductEntryPersistence - the s c product entry persistencepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface IdentifiableOSGiServicegetOSGiServiceIdentifier in interface SCProductVersionLocalServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-a3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||