|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.spaces.DocumentSpace
public class DocumentSpace
A Space to store documents
Field Summary | |
---|---|
static java.lang.String |
RESOURCE_TYPE
|
Constructor Summary | |
---|---|
DocumentSpace()
|
Method Summary | |
---|---|
void |
addAllowedDocumentType(java.lang.String strDocumentType)
Add allowed document |
java.lang.String[] |
getAllowedDocumentTypes()
Returns allowed document types |
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getIconUrl()
Returns the IconUrl |
int |
getId()
Returns the IdSpace |
int |
getIdIcon()
Returns the IdIcon |
int |
getIdParent()
Returns the IdParent |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getResourceId()
Returns the resource Id of the current object |
java.lang.String |
getResourceTypeCode()
Returns the Resource Type Code that identify the resource type |
java.lang.String |
getViewType()
Returns the ViewType |
boolean |
isDocumentCreationAllowed()
Returns whether or not Document Creation is Allowed for this space |
void |
resetAllowedDocumentTypesList()
Reset allowed document types list |
void |
setDescription(java.lang.String strDescription)
Sets the Description |
void |
setDocumentCreationAllowed(boolean bDocumentCreationAllowed)
Sets whether or not Document Creation is Allowed for this space |
void |
setIconUrl(java.lang.String strIconUrl)
Sets the IconUrl |
void |
setId(int nIdSpace)
Sets the IdSpace |
void |
setIdIcon(int nIdIcon)
Sets the IdIcon |
void |
setIdParent(int nIdParent)
Sets the IdParent |
void |
setName(java.lang.String strName)
Sets the Name |
void |
setViewType(java.lang.String strViewType)
Sets the ViewType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RESOURCE_TYPE
Constructor Detail |
---|
public DocumentSpace()
Method Detail |
---|
public int getId()
public void setId(int nIdSpace)
nIdSpace
- The IdSpacepublic int getIdParent()
public void setIdParent(int nIdParent)
nIdParent
- The IdParentpublic java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic java.lang.String getViewType()
public void setViewType(java.lang.String strViewType)
strViewType
- The ViewTypepublic int getIdIcon()
public void setIdIcon(int nIdIcon)
nIdIcon
- The IdIconpublic java.lang.String getIconUrl()
public void setIconUrl(java.lang.String strIconUrl)
strIconUrl
- The IconUrlpublic boolean isDocumentCreationAllowed()
public void setDocumentCreationAllowed(boolean bDocumentCreationAllowed)
bDocumentCreationAllowed
- The DocumentCreationAllowed valuepublic void addAllowedDocumentType(java.lang.String strDocumentType)
strDocumentType
- The document type to allowpublic void resetAllowedDocumentTypesList()
public java.lang.String[] getAllowedDocumentTypes()
public java.lang.String getResourceTypeCode()
getResourceTypeCode
in interface fr.paris.lutece.portal.service.rbac.RBACResource
public java.lang.String getResourceId()
getResourceId
in interface fr.paris.lutece.portal.service.rbac.RBACResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |