public class StaticConfiguration extends Object
Constructor and Description |
---|
StaticConfiguration() |
Modifier and Type | Method and Description |
---|---|
static CommentsDAO |
getCommentsDAO()
Deprecated.
|
static RatingsDAO |
getRatingsDAO()
Deprecated.
|
static TagsDAO |
getTagsDAO()
Deprecated.
|
static boolean |
isVersioningAssociations()
Method to obtain whether associations are versioned.
|
static boolean |
isVersioningComments()
Method to obtain whether comments are versioned.
|
static boolean |
isVersioningProperties()
Method to obtain whether properties are versioned.
|
static boolean |
isVersioningRatings()
Method to obtain whether ratings are versioned.
|
static boolean |
isVersioningTags()
Method to obtain whether tags are versioned.
|
static void |
setVersioningAssociations(boolean versioningAssociations)
Method to set whether associations are versioned.
|
static void |
setVersioningComments(boolean versioningComments)
Method to set whether comments are versioned.
|
static void |
setVersioningProperties(boolean versioningProperties)
Method to set whether properties are versioned.
|
static void |
setVersioningRatings(boolean versioningRatings)
Method to set whether ratings are versioned.
|
static void |
setVersioningTags(boolean versioningTags)
Method to set whether tags are versioned.
|
public static boolean isVersioningProperties()
public static void setVersioningProperties(boolean versioningProperties)
versioningProperties
- whether properties are versioned.public static boolean isVersioningTags()
public static void setVersioningTags(boolean versioningTags)
versioningTags
- whether tags are versioned.public static boolean isVersioningRatings()
public static void setVersioningRatings(boolean versioningRatings)
versioningRatings
- whether ratings are versioned.public static boolean isVersioningAssociations()
public static void setVersioningAssociations(boolean versioningAssociations)
versioningAssociations
- whether associations are versioned.public static boolean isVersioningComments()
public static void setVersioningComments(boolean versioningComments)
versioningComments
- whether comments are versioned.@Deprecated public static CommentsDAO getCommentsDAO()
@Deprecated public static RatingsDAO getRatingsDAO()
@Deprecated public static TagsDAO getTagsDAO()
Copyright © 2015 WSO2 Inc. All Rights Reserved.