Class InfoLetterPath
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.silverpeas.core.util.ContributionPath<InfoLetterPublicationPdC>
org.silverpeas.components.infoletter.model.InfoLetterPath
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<InfoLetterPublicationPdC>,Collection<InfoLetterPublicationPdC>,List<InfoLetterPublicationPdC>,RandomAccess,org.silverpeas.core.util.ResourcePath<InfoLetterPublicationPdC>
public class InfoLetterPath
extends org.silverpeas.core.util.ContributionPath<InfoLetterPublicationPdC>
The path of a given
InfoLetterPublicationPdC in an application.- Author:
- silveryocha
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.silverpeas.core.util.ResourcePath
org.silverpeas.core.util.ResourcePath.Constants -
Field Summary
Fields inherited from class org.silverpeas.core.util.ContributionPath
lastPathByLanguageFields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the contribution aimed by the path.protected StringgetLabel(InfoLetterPublicationPdC infoLetter, String language) static InfoLetterPathgetPath(InfoLetterPublicationPdC infoLetter) Gets an info letter path without taking care about right accesses.inthashCode()protected booleanMethods inherited from class org.silverpeas.core.util.ContributionPath
format, rootIsComponentInstanceMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayMethods inherited from interface org.silverpeas.core.util.ResourcePath
format, format
-
Method Details
-
getPath
Gets an info letter path without taking care about right accesses.- Parameters:
infoLetter- an info letter contribution instance.- Returns:
- an initialized
InfoLetterPath.
-
getInfoLetter
Gets the contribution aimed by the path.- Returns:
- a
InfoLetterPublicationPdCinstance.
-
isRoot
- Specified by:
isRootin classorg.silverpeas.core.util.ContributionPath<InfoLetterPublicationPdC>
-
getLabel
- Specified by:
getLabelin classorg.silverpeas.core.util.ContributionPath<InfoLetterPublicationPdC>
-
equals
- Specified by:
equalsin interfaceCollection<InfoLetterPublicationPdC>- Specified by:
equalsin interfaceList<InfoLetterPublicationPdC>- Overrides:
equalsin classorg.silverpeas.core.util.ContributionPath<InfoLetterPublicationPdC>
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection<InfoLetterPublicationPdC>- Specified by:
hashCodein interfaceList<InfoLetterPublicationPdC>- Overrides:
hashCodein classorg.silverpeas.core.util.ContributionPath<InfoLetterPublicationPdC>
-