tags - Is there Liferay API access to the tagsentries_tagsassets table? -
i'm working on portlet 1 of our users want migrate load of data 1 liferay instance (and lar files failing generate). 1 of items of data needs moved tags associated journal articles.
so can access tags through tagsentrylocalserviceutil class, can't access tagsassets_tagsentries table through method or class (that can find far). there service accesses table directly, or information have built in other way?
my solution have far directly access database through jdbc driver (rather using api) , join on tagsasset , tagsentry tables (which in effect tagsassets_tagsentries is). there better way doing this?
many thanks.
edit
i'm using liferay 5.2.3. sorry not responding or updating until now, recieved no notifications responses! :)
i bet there no such api because tagsentries_tagsassets
junction table. represented in api lists of tags of article and list of articles of tag.
generating lar should solution, although not. better solution imho generate dump of original database , restore dump in other one. note best way generate dump of entire database - tables , data - guarantee consistency.
is there reason not doing it? if so, explain problem can explore in more details.
Comments
Post a Comment