|
Liferay 7.0-ce-m3 | |||||||||
| 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.SCFrameworkVersionLocalServiceBaseImpl
@ProviderType public abstract class SCFrameworkVersionLocalServiceBaseImpl
Provides the base implementation for the s c framework 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 SCFrameworkVersionLocalServiceImpl.
SCFrameworkVersionLocalServiceImpl,
SCFrameworkVersionLocalServiceUtil| Field Summary | |
|---|---|
protected CounterLocalService |
counterLocalService
|
protected GroupFinder |
groupFinder
|
protected GroupLocalService |
groupLocalService
|
protected GroupPersistence |
groupPersistence
|
protected GroupService |
groupService
|
protected PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry
|
protected ResourceLocalService |
resourceLocalService
|
protected SCFrameworkVersionLocalService |
scFrameworkVersionLocalService
|
protected SCFrameworkVersionPersistence |
scFrameworkVersionPersistence
|
protected SCFrameworkVersionService |
scFrameworkVersionService
|
protected SCProductVersionLocalService |
scProductVersionLocalService
|
protected SCProductVersionPersistence |
scProductVersionPersistence
|
protected SCProductVersionService |
scProductVersionService
|
protected UserFinder |
userFinder
|
protected UserLocalService |
userLocalService
|
protected UserPersistence |
userPersistence
|
protected UserService |
userService
|
| Constructor Summary | |
|---|---|
SCFrameworkVersionLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
SCFrameworkVersion |
addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Adds the s c framework version to the database. |
|
void |
addSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
|
|
void |
addSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
|
|
void |
addSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
|
|
void |
addSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
|
|
void |
afterPropertiesSet()
|
|
void |
clearSCProductVersionSCFrameworkVersions(long productVersionId)
|
|
SCFrameworkVersion |
createSCFrameworkVersion(long frameworkVersionId)
Creates a new s c framework version with the primary key. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
SCFrameworkVersion |
deleteSCFrameworkVersion(long frameworkVersionId)
Deletes the s c framework version with the primary key from the database. |
|
SCFrameworkVersion |
deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Deletes the s c framework version from the database. |
|
void |
deleteSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
|
|
void |
deleteSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
|
|
void |
deleteSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
|
|
void |
deleteSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
|
|
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. |
|
SCFrameworkVersion |
fetchSCFrameworkVersion(long frameworkVersionId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
CounterLocalService |
getCounterLocalService()
Returns the counter local service. |
|
GroupFinder |
getGroupFinder()
Returns the group finder. |
|
GroupLocalService |
getGroupLocalService()
Returns the group local service. |
|
GroupPersistence |
getGroupPersistence()
Returns the group persistence. |
|
GroupService |
getGroupService()
Returns the group remote service. |
|
protected Class<?> |
getModelClass()
|
|
protected String |
getModelClassName()
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
ResourceLocalService |
getResourceLocalService()
Returns the resource local service. |
|
SCFrameworkVersion |
getSCFrameworkVersion(long frameworkVersionId)
Returns the s c framework version with the primary key. |
|
SCFrameworkVersionLocalService |
getSCFrameworkVersionLocalService()
Returns the s c framework version local service. |
|
SCFrameworkVersionPersistence |
getSCFrameworkVersionPersistence()
Returns the s c framework version persistence. |
|
List<SCFrameworkVersion> |
getSCFrameworkVersions(int start,
int end)
Returns a range of all the s c framework versions. |
|
int |
getSCFrameworkVersionsCount()
Returns the number of s c framework versions. |
|
SCFrameworkVersionService |
getSCFrameworkVersionService()
Returns the s c framework version remote service. |
|
SCProductVersionLocalService |
getSCProductVersionLocalService()
Returns the s c product version local service. |
|
SCProductVersionPersistence |
getSCProductVersionPersistence()
Returns the s c product version persistence. |
|
long[] |
getSCProductVersionPrimaryKeys(long frameworkVersionId)
Returns the productVersionIds of the s c product versions associated with the s c framework version. |
|
List<SCFrameworkVersion> |
getSCProductVersionSCFrameworkVersions(long productVersionId)
|
|
List<SCFrameworkVersion> |
getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end)
|
|
List<SCFrameworkVersion> |
getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
|
|
int |
getSCProductVersionSCFrameworkVersionsCount(long productVersionId)
|
|
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 |
hasSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
|
|
boolean |
hasSCProductVersionSCFrameworkVersions(long productVersionId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setCounterLocalService(CounterLocalService counterLocalService)
Sets the counter local service. |
|
void |
setGroupFinder(GroupFinder groupFinder)
Sets the group finder. |
|
void |
setGroupLocalService(GroupLocalService groupLocalService)
Sets the group local service. |
|
void |
setGroupPersistence(GroupPersistence groupPersistence)
Sets the group persistence. |
|
void |
setGroupService(GroupService groupService)
Sets the group remote service. |
|
void |
setResourceLocalService(ResourceLocalService resourceLocalService)
Sets the resource 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 |
setSCFrameworkVersionService(SCFrameworkVersionService scFrameworkVersionService)
Sets the s c framework version 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 |
setSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
|
|
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. |
|
SCFrameworkVersion |
updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
Updates the s c framework version in the database or adds it if it does not yet exist. |
|
| Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl |
|---|
getClassLoader |
| 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.SCFrameworkVersionLocalService |
|---|
addFrameworkVersion, addFrameworkVersionResources, addFrameworkVersionResources, addFrameworkVersionResources, addFrameworkVersionResources, deleteFrameworkVersion, deleteFrameworkVersion, deleteFrameworkVersions, getFrameworkVersion, getFrameworkVersions, getFrameworkVersions, getFrameworkVersions, getFrameworkVersionsCount, getFrameworkVersionsCount, getProductVersionFrameworkVersions, updateFrameworkVersion |
| Field Detail |
|---|
@BeanReference(type=SCFrameworkVersionLocalService.class) protected SCFrameworkVersionLocalService scFrameworkVersionLocalService
@BeanReference(type=SCFrameworkVersionService.class) protected SCFrameworkVersionService scFrameworkVersionService
@BeanReference(type=SCFrameworkVersionPersistence.class) protected SCFrameworkVersionPersistence scFrameworkVersionPersistence
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=GroupLocalService.class) protected GroupLocalService groupLocalService
@BeanReference(type=GroupService.class) protected GroupService groupService
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=GroupFinder.class) protected GroupFinder groupFinder
@BeanReference(type=ResourceLocalService.class) protected ResourceLocalService resourceLocalService
@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=SCProductVersionLocalService.class) protected SCProductVersionLocalService scProductVersionLocalService
@BeanReference(type=SCProductVersionService.class) protected SCProductVersionService scProductVersionService
@BeanReference(type=SCProductVersionPersistence.class) protected SCProductVersionPersistence scProductVersionPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public SCFrameworkVersionLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public SCFrameworkVersion addSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
addSCFrameworkVersion in interface SCFrameworkVersionLocalServicescFrameworkVersion - the s c framework version
public SCFrameworkVersion createSCFrameworkVersion(long frameworkVersionId)
createSCFrameworkVersion in interface SCFrameworkVersionLocalServiceframeworkVersionId - the primary key for the new s c framework version
@Indexable(type=DELETE)
public SCFrameworkVersion deleteSCFrameworkVersion(long frameworkVersionId)
throws PortalException
deleteSCFrameworkVersion in interface SCFrameworkVersionLocalServiceframeworkVersionId - the primary key of the s c framework version
PortalException - if a s c framework version with the primary key could not be found@Indexable(type=DELETE) public SCFrameworkVersion deleteSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
deleteSCFrameworkVersion in interface SCFrameworkVersionLocalServicescFrameworkVersion - the s c framework version
public DynamicQuery dynamicQuery()
dynamicQuery in interface SCFrameworkVersionLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface SCFrameworkVersionLocalServicedynamicQuery - 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 SCFrameworkVersionModelImpl. 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 SCFrameworkVersionLocalServicedynamicQuery - 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 SCFrameworkVersionModelImpl. 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 SCFrameworkVersionLocalServicedynamicQuery - 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 SCFrameworkVersionLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface SCFrameworkVersionLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public SCFrameworkVersion fetchSCFrameworkVersion(long frameworkVersionId)
fetchSCFrameworkVersion in interface SCFrameworkVersionLocalService
public SCFrameworkVersion getSCFrameworkVersion(long frameworkVersionId)
throws PortalException
getSCFrameworkVersion in interface SCFrameworkVersionLocalServiceframeworkVersionId - the primary key of the s c framework version
PortalException - if a s c framework version with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SCFrameworkVersionLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface SCFrameworkVersionLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface SCFrameworkVersionLocalServicePortalException
public List<SCFrameworkVersion> getSCFrameworkVersions(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 SCFrameworkVersionModelImpl. 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.
getSCFrameworkVersions in interface SCFrameworkVersionLocalServicestart - the lower bound of the range of s c framework versionsend - the upper bound of the range of s c framework versions (not inclusive)
public int getSCFrameworkVersionsCount()
getSCFrameworkVersionsCount in interface SCFrameworkVersionLocalService@Indexable(type=REINDEX) public SCFrameworkVersion updateSCFrameworkVersion(SCFrameworkVersion scFrameworkVersion)
updateSCFrameworkVersion in interface SCFrameworkVersionLocalServicescFrameworkVersion - the s c framework version
public void addSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
addSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService
public void addSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
addSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService
public void addSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
addSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService
public void addSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
addSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalServicepublic void clearSCProductVersionSCFrameworkVersions(long productVersionId)
clearSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService
public void deleteSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
deleteSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService
public void deleteSCProductVersionSCFrameworkVersion(long productVersionId,
SCFrameworkVersion scFrameworkVersion)
deleteSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalService
public void deleteSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
deleteSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService
public void deleteSCProductVersionSCFrameworkVersions(long productVersionId,
List<SCFrameworkVersion> SCFrameworkVersions)
deleteSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalServicepublic long[] getSCProductVersionPrimaryKeys(long frameworkVersionId)
getSCProductVersionPrimaryKeys in interface SCFrameworkVersionLocalServiceframeworkVersionId - the frameworkVersionId of the s c framework version
public List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId)
getSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService
public List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end)
getSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService
public List<SCFrameworkVersion> getSCProductVersionSCFrameworkVersions(long productVersionId,
int start,
int end,
OrderByComparator<SCFrameworkVersion> orderByComparator)
getSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalServicepublic int getSCProductVersionSCFrameworkVersionsCount(long productVersionId)
getSCProductVersionSCFrameworkVersionsCount in interface SCFrameworkVersionLocalService
public boolean hasSCProductVersionSCFrameworkVersion(long productVersionId,
long frameworkVersionId)
hasSCProductVersionSCFrameworkVersion in interface SCFrameworkVersionLocalServicepublic boolean hasSCProductVersionSCFrameworkVersions(long productVersionId)
hasSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalService
public void setSCProductVersionSCFrameworkVersions(long productVersionId,
long[] frameworkVersionIds)
setSCProductVersionSCFrameworkVersions in interface SCFrameworkVersionLocalServicepublic 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 CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic GroupLocalService getGroupLocalService()
public void setGroupLocalService(GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic GroupService getGroupService()
public void setGroupService(GroupService groupService)
groupService - the group remote servicepublic GroupPersistence getGroupPersistence()
public void setGroupPersistence(GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic GroupFinder getGroupFinder()
public void setGroupFinder(GroupFinder groupFinder)
groupFinder - the group finderpublic ResourceLocalService getResourceLocalService()
public void setResourceLocalService(ResourceLocalService resourceLocalService)
resourceLocalService - the resource 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 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 void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface SCFrameworkVersionLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface SCFrameworkVersionLocalServicebeanIdentifier - the Spring bean ID for this beanprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||