|
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.asset.service.base.AssetTagLocalServiceBaseImpl
@ProviderType public abstract class AssetTagLocalServiceBaseImpl
Provides the base implementation for the asset tag 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 AssetTagLocalServiceImpl.
AssetTagLocalServiceImpl,
AssetTagLocalServiceUtil| Constructor Summary | |
|---|---|
AssetTagLocalServiceBaseImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
|
void |
addAssetEntryAssetTag(long entryId,
long tagId)
|
|
void |
addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
|
void |
addAssetEntryAssetTags(long entryId,
long[] tagIds)
|
|
AssetTag |
addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
|
void |
afterPropertiesSet()
|
|
void |
clearAssetEntryAssetTags(long entryId)
|
|
AssetTag |
createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
|
void |
deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
|
void |
deleteAssetEntryAssetTag(long entryId,
long tagId)
|
|
void |
deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
|
void |
deleteAssetEntryAssetTags(long entryId,
long[] tagIds)
|
|
AssetTag |
deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
|
AssetTag |
deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
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. |
|
AssetTag |
fetchAssetTag(long tagId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
List<AssetTag> |
getAssetEntryAssetTags(long entryId)
|
|
List<AssetTag> |
getAssetEntryAssetTags(long entryId,
int start,
int end)
|
|
List<AssetTag> |
getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
|
int |
getAssetEntryAssetTagsCount(long entryId)
|
|
AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder. |
|
AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service. |
|
AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence. |
|
long[] |
getAssetEntryPrimaryKeys(long tagId)
Returns the entryIds of the asset entries associated with the asset tag. |
|
AssetEntryService |
getAssetEntryService()
Returns the asset entry remote service. |
|
AssetTag |
getAssetTag(long tagId)
Returns the asset tag with the primary key. |
|
AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder. |
|
AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service. |
|
AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence. |
|
AssetTagPropertyFinder |
getAssetTagPropertyFinder()
Returns the asset tag property finder. |
|
AssetTagPropertyLocalService |
getAssetTagPropertyLocalService()
Returns the asset tag property local service. |
|
AssetTagPropertyPersistence |
getAssetTagPropertyPersistence()
Returns the asset tag property persistence. |
|
AssetTagPropertyService |
getAssetTagPropertyService()
Returns the asset tag property remote service. |
|
List<AssetTag> |
getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
|
int |
getAssetTagsCount()
Returns the number of asset tags. |
|
AssetTagService |
getAssetTagService()
Returns the asset tag remote service. |
|
AssetTagStatsLocalService |
getAssetTagStatsLocalService()
Returns the asset tag stats local service. |
|
AssetTagStatsPersistence |
getAssetTagStatsPersistence()
Returns the asset tag stats persistence. |
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service. |
|
ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence. |
|
ClassNameService |
getClassNameService()
Returns the class name remote service. |
|
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. |
|
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 |
hasAssetEntryAssetTag(long entryId,
long tagId)
|
|
boolean |
hasAssetEntryAssetTags(long entryId)
|
|
protected void |
initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
|
|
protected void |
runSQL(String sql)
Performs a SQL query. |
|
void |
setAssetEntryAssetTags(long entryId,
long[] tagIds)
|
|
void |
setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
Sets the asset entry finder. |
|
void |
setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service. |
|
void |
setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence. |
|
void |
setAssetEntryService(AssetEntryService assetEntryService)
Sets the asset entry remote service. |
|
void |
setAssetTagFinder(AssetTagFinder assetTagFinder)
Sets the asset tag finder. |
|
void |
setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Sets the asset tag local service. |
|
void |
setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence. |
|
void |
setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
Sets the asset tag property finder. |
|
void |
setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
Sets the asset tag property local service. |
|
void |
setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
Sets the asset tag property persistence. |
|
void |
setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
Sets the asset tag property remote service. |
|
void |
setAssetTagService(AssetTagService assetTagService)
Sets the asset tag remote service. |
|
void |
setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
Sets the asset tag stats local service. |
|
void |
setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
Sets the asset tag stats persistence. |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setClassNameLocalService(ClassNameLocalService classNameLocalService)
Sets the class name local service. |
|
void |
setClassNamePersistence(ClassNamePersistence classNamePersistence)
Sets the class name persistence. |
|
void |
setClassNameService(ClassNameService classNameService)
Sets the class name remote service. |
|
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 |
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. |
|
AssetTag |
updateAssetTag(AssetTag assetTag)
Updates the asset tag 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.asset.service.AssetTagLocalService |
|---|
addTag, addTagResources, addTagResources, checkTags, checkTags, decrementAssetCount, deleteGroupTags, deleteTag, deleteTag, getEntryTags, getGroupsTags, getGroupTags, getGroupTags, getGroupTagsCount, getSocialActivityCounterOffsetTags, getSocialActivityCounterPeriodTags, getTag, getTag, getTagIds, getTagIds, getTagIds, getTagNames, getTagNames, getTagNames, getTags, getTags, getTags, getTags, getTags, getTagsSize, hasTag, incrementAssetCount, mergeTags, search, search, updateTag |
| Field Detail |
|---|
@BeanReference(type=AssetTagLocalService.class) protected AssetTagLocalService assetTagLocalService
@BeanReference(type=AssetTagService.class) protected AssetTagService assetTagService
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagFinder.class) protected AssetTagFinder assetTagFinder
@BeanReference(type=CounterLocalService.class) protected CounterLocalService counterLocalService
@BeanReference(type=ClassNameLocalService.class) protected ClassNameLocalService classNameLocalService
@BeanReference(type=ClassNameService.class) protected ClassNameService classNameService
@BeanReference(type=ClassNamePersistence.class) protected ClassNamePersistence classNamePersistence
@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=AssetEntryLocalService.class) protected AssetEntryLocalService assetEntryLocalService
@BeanReference(type=AssetEntryService.class) protected AssetEntryService assetEntryService
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetEntryFinder.class) protected AssetEntryFinder assetEntryFinder
@BeanReference(type=AssetTagPropertyLocalService.class) protected AssetTagPropertyLocalService assetTagPropertyLocalService
@BeanReference(type=AssetTagPropertyService.class) protected AssetTagPropertyService assetTagPropertyService
@BeanReference(type=AssetTagPropertyPersistence.class) protected AssetTagPropertyPersistence assetTagPropertyPersistence
@BeanReference(type=AssetTagPropertyFinder.class) protected AssetTagPropertyFinder assetTagPropertyFinder
@BeanReference(type=AssetTagStatsLocalService.class) protected AssetTagStatsLocalService assetTagStatsLocalService
@BeanReference(type=AssetTagStatsPersistence.class) protected AssetTagStatsPersistence assetTagStatsPersistence
@BeanReference(type=PersistedModelLocalServiceRegistry.class) protected PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
| Constructor Detail |
|---|
public AssetTagLocalServiceBaseImpl()
| Method Detail |
|---|
@Indexable(type=REINDEX) public AssetTag addAssetTag(AssetTag assetTag)
addAssetTag in interface AssetTagLocalServiceassetTag - the asset tag
public AssetTag createAssetTag(long tagId)
createAssetTag in interface AssetTagLocalServicetagId - the primary key for the new asset tag
@Indexable(type=DELETE)
public AssetTag deleteAssetTag(long tagId)
throws PortalException
deleteAssetTag in interface AssetTagLocalServicetagId - the primary key of the asset tag
PortalException - if a asset tag with the primary key could not be found@Indexable(type=DELETE) public AssetTag deleteAssetTag(AssetTag assetTag)
deleteAssetTag in interface AssetTagLocalServiceassetTag - the asset tag
public DynamicQuery dynamicQuery()
dynamicQuery in interface AssetTagLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetTagLocalServicedynamicQuery - 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 AssetTagModelImpl. 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 AssetTagLocalServicedynamicQuery - 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 AssetTagModelImpl. 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 AssetTagLocalServicedynamicQuery - 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 AssetTagLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface AssetTagLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public AssetTag fetchAssetTag(long tagId)
fetchAssetTag in interface AssetTagLocalService
public AssetTag getAssetTag(long tagId)
throws PortalException
getAssetTag in interface AssetTagLocalServicetagId - the primary key of the asset tag
PortalException - if a asset tag with the primary key could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetTagLocalServiceprotected void initActionableDynamicQuery(ActionableDynamicQuery actionableDynamicQuery)
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface AssetTagLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetTagLocalServicePortalException
public List<AssetTag> getAssetTags(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 AssetTagModelImpl. 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.
getAssetTags in interface AssetTagLocalServicestart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
public int getAssetTagsCount()
getAssetTagsCount in interface AssetTagLocalService@Indexable(type=REINDEX) public AssetTag updateAssetTag(AssetTag assetTag)
updateAssetTag in interface AssetTagLocalServiceassetTag - the asset tag
public void addAssetEntryAssetTag(long entryId,
long tagId)
addAssetEntryAssetTag in interface AssetTagLocalService
public void addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
addAssetEntryAssetTag in interface AssetTagLocalService
public void addAssetEntryAssetTags(long entryId,
long[] tagIds)
addAssetEntryAssetTags in interface AssetTagLocalService
public void addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
addAssetEntryAssetTags in interface AssetTagLocalServicepublic void clearAssetEntryAssetTags(long entryId)
clearAssetEntryAssetTags in interface AssetTagLocalService
public void deleteAssetEntryAssetTag(long entryId,
long tagId)
deleteAssetEntryAssetTag in interface AssetTagLocalService
public void deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
deleteAssetEntryAssetTag in interface AssetTagLocalService
public void deleteAssetEntryAssetTags(long entryId,
long[] tagIds)
deleteAssetEntryAssetTags in interface AssetTagLocalService
public void deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
deleteAssetEntryAssetTags in interface AssetTagLocalServicepublic long[] getAssetEntryPrimaryKeys(long tagId)
getAssetEntryPrimaryKeys in interface AssetTagLocalServicetagId - the tagId of the asset tag
public List<AssetTag> getAssetEntryAssetTags(long entryId)
getAssetEntryAssetTags in interface AssetTagLocalService
public List<AssetTag> getAssetEntryAssetTags(long entryId,
int start,
int end)
getAssetEntryAssetTags in interface AssetTagLocalService
public List<AssetTag> getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
getAssetEntryAssetTags in interface AssetTagLocalServicepublic int getAssetEntryAssetTagsCount(long entryId)
getAssetEntryAssetTagsCount in interface AssetTagLocalService
public boolean hasAssetEntryAssetTag(long entryId,
long tagId)
hasAssetEntryAssetTag in interface AssetTagLocalServicepublic boolean hasAssetEntryAssetTags(long entryId)
hasAssetEntryAssetTags in interface AssetTagLocalService
public void setAssetEntryAssetTags(long entryId,
long[] tagIds)
setAssetEntryAssetTags in interface AssetTagLocalServicepublic AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic AssetTagService getAssetTagService()
public void setAssetTagService(AssetTagService assetTagService)
assetTagService - the asset tag remote servicepublic AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic CounterLocalService getCounterLocalService()
public void setCounterLocalService(CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic ClassNameService getClassNameService()
public void setClassNameService(ClassNameService classNameService)
classNameService - the class name remote servicepublic ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic 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 AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic AssetEntryService getAssetEntryService()
public void setAssetEntryService(AssetEntryService assetEntryService)
assetEntryService - the asset entry remote servicepublic AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic AssetTagPropertyLocalService getAssetTagPropertyLocalService()
public void setAssetTagPropertyLocalService(AssetTagPropertyLocalService assetTagPropertyLocalService)
assetTagPropertyLocalService - the asset tag property local servicepublic AssetTagPropertyService getAssetTagPropertyService()
public void setAssetTagPropertyService(AssetTagPropertyService assetTagPropertyService)
assetTagPropertyService - the asset tag property remote servicepublic AssetTagPropertyPersistence getAssetTagPropertyPersistence()
public void setAssetTagPropertyPersistence(AssetTagPropertyPersistence assetTagPropertyPersistence)
assetTagPropertyPersistence - the asset tag property persistencepublic AssetTagPropertyFinder getAssetTagPropertyFinder()
public void setAssetTagPropertyFinder(AssetTagPropertyFinder assetTagPropertyFinder)
assetTagPropertyFinder - the asset tag property finderpublic AssetTagStatsLocalService getAssetTagStatsLocalService()
public void setAssetTagStatsLocalService(AssetTagStatsLocalService assetTagStatsLocalService)
assetTagStatsLocalService - the asset tag stats local servicepublic AssetTagStatsPersistence getAssetTagStatsPersistence()
public void setAssetTagStatsPersistence(AssetTagStatsPersistence assetTagStatsPersistence)
assetTagStatsPersistence - the asset tag stats persistencepublic void afterPropertiesSet()
public void destroy()
public String getBeanIdentifier()
getBeanIdentifier in interface IdentifiableBeangetBeanIdentifier in interface AssetTagLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface IdentifiableBeansetBeanIdentifier in interface AssetTagLocalServicebeanIdentifier - 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 | |||||||||