public class LinkDAO extends AbstractLogEnabled implements Serviceable, Component, Contextualizable
Link
Modifier and Type | Field and Description |
---|---|
private Context |
_cocoonContext |
private LinkDirectoryColorsComponent |
_colorComponent |
private Context |
_context |
private CurrentUserProvider |
_currentUserProvider |
private DirectoryHelper |
_directoryHelper |
private DynamicInformationProviderExtensionPoint |
_dynamicInfoExtensionPoint |
private JSONUtils |
_jsonUtils |
private ObservationManager |
_observationManager |
private ProfileAssignmentStorageExtensionPoint |
_profileAssignmentStorageEP |
private AmetysObjectResolver |
_resolver |
private RightManager |
_rightManager |
private SiteManager |
_siteManager |
private UploadManager |
_uploadManager |
static String |
ROLE
Avalon Role
|
Constructor and Description |
---|
LinkDAO() |
Modifier and Type | Method and Description |
---|---|
protected DefaultLink |
_createLink(String name,
ModifiableTraversableAmetysObject rootNode)
Create the link object.
|
private void |
_moveDown(DefaultLink link)
Move link after its following
|
private void |
_moveFirst(DefaultLink link)
Move link the first position
|
private void |
_moveLast(DefaultLink link)
Move link to the last position.
|
private void |
_moveUp(DefaultLink link)
Move link before its preceding
|
private void |
_setAccess(Link link,
UserIdentity user)
Set access to the link
|
private void |
_setLinkValues(Link link,
Map<String,Object> values) |
private void |
_setPicture(Link link,
String valueAsStr) |
private void |
_setThemes(Link link,
List<String> themes) |
private void |
_setValues(Link link,
Map<String,Object> values) |
protected boolean |
_urlExists(String url,
String internalUrl,
String siteName,
String language)
Test if a link with the specified url or internal url exists in the directory.
|
protected boolean |
_urlExistsForUser(String url,
String internalUrl,
String siteName,
String language,
UserIdentity user)
Test if a link with the specified url or internal url exists in the directory for the given user.
|
void |
contextualize(Context context) |
Map<String,Object> |
convertLink2JsonObject(DefaultLink link)
Convert a link to JSON object
|
Map<String,Object> |
createLink(Map<String,Object> parameters)
Create a new link
|
Map<String,Object> |
createUserLink(Map<String,Object> parameters)
Create a new user link
|
List<String> |
deleteLinks(List<String> ids)
Delete one or multiples links
|
List<Map<String,Object>> |
getDynamicInformationProviders()
Returns the list of providers of dynamic information as json object
|
Map<String,Object> |
getLink(String id)
Get the JSON object representing a link
|
String |
getLinkColor(DefaultLink link)
Retrieves the color of the link.
|
List<Map<String,Object>> |
getLinks(List<String> linkIds)
Get links infos
|
boolean |
isInternalURLAllowed(String siteName)
Determines if the restriction IP parameter is not empty
|
Map<String,Object> |
moveLink(String id,
String role)
Move a link in the list
|
void |
service(ServiceManager manager) |
Map<String,Object> |
updateLink(Map<String,Object> parameters)
Updates a link
|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
private AmetysObjectResolver _resolver
private ObservationManager _observationManager
private SiteManager _siteManager
private CurrentUserProvider _currentUserProvider
private UploadManager _uploadManager
private RightManager _rightManager
private ProfileAssignmentStorageExtensionPoint _profileAssignmentStorageEP
private JSONUtils _jsonUtils
private DirectoryHelper _directoryHelper
private Context _cocoonContext
private DynamicInformationProviderExtensionPoint _dynamicInfoExtensionPoint
private LinkDirectoryColorsComponent _colorComponent
public LinkDAO()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public Map<String,Object> createLink(Map<String,Object> parameters)
parameters
- a map of the following parameters for the link : siteName, language, url, title, content, url-alternative, picture, picture#type, picture-alternative, themes, grant-any-user, fousers, fogroupspublic Map<String,Object> createUserLink(Map<String,Object> parameters)
parameters
- a map of the following parameters for the link : siteName, language, url, title, content, url-alternative, picture, picture#type, picture-alternativepublic Map<String,Object> updateLink(Map<String,Object> parameters)
parameters
- a map of the following parameters for the link : siteName, language, id, url, title, content, url-alternative, picture, picture#type, picture-alternative, themes, grant-any-user, fousers, fogroupsprivate void _setValues(Link link, Map<String,Object> values)
private void _setLinkValues(Link link, Map<String,Object> values)
private void _setThemes(Link link, List<String> themes)
private void _setPicture(Link link, String valueAsStr)
public List<String> deleteLinks(List<String> ids)
ids
- a list of links' idspublic Map<String,Object> moveLink(String id, String role) throws RepositoryException
id
- the link idrole
- the move actionRepositoryException
- if a repository error occurs.public Map<String,Object> getLink(String id)
id
- the id of linkpublic boolean isInternalURLAllowed(String siteName)
siteName
- the site namepublic List<Map<String,Object>> getDynamicInformationProviders()
public Map<String,Object> convertLink2JsonObject(DefaultLink link)
link
- the linkpublic List<Map<String,Object>> getLinks(List<String> linkIds)
linkIds
- the link idprotected boolean _urlExists(String url, String internalUrl, String siteName, String language) throws AmetysRepositoryException
url
- the url to test.internalUrl
- the internal url to testsiteName
- the site name.language
- the language.AmetysRepositoryException
- if a repository error occurs.protected boolean _urlExistsForUser(String url, String internalUrl, String siteName, String language, UserIdentity user) throws AmetysRepositoryException
url
- the url to test.internalUrl
- the internal url to testsiteName
- the site name.language
- the language.user
- The user identityAmetysRepositoryException
- if a repository error occurs.protected DefaultLink _createLink(String name, ModifiableTraversableAmetysObject rootNode)
name
- the desired link name.rootNode
- the links root node.private void _moveFirst(DefaultLink link) throws RepositoryException
link
- the link to moveRepositoryException
- if an error occurs while exploring the repositoryprivate void _moveDown(DefaultLink link) throws RepositoryException
link
- the link to move downRepositoryException
- if an error occurs while exploring the repositoryprivate void _moveUp(DefaultLink link) throws RepositoryException
link
- the link to move upRepositoryException
- if an error occurs while exploring the repositoryprivate void _moveLast(DefaultLink link) throws RepositoryException
link
- the link to move upRepositoryException
- if an error occurs while exploring the repositoryprivate void _setAccess(Link link, UserIdentity user)
link
- the linkuser
- the user to set access. Can be null, in this case, we set anonymous rightpublic String getLinkColor(DefaultLink link)
link
- the link